mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-19 17:13:21 +00:00
Initial commit of linux_if plugin
Supports bonding and vlans.
This commit is contained in:
parent
b92aabbdbf
commit
acf3a43e23
4 changed files with 319 additions and 0 deletions
22
plugins/network/linux_if/README.md
Normal file
22
plugins/network/linux_if/README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
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`.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
Loading…
Add table
Add a link
Reference in a new issue