1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

Plugin-Gallery: move to more specific categories

This commit is contained in:
dipohl 2017-02-24 16:13:05 +01:00
parent f769371079
commit 37d658526b
8 changed files with 16 additions and 16 deletions

View file

@ -140,7 +140,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
print "graph_title CPU Usage on $host\n";
print "graph_args --base 1000 --lower-limit 0\n";
print "graph_vlabel Percentage on one minute\n";
print "graph_category system\n";
print "graph_category cpu\n";
print "graph_info This graph shows the CPU usage on one minute\n";
my $firstCounter = 1;