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 04:09:58 +01:00
parent e10e386b02
commit d216113740
24 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -21,22 +21,22 @@ if [ "$1" = "config" ]
then then
echo multigraph dbox_adsl_bw echo multigraph dbox_adsl_bw
echo graph_title DartyBox Adsl Bandwidth echo graph_title DartyBox Adsl Bandwidth
echo graph_category other echo graph_category network
echo up.label UpStream echo up.label UpStream
echo down.label DownStream echo down.label DownStream
echo multigraph dbox_adsl_att echo multigraph dbox_adsl_att
echo graph_title DartyBox Adsl Attenuation echo graph_title DartyBox Adsl Attenuation
echo graph_category other echo graph_category network
echo up.label UpStream echo up.label UpStream
echo down.label DownStream echo down.label DownStream
echo multigraph dbox_adsl_snr echo multigraph dbox_adsl_snr
echo graph_title DartyBox Adsl SignalNoise Ratio echo graph_title DartyBox Adsl SignalNoise Ratio
echo graph_category other echo graph_category network
echo up.label UpStream echo up.label UpStream
echo down.label DownStream echo down.label DownStream
echo multigraph dbox_adsl_pkt echo multigraph dbox_adsl_pkt
echo graph_title DartyBox Adsl Packets echo graph_title DartyBox Adsl Packets
echo graph_category other echo graph_category network
echo up.label UpStream echo up.label UpStream
echo down.label DownStream echo down.label DownStream
echo up_c.label UpStream "(Correctable)" echo up_c.label UpStream "(Correctable)"
@ -57,7 +57,7 @@ then
echo down_u.min 0 echo down_u.min 0
echo multigraph dbox_adsl_uptime echo multigraph dbox_adsl_uptime
echo graph_title DartyBox Adsl Uptime echo graph_title DartyBox Adsl Uptime
echo graph_category other echo graph_category network
echo graph_vlabel days echo graph_vlabel days
echo uptime.label Uptime echo uptime.label Uptime