aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-01-04 10:33:57 +0100
committerBen Kochie <superq@gmail.com>2018-01-04 10:33:57 +0100
commit8f9c8a060de932e12c16bc2a66edbc8771147ecf (patch)
tree0f49191bb6c51ef369ed3ce7927edd442ff4bc47 /README.md
parentd6ef10bb562b8ebe9ccc139fc48af762228b9baa (diff)
downloadprometheus_node_collector-8f9c8a060de932e12c16bc2a66edbc8771147ecf.tar.bz2
prometheus_node_collector-8f9c8a060de932e12c16bc2a66edbc8771147ecf.tar.xz
prometheus_node_collector-8f9c8a060de932e12c16bc2a66edbc8771147ecf.zip
Update README
Add OpenBSD to supported list for meminfo collector[0]. [0]: https://github.com/prometheus/node_exporter/pull/724
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 e1e5bdf..7bb83a5 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ infiniband | Exposes network statistics specific to InfiniBand and Intel OmniPat
38ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux 38ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux
39loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris 39loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris
40mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux 40mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux
41meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux 41meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD
42netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD 42netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD
43netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux 43netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux
44sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 44sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux