1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-02 06:08:23 +00:00

Category Tree: Reduce number of categories

tomcat -> webserver (tomcat)
radiator -> auth (radiator)
ups -> sensors (ups)
This commit is contained in:
dipohl 2017-02-23 01:51:44 +01:00
parent f41b68619b
commit 444c7939de
10 changed files with 12 additions and 12 deletions

View file

@ -204,7 +204,7 @@ if (defined $ARGV[0] && $ARGV[0] eq 'config') {
print "graph_title $data{MODEL}\n";
}
#print "graph_vlabel Units\n";
print "graph_category ups\n";
print "graph_category sensors\n";
print "graph_info This graph shows information about your APC uninterruptible power supply.\n";
foreach my $what (sort keys %attrs) {