From 8f9c8a060de932e12c16bc2a66edbc8771147ecf Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 4 Jan 2018 10:33:57 +0100 Subject: [PATCH] Update README Add OpenBSD to supported list for meminfo collector[0]. [0]: https://github.com/prometheus/node_exporter/pull/724 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e5bdf0..7bb83a5d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ infiniband | Exposes network statistics specific to InfiniBand and Intel OmniPat ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux -meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux +meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux