mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
cacti -> munin (cacti) [Monitoring the monitoring.. nagios and monit already there. shall we use a new name for the category then?] san -> fs (netapp) san -> cpu (netapp) nfs -> fs
This commit is contained in:
parent
0147f80574
commit
a4710dc1a4
17 changed files with 16 additions and 16 deletions
|
@ -93,7 +93,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
|
|||
print "graph_title $host CPU \n";
|
||||
print "graph_args --base 1000 -r --lower-limit 0 --upper-limit 100\n";
|
||||
print "graph_vlabel CPU \n";
|
||||
print "graph_category san\n";
|
||||
print "graph_category cpu\n";
|
||||
print "graph_info This graph shows cpu busy value for the $host in percent.\n";
|
||||
print "graph_order ";
|
||||
foreach (sort keys %oids)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue