1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-10 07:54:39 +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 then
echo multigraph dbox_adsl_bw echo multigraph dbox_adsl_bw
echo graph_title DartyBox Adsl Bandwith echo graph_title DartyBox Adsl Bandwith
echo graph_category DartyBox
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 DartyBox
echo up.label UpStream echo up.label UpStream
echo down.value 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 DartyBox
echo up.label SNRNear echo up.label SNRNear
echo down.label SNRFar echo down.label SNRFar
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 DartyBox
echo up.label RSWORDSNear echo up.label RSWORDSNear
echo down.label RSWORDSFar echo down.label RSWORDSFar
echo up_c.label RSCORRERRORNear echo up_c.label RSCORRERRORNear
@ -40,6 +44,7 @@ then
echo down_u.label RSUNCORRERRORFar echo down_u.label RSUNCORRERRORFar
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 DartyBox
echo uptime.label AdslUpTime echo uptime.label AdslUpTime
exit 0 exit 0