From 61d0027904ee9c040985b1642ca228737d616d03 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2019 20:55:22 +0200 Subject: Adding upstream version 1.15.0. Signed-off-by: Daniel Baumann --- collectors/plugins.d/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'collectors/plugins.d/README.md') diff --git a/collectors/plugins.d/README.md b/collectors/plugins.d/README.md index d5b9b85ef..105a60eb5 100644 --- a/collectors/plugins.d/README.md +++ b/collectors/plugins.d/README.md @@ -11,6 +11,7 @@ plugin|language|O/S|description [charts.d.plugin](../charts.d.plugin/)|`BASH`|all|a **plugin orchestrator** for data collection modules written in `BASH` v4+. [cups.plugin](../cups.plugin/)|`C`|all|monitors **CUPS** [fping.plugin](../fping.plugin/)|`C`|all|measures network latency, jitter and packet loss between the monitored node and any number of remote network end points. +[ioping.plugin](../ioping.plugin/)|`C`|all|measures disk latency. [freeipmi.plugin](../freeipmi.plugin/)|`C`|linux|collects metrics from enterprise hardware sensors, on Linux servers. [nfacct.plugin](../nfacct.plugin/)|`C`|linux|collects netfilter firewall, connection tracker and accounting metrics using `libmnl` and `libnetfilter_acct`. [xenstat.plugin](../xenstat.plugin/)|`C`|linux|collects XenServer and XCP-ng metrics using `lxenstat`. @@ -64,6 +65,7 @@ Example: # charts.d = yes # fping = yes + # ioping = yes # node.d = yes # python.d = yes ``` -- cgit v1.2.3