summaryrefslogtreecommitdiffstats
path: root/collectors/README.md
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-04-23 14:20:00 +0300
committerGitHub <noreply@github.com>2019-04-23 14:20:00 +0300
commitf0bc01ddbdfcb948bb06cf05662b0901f297e59a (patch)
treeac4e2bb0b487731084ed5613432698b7caff219a /collectors/README.md
parent1d1b46695ace19a558d8c50825c6c9ddff9e11ea (diff)
Add ioping plugin (#5725)
* Add ioping plugin * Update the documentation and comments * Finalize installation of ioping * Fix find_processors variable * Fix static build * Move ioping to libexec directory * Move ioping to plugins.d directory * Fix file existence check
Diffstat (limited to 'collectors/README.md')
-rw-r--r--collectors/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/README.md b/collectors/README.md
index 86c2a9fd24..154d193e49 100644
--- a/collectors/README.md
+++ b/collectors/README.md
@@ -30,6 +30,7 @@ plugin|lang|O/S|runs as|modular|description
[cups.plugin](cups.plugin/)|`C`|any|external|-|monitors **CUPS**
[diskspace.plugin](diskspace.plugin/)|`C`|linux|internal|-|collects disk space usage metrics on Linux mount points
[fping.plugin](fping.plugin/)|`C`|any|external|-|measures network latency, jitter and packet loss between the monitored node and any number of remote network end points.
+[ioping.plugin](ioping.plugin/)|`C`|any|external|-|measures disk read/write latency.
[freebsd.plugin](freebsd.plugin/)|`C`|freebsd|internal|yes|collects resource usage and performance data on FreeBSD systems
[freeipmi.plugin](freeipmi.plugin/)|`C`|linux, freebsd|external|-|collects metrics from enterprise hardware sensors, on Linux and FreeBSD servers.
[idlejitter.plugin](idlejitter.plugin/)|`C`|any|internal|-|measures CPU latency and jitter on all operating systems