aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryan Boreham <bjboreham@gmail.com>2018-10-11 17:27:41 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2018-10-11 18:27:41 +0200
commitf0d2a06b11160909420e104f88fe0055821b14cf (patch)
tree16f55d4e48c3564cefad5695c6c1cb8646fe244b /README.md
parent5273b00df949ddbb051e48c3b21d0cd01f6e728d (diff)
downloadprometheus_node_collector-f0d2a06b11160909420e104f88fe0055821b14cf.tar.bz2
prometheus_node_collector-f0d2a06b11160909420e104f88fe0055821b14cf.tar.xz
prometheus_node_collector-f0d2a06b11160909420e104f88fe0055821b14cf.zip
Update readme (#1107)
* State that wifi collector is disabled by default Signed-off-by: Bryan Boreham <bjboreham@gmail.com> * Add the 'processes' collector to the Readme Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 320b54f..3c62069 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,6 @@ time | Exposes the current system time. | _any_
53timex | Exposes selected adjtimex(2) system call stats. | Linux 53timex | Exposes selected adjtimex(2) system call stats. | Linux
54uname | Exposes system information as provided by the uname system call. | Linux 54uname | Exposes system information as provided by the uname system call. | Linux
55vmstat | Exposes statistics from `/proc/vmstat`. | Linux 55vmstat | Exposes statistics from `/proc/vmstat`. | Linux
56wifi | Exposes WiFi device and station statistics. | Linux
57xfs | Exposes XFS runtime statistics. | Linux (kernel 4.4+) 56xfs | Exposes XFS runtime statistics. | Linux (kernel 4.4+)
58zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/) 57zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/)
59 58
@@ -70,11 +69,13 @@ logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/So
70meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux 69meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux
71mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux 70mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux
72ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_ 71ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_
72processes | Exposes aggregate process statistics from `/proc`. | Linux
73qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux 73qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux
74runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_ 74runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_
75supervisord | Exposes service status from [supervisord](http://supervisord.org/). | _any_ 75supervisord | Exposes service status from [supervisord](http://supervisord.org/). | _any_
76systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux 76systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
77tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux 77tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux
78wifi | Exposes WiFi device and station statistics. | Linux
78 79
79### Textfile Collector 80### Textfile Collector
80 81