1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Munin-Contrib/plugins/network/linux_if
2020-03-26 04:23:21 +01:00
..
example-graphs rename plugin example graphs for plugin gallery visualization 2018-03-24 04:03:08 +01:00
linux_if Fix spelling mistakes in comments and descriptions 2020-03-26 04:23:21 +01:00
README.md Initial commit of linux_if plugin 2014-09-06 21:42:05 +02:00

linux_if

Linux network monitoring plugin with support for bonding and vlans.

Plugin will group all bonding slaves into one aggregated graph. It removes clutter of having many single-metric graphs for individual interfaces. You still can click trough to individual graphs.

In this example, p1p1, p2p1 are physical interfaces of one bond0. Only p1p1 is active, as we are using Active-Backup bonding mode. Total (black) is the throughput of parent interface bond0.

linux_if_bonding text

Similar aggregation is done also on higher level for vlans. All vlan sub-interfaces are aggregated into one graph, based on their parent interface. Interfaces do not even have to follow the same naming convention (interface.vlanid). Interfaces bond0.279, vlan101, vlan102 are all vlan sub-interfaces of bond0.

linux_if_vlans_text