Add a collector for DRBD.
This collector exposes most of the useful information that can be found in /proc/drbd. Sizes are normalised to be in bytes, as /proc/drbd uses kibibytes.
This commit is contained in:
parent
ff5b901065
commit
6269f7502a
5 changed files with 265 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ Name | Description | OS
|
|||
---------|-------------|----
|
||||
bonding | Exposes the number of configured and active slaves of Linux bonding interfaces. | Linux
|
||||
devstat | Exposes device statistics | Dragonfly, FreeBSD
|
||||
drbd | Exposes Distributed Replicated Block Device statistics | Linux
|
||||
gmond | Exposes statistics from Ganglia. | _any_
|
||||
interrupts | Exposes detailed interrupts statistics. | Linux, OpenBSD
|
||||
ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue