mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
dartybox: using DERIVE for packets counts
This commit is contained in:
parent
0cf1fbbe9e
commit
9eeaa52662
1 changed files with 12 additions and 0 deletions
|
@ -42,6 +42,18 @@ then
|
|||
echo down_c.label RSCORRERRORFar
|
||||
echo up_u.label RSUNCORRERRORNear
|
||||
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 graph_title DartyBox Adsl Uptime
|
||||
echo graph_category DartyBox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue