Add IPVS stats collector.
This collector exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. Note that it is _not_ tested with IPv6, YMMV.
This commit is contained in:
parent
d1822e4749
commit
37c7e5e60f
6 changed files with 442 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ Name | Description
|
|||
bonding | Exposes the number of configured and active slaves of Linux bonding interfaces.
|
||||
gmond | Exposes statistics from Ganglia.
|
||||
interrupts | Exposes detailed interrupts statistics from `/proc/interrupts`.
|
||||
ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`.
|
||||
lastlogin | Exposes the last time there was a login.
|
||||
megacli | Exposes RAID statistics from MegaCLI.
|
||||
ntp | Exposes time drift from an NTP server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue