1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00: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; print <<END;
recv$if.label $alias recv$if.label $alias
recv$if.graph no recv$if.graph no
recv$if.cdef recv$if,8,*
send$if.label $alias send$if.label $alias
send$if.negative recv$if send$if.negative recv$if
send$if.cdef send$if,8,*
END END
} }
} }