2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Plugin-Gallery: Better 2nd level headings

This commit is contained in:
dipohl 2017-02-24 03:40:55 +01:00
parent ae4e85ab60
commit e10e386b02
10 changed files with 7 additions and 2 deletions

View File

@ -27,6 +27,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title ADSL Connection Statistics' echo 'graph_title ADSL Connection Statistics'
echo 'graph_args --base 1000 -l 0' echo 'graph_args --base 1000 -l 0'
echo 'graph_category network'
echo 'graph_vlabel Daily Connection Statistics' echo 'graph_vlabel Daily Connection Statistics'
echo 'st_dw_crc.label Downstream CRC count' echo 'st_dw_crc.label Downstream CRC count'
echo 'st_up_crc.label Upstream CRC count' echo 'st_up_crc.label Upstream CRC count'

View File

@ -6,7 +6,7 @@ case $1 in
graph_order downspeed upspeed graph_order downspeed upspeed
graph_title DSL Connection Speed graph_title DSL Connection Speed
graph_args --base 1000 -l 1000 --upper-limit 42000 graph_args --base 1000 -l 1000 --upper-limit 42000
graph_category Network graph_category network
graph_scale no graph_scale no
graph_vlabel DSL up / down speed graph_vlabel DSL up / down speed
downspeed.label Down speed downspeed.label Down speed

View File

@ -6,7 +6,7 @@ case $1 in
graph_order snrdown snrup pwrdown pwrup graph_order snrdown snrup pwrdown pwrup
graph_title dsl stats graph_title dsl stats
graph_args --base 1000 graph_args --base 1000
graph_category Network graph_category network
graph_scale no graph_scale no
graph_vlabel DSL SNR and Power graph_vlabel DSL SNR and Power
attndown.label Down Attenuation attndown.label Down Attenuation

View File

@ -184,3 +184,7 @@ else:
c.print_config() c.print_config()
else: else:
c.execute() c.execute()
# for Munin Plugin Gallery
# graph_category network