mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
snmp__if_combined: provide CDEFs directives for the combined graph as well.
Borrowed data is raw, so in this case we want to make sure it's expressed in bits rather than octects.
This commit is contained in:
parent
19fd67f6a3
commit
7777738e05
@ -613,8 +613,10 @@ END
|
||||
print <<END;
|
||||
recv$if.label $alias
|
||||
recv$if.graph no
|
||||
recv$if.cdef recv$if,8,*
|
||||
send$if.label $alias
|
||||
send$if.negative recv$if
|
||||
send$if.cdef send$if,8,*
|
||||
END
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user