1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 22:58:20 +00:00

dartybox: fix the dirtyconfig behavior

This commit is contained in:
Steve Schnepp 2013-11-30 16:23:54 +01:00
parent 6994dcd17d
commit 0cf1fbbe9e

View file

@ -20,18 +20,22 @@ if [ "$1" = "config" ]
then
echo multigraph dbox_adsl_bw
echo graph_title DartyBox Adsl Bandwith
echo graph_category DartyBox
echo up.label UpStream
echo down.label DownStream
echo multigraph dbox_adsl_att
echo graph_title DartyBox Adsl Attenuation
echo graph_category DartyBox
echo up.label UpStream
echo down.value DownStream
echo down.label DownStream
echo multigraph dbox_adsl_snr
echo graph_title DartyBox Adsl SignalNoise Ratio
echo graph_category DartyBox
echo up.label SNRNear
echo down.label SNRFar
echo multigraph dbox_adsl_pkt
echo graph_title DartyBox Adsl Packets
echo graph_category DartyBox
echo up.label RSWORDSNear
echo down.label RSWORDSFar
echo up_c.label RSCORRERRORNear
@ -40,6 +44,7 @@ then
echo down_u.label RSUNCORRERRORFar
echo multigraph dbox_adsl_uptime
echo graph_title DartyBox Adsl Uptime
echo graph_category DartyBox
echo uptime.label AdslUpTime
exit 0