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:
parent
e10e386b02
commit
d216113740
24 changed files with 5 additions and 5 deletions
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue