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

View File

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

View File

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

View File

@ -36,7 +36,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Auth Log Parser'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Daily Auth Counters'
echo 'graph_category system'
echo 'graph_category auth'
echo 'illegal_user.label Illegal User'
echo 'possible_breakin.label Breakin Attempt'
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_args -l 0'
echo 'graph_vlabel denied hosts '
echo 'graph_category system'
echo 'graph_category security'
echo 'HostsDenied.label Hosts denied by BlockHosts'
echo 'HostsWatched.label Hosts watched by BlockHosts'
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_vlabel Bytes\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_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_vlabel temperature in C'
print 'graph_category System'
print 'graph_category sensors'
print 'temperature.label temperature'
print 'graph_info Dit is de temperatuur in het rek in de serverruimte B104'
print 'graph_scale no'
@ -50,4 +50,4 @@ else:
print 'temperature.value %s' % gettemperature()