aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Schmitz <alex.schmitz@samba.tv>2019-08-11 22:52:16 -0500
committerAlex Schmitz <alex.schmitz@gmail.com>2019-08-30 08:58:47 -0500
commit664025d60c3cd0eeca3da5dad7aba8c6b0a7905f (patch)
treefd5b1d6277d92ac70d948788014a7c3e54f10424 /README.md
parentd3478a207ebc665d4bd06c3dff5e9fb0a5e44eff (diff)
downloadprometheus_node_collector-664025d60c3cd0eeca3da5dad7aba8c6b0a7905f.tar.bz2
prometheus_node_collector-664025d60c3cd0eeca3da5dad7aba8c6b0a7905f.tar.xz
prometheus_node_collector-664025d60c3cd0eeca3da5dad7aba8c6b0a7905f.zip
Scrape cooling_device state
Signed-off-by: Alex Schmitz <alex.schmitz@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f38bcd0..7a4b9f4 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ schedstat | Exposes task scheduler statistics from `/proc/schedstat`. | Linux
55sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 55sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
56stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux 56stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
57textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 57textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
58thermal\_zone | Exposes thermal zone & cooling device statistics from `/sys/class/thermal`. | Linux
58time | Exposes the current system time. | _any_ 59time | Exposes the current system time. | _any_
59timex | Exposes selected adjtimex(2) system call stats. | Linux 60timex | Exposes selected adjtimex(2) system call stats. | Linux
60uname | Exposes system information as provided by the uname system call. | Darwin, FreeBSD, Linux, OpenBSD 61uname | Exposes system information as provided by the uname system call. | Darwin, FreeBSD, Linux, OpenBSD