1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-11-25 19:47:02 +00:00

dartybox: using DERIVE for packets counts

This commit is contained in:
Steve Schnepp 2013-11-30 16:27:10 +01:00
parent 0cf1fbbe9e
commit 9eeaa52662

View file

@ -42,6 +42,18 @@ then
echo down_c.label RSCORRERRORFar echo down_c.label RSCORRERRORFar
echo up_u.label RSUNCORRERRORNear echo up_u.label RSUNCORRERRORNear
echo down_u.label RSUNCORRERRORFar echo down_u.label RSUNCORRERRORFar
echo up.type DERIVE
echo down.type DERIVE
echo up_c.type DERIVE
echo down_c.type DERIVE
echo up_u.type DERIVE
echo down_u.type DERIVE
echo up.min 0
echo down.min 0
echo up_c.min 0
echo down_c.min 0
echo up_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 DartyBox echo graph_category DartyBox