aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Handzik <joseph.t.handzik@hpe.com>2017-08-16 00:32:54 -0500
committerBen Kochie <superq@gmail.com>2017-08-16 07:32:54 +0200
commit4b011bfe44658d5c23650834c8ae56796b4d5c59 (patch)
treebed4e3479f8a10e1303fd70bd13735023f90786b /README.md
parentdfe07eaae84b205873567ad95cdb83b52a5243df (diff)
downloadprometheus_node_collector-4b011bfe44658d5c23650834c8ae56796b4d5c59.tar.bz2
prometheus_node_collector-4b011bfe44658d5c23650834c8ae56796b4d5c59.tar.xz
prometheus_node_collector-4b011bfe44658d5c23650834c8ae56796b4d5c59.zip
Clarify Infiniband collector support (#643)
Tested a DL360 Gen9 box with an Omni-Path adapter in it. The existing InfiniBand collector can provide support for the same metrics on Omni-Path cards as well. Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
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 85d7789..4f2c269 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ exec | Exposes execution statistics. | Dragonfly, FreeBSD
32filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux 32filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux
33filesystem | Exposes filesystem statistics, such as disk space used. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD 33filesystem | Exposes filesystem statistics, such as disk space used. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD
34hwmon | Expose hardware monitoring and sensor data from `/sys/class/hwmon/`. | Linux 34hwmon | Expose hardware monitoring and sensor data from `/sys/class/hwmon/`. | Linux
35infiniband | Exposes network statistics specific to InfiniBand configurations. | Linux 35infiniband | Exposes network statistics specific to InfiniBand and Intel OmniPath configurations. | Linux
36ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux 36ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux
37loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris 37loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris
38mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux 38mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux