aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Schwarz <me@cschwarz.com>2016-03-13 01:08:30 +0100
committerJoe Handzik <joseph.t.handzik@hpe.com>2017-01-08 10:23:58 -0600
commitc95bfa705edf1ed9e0b49e71a5c94e2c877bed10 (patch)
treec768ea5d7fdfffe32792beed37c3b432f520371d /README.md
parentf29f3873eaf51c354230b97a1a597334b29698d2 (diff)
downloadprometheus_node_collector-c95bfa705edf1ed9e0b49e71a5c94e2c877bed10.tar.bz2
prometheus_node_collector-c95bfa705edf1ed9e0b49e71a5c94e2c877bed10.tar.xz
prometheus_node_collector-c95bfa705edf1ed9e0b49e71a5c94e2c877bed10.zip
Enable ZFS exporter by default and update README.
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 7092a17..ae9e4a5 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, bo
34textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 34textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
35time | Exposes the current system time. | _any_ 35time | Exposes the current system time. | _any_
36vmstat | Exposes statistics from `/proc/vmstat`. | Linux 36vmstat | Exposes statistics from `/proc/vmstat`. | Linux
37 37zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics.<br/> FreeBSD (ARC, zpool), Linux (ARC) | [FreeBSD](https://www.freebsd.org/doc/handbook/zfs.html), [Linux](http://zfsonlinux.org/)
38 38
39### Disabled by default 39### Disabled by default
40 40