mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-04 15:13:59 +00:00
Plugin-Gallery: Get better 2nd level headings
Review of category "system"
This commit is contained in:
parent
54a91c13a4
commit
7fdb4741fe
27 changed files with 18 additions and 12 deletions
|
@ -106,7 +106,7 @@ $oid = $ENV{snmp_oid} || $defaults{oid};
|
|||
%known_oids = ('1.3.6.1.2.1.43.10.2.1.4.1.1' =>
|
||||
{ title => 'Pages',
|
||||
vlabel => 'Printed pages',
|
||||
category => 'Printer',
|
||||
category => 'printing',
|
||||
info => 'Returns the total number of printed pages per defined printer',
|
||||
total => 'Total',
|
||||
units => 'pages'
|
||||
|
@ -114,7 +114,7 @@ $oid = $ENV{snmp_oid} || $defaults{oid};
|
|||
'1.3.6.1.2.1.43.11.1.1.8.1.1' =>
|
||||
{ title => 'Total projected capacity of this cartridge',
|
||||
vlabel => 'Total capacity',
|
||||
category => 'Printer',
|
||||
category => 'printing',
|
||||
info => 'Returns the total projected capacity (in pages) of '.
|
||||
'the currently installed cartridge',
|
||||
total => 'Total',
|
||||
|
@ -123,7 +123,7 @@ $oid = $ENV{snmp_oid} || $defaults{oid};
|
|||
'1.3.6.1.2.1.43.11.1.1.9.1.1' =>
|
||||
{ title => 'Pages printed with this cartridge',
|
||||
vlabel => 'Printed pages',
|
||||
category => 'Printer',
|
||||
category => 'printing',
|
||||
info => 'Returns the total number of printed pages per ' .
|
||||
'defined printer with the current cartridge',
|
||||
total => 'Total',
|
||||
|
@ -239,3 +239,6 @@ sub host_label_for {
|
|||
$addr =~ s/\./_/g; # Periods not allowed in variable names
|
||||
return $addr;
|
||||
}
|
||||
|
||||
# for Munin Plugin Gallery
|
||||
# graph_category printing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue