2
0
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:
Diego Elio Pettenò 2012-11-20 09:19:10 -08:00
parent 19fd67f6a3
commit 7777738e05

View File

@ -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
}
}