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/fping.plugin/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'collectors/fping.plugin/README.md') diff --git a/collectors/fping.plugin/README.md b/collectors/fping.plugin/README.md index d5f83fdf1..ad79f06a6 100644 --- a/collectors/fping.plugin/README.md +++ b/collectors/fping.plugin/README.md @@ -3,7 +3,7 @@ The fping plugin supports monitoring latency, packet loss and uptime of any number of network end points, by pinging them with `fping`. -A recent version of `fping` is required (one that supports option ` -N `). +A recent version of `fping` is required (one that supports option `-N`). The supplied plugin can install it, by running: ```sh @@ -23,7 +23,7 @@ fping="/usr/local/bin/fping" # I suggest to use hostnames and put their IPs in /etc/hosts hosts="host1 host2 host3" -# override the chart update frequency - the default is inherited from netdata +# override the chart update frequency - the default is inherited from Netdata update_every=1 # time in milliseconds (1 sec = 1000 ms) to ping the hosts @@ -36,10 +36,10 @@ fping_opts="-R -b 56 -i 1 -r 0 -t 5000" ## 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 fping alarms](../../health/health.d/fping.conf) -## Additional Tips +## Additional Tips ### Customizing Amount of Pings Per Second @@ -60,13 +60,12 @@ ping_every=5000 You may need to run multiple fping plugins with different settings for different end points. For example, you may need to ping a few hosts 10 times per second, and others once per second. -netdata allows you to add as many `fping` plugins as you like. +Netdata allows you to add as many `fping` plugins as you like. Follow this procedure: **1. Create New fping Configuration File** - ```sh # Step Into Configuration Directory cd /etc/netdata @@ -90,9 +89,9 @@ cd /usr/libexec/netdata/plugins.d ln -s fping.plugin fping2.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%2Ffping.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%2Ffping.plugin%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>) -- cgit v1.2.3