aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRalf Horstmann <ralf+github@ackstorm.de>2019-02-06 11:36:22 +0100
committerBen Kochie <superq@gmail.com>2019-02-06 11:36:22 +0100
commit3867ad5ab00846010238bc10ab6aec04169fd7f5 (patch)
tree0a79e820e80c484069a6abbe21b57743bd48c9ea /README.md
parentd442108d7ae3c3445b501fd253816b40c322a4f9 (diff)
downloadprometheus_node_collector-3867ad5ab00846010238bc10ab6aec04169fd7f5.tar.bz2
prometheus_node_collector-3867ad5ab00846010238bc10ab6aec04169fd7f5.tar.xz
prometheus_node_collector-3867ad5ab00846010238bc10ab6aec04169fd7f5.zip
Add diskstats collector for OpenBSD (#1250)
* Add diskstats collector for OpenBSD Tested on i386 and amd64, OpenBSD 6.4 and -current. * Refactor diskstats collectors This moves common descriptors from Linux, Darwin, OpenBSD diskstats collectors into diskstats_common.go Signed-off-by: Ralf Horstmann <ralf+github@ackstorm.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 187e275..3196ab3 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ bonding | Exposes the number of configured and active slaves of Linux bonding in
32boottime | Exposes system boot time derived from the `kern.boottime` sysctl. | Darwin, Dragonfly, FreeBSD, NetBSD, OpenBSD, Solaris 32boottime | Exposes system boot time derived from the `kern.boottime` sysctl. | Darwin, Dragonfly, FreeBSD, NetBSD, OpenBSD, Solaris
33conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux 33conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
34cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris 34cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris
35diskstats | Exposes disk I/O statistics. | Darwin, Linux 35diskstats | Exposes disk I/O statistics. | Darwin, Linux, OpenBSD
36edac | Exposes error detection and correction statistics. | Linux 36edac | Exposes error detection and correction statistics. | Linux
37entropy | Exposes available entropy. | Linux 37entropy | Exposes available entropy. | Linux
38exec | Exposes execution statistics. | Dragonfly, FreeBSD 38exec | Exposes execution statistics. | Dragonfly, FreeBSD