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

Category Tree: Reduce number of categories

This commit is contained in:
dipohl 2017-02-20 22:14:23 +01:00
parent e2b11e381b
commit e00b066f2d
9 changed files with 13 additions and 13 deletions

View file

@ -155,7 +155,7 @@ if ((@ARGV > 0) && ($ARGV[0] eq "config")) {
print("graph_args --lower-limit 0\n");
print("graph_vlabel Ampere\n");
}
print("graph_category envsensors\n");
print("graph_category sensors\n");
print("host_name $hostname\n");
}
my $sensordata = XMLin($sensorxml, KeyAttr => { }, ForceArray => [ 'data' ] );