summaryrefslogtreecommitdiffstats
path: root/collectors/fping.plugin/fping.conf
blob: 63a7f7acde79ef72baa38465a8e6b1cc16c59cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# no need for shebang - this file is sourced from fping.plugin

# fping.plugin requires a recent version of fping.
#
# You can get it on your system, by running:
#
# /usr/libexec/netdata/plugins.d/fping.plugin install

# -----------------------------------------------------------------------------
# configuration options

# The fping binary to use. We need one that can output netdata friendly info
# (supporting: -N). If you have multiple versions, put here the full filename
# of the right one

#fping="/usr/local/bin/fping"


# a space separated list of hosts to fping
# we suggest to put names here and the IPs of these names in /etc/hosts

hosts=""


# The update frequency of the chart - the default is inherited from netdata

#update_every=2


# The time in milliseconds (1 sec = 1000 ms) to ping the hosts
# by default 5 pings per host per iteration
# fping will not allow this to be below 20ms

#ping_every="200"


# other fping options - defaults:
# -R      = send packets with random data
# -b 56   = the number of bytes per packet
# -i 1    = 1 ms when sending packets to others hosts (switching hosts)
# -r 0    = never retry packets
# -t 5000 = per packet timeout at 5000 ms

#fping_opts="-R -b 56 -i 1 -r 0 -t 5000"