From 574098461cd45be12a497afbdac6f93c58978387 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 12:23:38 +0200 Subject: Adding upstream version 1.17.0. Signed-off-by: Daniel Baumann --- collectors/ioping.plugin/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'collectors/ioping.plugin/README.md') diff --git a/collectors/ioping.plugin/README.md b/collectors/ioping.plugin/README.md index 15fdf6ff7..4b18ce490 100644 --- a/collectors/ioping.plugin/README.md +++ b/collectors/ioping.plugin/README.md @@ -3,14 +3,14 @@ The ioping plugin supports monitoring latency for any number of directories/files/devices, by pinging them with `ioping`. -A recent version of `ioping` is required (one that supports option ` -N `). +A recent version of `ioping` is required (one that supports option `-N`). The supplied plugin can install it, by running: ```sh /usr/libexec/netdata/plugins.d/ioping.plugin install ``` -The `-e` option can be supplied to indicate where the netdata environment file is installed. The default path is `/etc/netdata/.environment`. +The `-e` option can be supplied to indicate where the Netdata environment file is installed. The default path is `/etc/netdata/.environment`. The above will download, build and install the right version as `/usr/libexec/netdata/plugins.d/ioping`. @@ -24,7 +24,7 @@ ioping="/usr/libexec/netdata/plugins.d/ioping" # set here the directory/file/device, you need to ping destination="destination" -# override the chart update frequency - the default is inherited from netdata +# override the chart update frequency - the default is inherited from Netdata update_every="1s" # the request size in bytes to ping the destination @@ -36,7 +36,7 @@ ioping_opts="-T 1000000 -R" ## alarms -netdata will automatically attach a few alarms for each host. +Netdata will automatically attach a few alarms for each host. Check the [latest versions of the ioping alarms](../../health/health.d/ioping.conf) ## Multiple ioping Plugins With Different Settings @@ -44,13 +44,12 @@ Check the [latest versions of the ioping alarms](../../health/health.d/ioping.co You may need to run multiple ioping plugins with different settings or different end points. For example, you may need to ping one destination once per 10 seconds, and another once per second. -netdata allows you to add as many `ioping` plugins as you like. +Netdata allows you to add as many `ioping` plugins as you like. Follow this procedure: **1. Create New ioping Configuration File** - ```sh # Step Into Configuration Directory cd /etc/netdata @@ -74,9 +73,9 @@ cd /usr/libexec/netdata/plugins.d ln -s ioping.plugin ioping2.plugin ``` -That's it. netdata will detect the new plugin and start it. +That's it. Netdata will detect the new plugin and start it. You can name the new plugin any name you like. Just make sure the plugin and the configuration file have the same name. -[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fioping.plugin%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]() +[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fioping.plugin%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>) -- cgit v1.2.3