1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin-Gallery: move to more specific categories

This commit is contained in:
dipohl 2017-02-24 16:13:05 +01:00
parent f769371079
commit 37d658526b
8 changed files with 16 additions and 16 deletions

View file

@ -50,7 +50,7 @@ graph_title HDD power state
graph_vlabel Power state
graph_args --upper-limit 1 -l 0
graph_scale no
graph_category disk
graph_category sensors
graph_info The power state of the hard disk drives on the system (1 is spun up, 0 is idle/standby).
EOM
echo $DEVICES | awk 'BEGIN{OFS=""} { for (i = 0; i++ < NF;) print "power", i, ".label ", $i }'