1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin-Gallery: Better 2nd level headings

This commit is contained in:
dipohl 2017-02-24 03:13:08 +01:00
parent 3a6fdce80f
commit ae4e85ab60
13 changed files with 11 additions and 13 deletions

View file

@ -12,7 +12,6 @@
#
# Environment
# exclude: space separated list hosts to exclude.
# category: category of this plugin, default 'postfix'
# host.warning: Warning packages threshold, default none.
# host.critical: Critical packages threshold, default none.
#
@ -88,13 +87,12 @@ if (@ARGV > 0 && $ARGV[0] eq 'autoconf') {
}
if (@ARGV > 0 && $ARGV[0] eq 'config') {
my $category = $ENV{'category'} || 'postfix';
print "graph_title UUCP usage \n";
print "graph_args -l 0\n";
print "graph_vlabel packages\n";
print "graph_scale no\n";
printf "graph_category %s\n", $category;
print "graph_category postfix\n";
foreach my $host (hosts) {
next if host_excluded $host;