1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

Category Tree: Reduce number of categories

power5 -> cpu
directories for different ftp servers
This commit is contained in:
dipohl 2017-02-22 20:37:27 +01:00
parent 68bb709de6
commit c3e309c6a5
15 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@
BEGIN {
if (ARGV[1] == "config") {
print "graph_title Denon AVR-4311 Volume"
print "graph_category funkytown"
print "graph_category radio"
print "volume.label Volume"
print "volume.type GAUGE"
exit 0