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

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

@ -54,7 +54,7 @@ if ($ARGV[0]) {
} elsif ($ARGV[0] eq "config") {
print "graph_args --base 1000 -l 0 --vertical-label Checks\n";
print "graph_title Nagios status\n";
print "graph_category Nagios\n";
print "graph_category munin\n";
print "graph_info This graph shows how many Nagios checks are in warning or critical state.\n";
print "graph_order hdown hunknown swarning scritical sunknown\n";
print "hdown.label Hosts down\n";