mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
[snmp__if_combined] Add support for stacked series in root graph
From a summary comment in the code: If a stacked graph is requested, plot the total. Rather than aggregating them with CDEFs of SUMs, we sum them in the script, which allows us to create real series than can be easily borrowed by other loaning graphs. Those series are recv_bits and send_bits. There are longstanding bugs with them (dating back to snmp__if). This has been documented, as well as some potential ad hoc fixes for the data. Some outdated bug were also removed from the doc. Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
61473dfdb0
commit
6ac458ace1
3 changed files with 151 additions and 35 deletions
BIN
plugins/snmp/example-graphs/snmp_if_combined-1.png
Normal file
BIN
plugins/snmp/example-graphs/snmp_if_combined-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
plugins/snmp/example-graphs/snmp_if_combined-day.png
Normal file
BIN
plugins/snmp/example-graphs/snmp_if_combined-day.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Add table
Add a link
Reference in a new issue