mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +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:
parent
19fd67f6a3
commit
7777738e05
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue