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:
parent
e2b11e381b
commit
e00b066f2d
9 changed files with 13 additions and 13 deletions
|
@ -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' ] );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue