Add collector for metrics of linux software raids

This commit is contained in:
Jonas Große Sundrup 2015-09-07 15:49:30 +02:00
commit 9f2aa24e12
5 changed files with 340 additions and 1 deletions

View file

@ -34,6 +34,7 @@ netstat | Exposes network statistics from `/proc/net/netstat`. This is the same
stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, boot time, forks and interrupts.
textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set.
time | Exposes the current system time.
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no /proc/mdstat present)
### Disabled by default