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:
parent
ae4e85ab60
commit
e10e386b02
@ -27,6 +27,7 @@ if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'graph_title ADSL Connection Statistics'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_vlabel Daily Connection Statistics'
|
||||
echo 'st_dw_crc.label Downstream CRC count'
|
||||
echo 'st_up_crc.label Upstream CRC count'
|
@ -6,7 +6,7 @@ case $1 in
|
||||
graph_order downspeed upspeed
|
||||
graph_title DSL Connection Speed
|
||||
graph_args --base 1000 -l 1000 --upper-limit 42000
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_scale no
|
||||
graph_vlabel DSL up / down speed
|
||||
downspeed.label Down speed
|
@ -6,7 +6,7 @@ case $1 in
|
||||
graph_order snrdown snrup pwrdown pwrup
|
||||
graph_title dsl stats
|
||||
graph_args --base 1000
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_scale no
|
||||
graph_vlabel DSL SNR and Power
|
||||
attndown.label Down Attenuation
|
@ -184,3 +184,7 @@ else:
|
||||
c.print_config()
|
||||
else:
|
||||
c.execute()
|
||||
|
||||
# for Munin Plugin Gallery
|
||||
# graph_category network
|
||||
|
Loading…
Reference in New Issue
Block a user