mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
ff883dee02
commit
6c3ce4e1e5
26 changed files with 26 additions and 26 deletions
|
@ -12,7 +12,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title dell 5310n health: $destination"
|
||||
echo 'graph_vlabel count'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "toner.label Toner (percent)"
|
||||
else
|
||||
|
|
|
@ -17,7 +17,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title dell 5310n pages: $destination"
|
||||
echo 'graph_vlabel count'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
n=1
|
||||
for t in $trays ;
|
||||
|
|
|
@ -31,7 +31,7 @@ case $1 in
|
|||
host_name printers
|
||||
graph_title HP 2600 pages by cartridge statistics
|
||||
graph_vlabel Count (Pages)
|
||||
graph_category printer
|
||||
graph_category printing
|
||||
graph_info Pages count by color.
|
||||
graph_args -l 0
|
||||
graph_scale no
|
||||
|
|
|
@ -31,7 +31,7 @@ case $1 in
|
|||
host_name printers
|
||||
graph_title HP 2600 cartridge status
|
||||
graph_vlabel Status (%)
|
||||
graph_category printer
|
||||
graph_category printing
|
||||
graph_info Toner status.
|
||||
graph_args --upper-limit 400 -l 0
|
||||
line.label ---
|
||||
|
|
|
@ -10,7 +10,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title oki c5500 health: $destination"
|
||||
echo 'graph_vlabel percent'
|
||||
echo 'graph_args --lower-limit 0 --upper-limit 100'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "tonerCyan.label Toner: Cyan"
|
||||
echo "tonerMagenta.label Toner: Magenta"
|
||||
|
|
|
@ -10,7 +10,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title oki c5500 pages: $destination"
|
||||
echo 'graph_vlabel count'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "tray1.label Tray 1"
|
||||
echo "tray2.label Tray 2"
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Toshiba 5520C: Black Pages (by function)"
|
||||
echo 'graph_vlabel Pages'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "blackPrintCopy.label Print: Copy"
|
||||
echo "blackPrintCopy.draw AREA"
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Toshiba 5520C: Full Color Pages (by function)"
|
||||
echo 'graph_vlabel Pages'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "fullColorPrintComputer.label Print from Computer"
|
||||
echo "fullColorPrintComputer.draw AREA"
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Toshiba 5520C: Pages Printed"
|
||||
echo 'graph_vlabel Pages'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "printBlack.label Black"
|
||||
echo "printBlack.draw AREA"
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Toshiba 5520C: Pages Scanned"
|
||||
echo 'graph_vlabel Pages'
|
||||
echo 'graph_args --lower-limit 0'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
|
||||
echo "scanFullColor.label Full Color"
|
||||
echo "scanFullColor.draw AREA"
|
||||
|
|
|
@ -35,7 +35,7 @@ config)
|
|||
|
||||
echo "graph_title Consumables level @ $PRINTER_IP"
|
||||
echo 'graph_vlabel %'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
echo 'graph_scale no'
|
||||
echo 'black.label Black toner level'
|
||||
echo 'black.draw LINE2'
|
||||
|
|
|
@ -35,7 +35,7 @@ config)
|
|||
|
||||
echo "graph_title Consumables level @ $PRINTER_IP"
|
||||
echo 'graph_vlabel %'
|
||||
echo 'graph_category printer'
|
||||
echo 'graph_category printing'
|
||||
echo 'graph_scale no'
|
||||
echo 'cyan.label Cyan toner level'
|
||||
echo 'cyan.draw LINE2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue