aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-02-16 15:42:47 +0100
committerGitHub <noreply@github.com>2018-02-16 15:42:47 +0100
commit6468e7c80b82df015a40cee4fe96cd0f6a2546e6 (patch)
treea825b9e8aa9b78cebdaa83e8136816fb1031037c /README.md
parent8d9c7ca65915eff54f470bc45b166c7085054d79 (diff)
downloadprometheus_node_collector-6468e7c80b82df015a40cee4fe96cd0f6a2546e6.tar.bz2
prometheus_node_collector-6468e7c80b82df015a40cee4fe96cd0f6a2546e6.tar.xz
prometheus_node_collector-6468e7c80b82df015a40cee4fe96cd0f6a2546e6.zip
Enable NFS client metrics by default. (#828)
Enable NFS client metrics by default now that it nolonger prints errors on scrape if there are no metrics to display. Also fixup the nfsd README to match the nfs entry.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb9df4a..19de9fd 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `
41meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD 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
44nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. | Linux 44nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux
45nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. This is the same information as `nfsstat -s`. | Linux
45sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 46sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
46stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux 47stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
47textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 48textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
@@ -66,7 +67,6 @@ ksmd | Exposes kernel and system statistics from `/sys/kernel/mm/ksm`. | Linux
66logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/Software/systemd/logind/). | Linux 67logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/Software/systemd/logind/). | Linux
67meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux 68meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux
68mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux 69mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux
69nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux
70ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_ 70ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_
71qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux 71qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux
72runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_ 72runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_