]> arthur.barton.de Git - netdata.git/blob - conf.d/fping.conf
fail2bain plugin: "Currently In Jail" chart renamed
[netdata.git] / conf.d / fping.conf
1 # no need for shebang - this file is sourced from fping.plugin
2
3 # fping.plugin requires a recent version of fping.
4 #
5 # You can get it on your system, by running:
6 #
7 # /usr/libexec/netdata/plugins.d/fping.plugin install
8
9 # -----------------------------------------------------------------------------
10 # configuration options
11
12 # The fping binary to use. We need one that can output netdata friendly info
13 # (supporting: -N). If you have multiple versions, put here the full filename
14 # of the right one
15
16 #fping="/usr/local/bin/fping"
17
18
19 # a space separated list of hosts to fping
20 # we suggest to put names here and the IPs of these names in /etc/hosts
21
22 hosts=""
23
24
25 # The update frequency of the chart - the default is inherited from netdata
26
27 #update_every=2
28
29
30 # The time in milliseconds (1 sec = 1000 ms) to ping the hosts
31 # by default 5 pings per host per iteration
32 # fping will now allow this to be below 20ms
33
34 #ping_every="200"
35
36
37 # other fping options - defaults:
38 # -R      = send packets with random data
39 # -b 56   = the number of bytes per packet
40 # -i 1    = 1 ms when sending packets to others hosts (switching hosts)
41 # -r 0    = never retry packets
42 # -t 5000 = per packet timeout at 5000 ms
43
44 #fping_opts="-R -b 56 -i 1 -r 0 -t 5000"