aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid O'Rourke <phyber@users.noreply.github.com>2019-02-05 16:39:24 +0000
committerBen Kochie <superq@gmail.com>2019-02-05 17:39:24 +0100
commitd442108d7ae3c3445b501fd253816b40c322a4f9 (patch)
tree3e6d581ad314fc7d4b870ea39122a3a2c89388df /README.md
parent2b81bff51843525dc210749c33d96ac382921b1f (diff)
downloadprometheus_node_collector-d442108d7ae3c3445b501fd253816b40c322a4f9.tar.bz2
prometheus_node_collector-d442108d7ae3c3445b501fd253816b40c322a4f9.tar.xz
prometheus_node_collector-d442108d7ae3c3445b501fd253816b40c322a4f9.zip
collector: Implement uname collector for FreeBSD (#1239)
* collector: Implement uname collector for FreeBSD Signed-off-by: David O'Rourke <david.orourke@gmail.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 9066d85..187e275 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ stat | Exposes various statistics from `/proc/stat`. This includes boot time, fo
54textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 54textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
55time | Exposes the current system time. | _any_ 55time | Exposes the current system time. | _any_
56timex | Exposes selected adjtimex(2) system call stats. | Linux 56timex | Exposes selected adjtimex(2) system call stats. | Linux
57uname | Exposes system information as provided by the uname system call. | Linux 57uname | Exposes system information as provided by the uname system call. | FreeBSD, Linux
58vmstat | Exposes statistics from `/proc/vmstat`. | Linux 58vmstat | Exposes statistics from `/proc/vmstat`. | Linux
59xfs | Exposes XFS runtime statistics. | Linux (kernel 4.4+) 59xfs | Exposes XFS runtime statistics. | Linux (kernel 4.4+)
60zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/), Solaris 60zfs | Exposes [ZFS](http://open-zfs.org/) performance statistics. | [Linux](http://zfsonlinux.org/), Solaris