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 05:01:30 +01:00
parent 349edaf819
commit 6ffdebec0d
17 changed files with 9 additions and 9 deletions

View file

@ -201,7 +201,7 @@ graph_title Bng Throughput
graph_order sent recv graph_order sent recv
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
graph_vlabel Packets/\${graph_period} graph_vlabel Packets/\${graph_period}
graph_category network graph_category loadbalancer
graph_info this graph shows the outbound traffic for $host graph_info this graph shows the outbound traffic for $host
sent.label Sent sent.label Sent
@ -223,7 +223,7 @@ graph_title Interface $interface traffic
graph_order sent recv graph_order sent recv
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
graph_vlabel Packets/\${graph_period} graph_vlabel Packets/\${graph_period}
graph_category network graph_category loadbalancer
graph_info this graph shows the total traffic for ${interface} graph_info this graph shows the total traffic for ${interface}
sent.label ${interface}_Sent sent.label ${interface}_Sent

View file

@ -69,7 +69,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Netatalk status' echo 'graph_title Netatalk status'
echo 'graph_args --logarithmic --lower-limit 0.1' echo 'graph_args --logarithmic --lower-limit 0.1'
echo 'graph_vlabel Number' echo 'graph_vlabel Number'
echo 'graph_category network' echo 'graph_category fs'
echo 'proc.label Running processes' echo 'proc.label Running processes'
echo 'proc.info Number of running afpd processes' echo 'proc.info Number of running afpd processes'
echo 'proc.min 0' echo 'proc.min 0'

View file

@ -99,7 +99,7 @@ graph_title Netatalk v3 Status
graph_title Netatalk status graph_title Netatalk status
graph_args --logarithmic --lower-limit 0.1 graph_args --logarithmic --lower-limit 0.1
graph_vlabel Number graph_vlabel Number
graph_category network graph_category fs
proc.label Running processes proc.label Running processes
proc.info Running AFPd processes proc.info Running AFPd processes
proc.min 0 proc.min 0

View file

@ -36,7 +36,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Auth Log Parser' echo 'graph_title Auth Log Parser'
echo 'graph_args --base 1000 -l 0' echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Daily Auth Counters' echo 'graph_vlabel Daily Auth Counters'
echo 'graph_category system' echo 'graph_category auth'
echo 'illegal_user.label Illegal User' echo 'illegal_user.label Illegal User'
echo 'possible_breakin.label Breakin Attempt' echo 'possible_breakin.label Breakin Attempt'
echo 'authentication_failure.label Authentication Fail' echo 'authentication_failure.label Authentication Fail'

View file

@ -29,7 +29,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Hosts denied by BlockHosts' echo 'graph_title Hosts denied by BlockHosts'
echo 'graph_args -l 0' echo 'graph_args -l 0'
echo 'graph_vlabel denied hosts ' echo 'graph_vlabel denied hosts '
echo 'graph_category system' echo 'graph_category security'
echo 'HostsDenied.label Hosts denied by BlockHosts' echo 'HostsDenied.label Hosts denied by BlockHosts'
echo 'HostsWatched.label Hosts watched by BlockHosts' echo 'HostsWatched.label Hosts watched by BlockHosts'
exit 0 exit 0

View file

@ -188,7 +188,7 @@ sub config # print config message and exit.
print "graph_args --base 1024 -l 0 --upper-limit " . $h_ramvalue{"Total.value"}. "--rigid" . "\n"; print "graph_args --base 1024 -l 0 --upper-limit " . $h_ramvalue{"Total.value"}. "--rigid" . "\n";
print "graph_vlabel Bytes\n"; print "graph_vlabel Bytes\n";
print "graph_title RAM usage\n"; print "graph_title RAM usage\n";
print "graph_category system\n"; print "graph_category memory\n";
print "graph_info This graph shows what the machine uses RAM for.\n"; print "graph_info This graph shows what the machine uses RAM for.\n";
print "graph_order "; print "graph_order ";

View file

@ -39,7 +39,7 @@ elif len(sys.argv) == 2 and sys.argv[1] == "config":
print 'graph_title Temperatuur in de serverruimte' print 'graph_title Temperatuur in de serverruimte'
print 'graph_vlabel temperature in C' print 'graph_vlabel temperature in C'
print 'graph_category System' print 'graph_category sensors'
print 'temperature.label temperature' print 'temperature.label temperature'
print 'graph_info Dit is de temperatuur in het rek in de serverruimte B104' print 'graph_info Dit is de temperatuur in het rek in de serverruimte B104'
print 'graph_scale no' print 'graph_scale no'