1Smokeping_probes_FPing6(3) SmokePing Smokeping_probes_FPing6(3)
2
3
4
6 Smokeping::probes::FPing6 - FPing6 Probe for SmokePing
7
9 *** Probes ***
10
11 +FPing6
12
13 binary = /usr/bin/fping6 # mandatory
14 blazemode = true
15 hostinterval = 1.5
16 interface = eth0
17 mininterval = 0.001
18 offset = 50%
19 packetsize = 5000
20 pings = 20
21 protocol = 6
22 sourceaddress = ::1
23 step = 300
24 timeout = 1.5
25 tos = 0x20
26 usestdout = true
27
28 # The following variables can be overridden in each target section
29 /^influx_.+/ = influx_location = In the basement
30
31 # [...]
32
33 *** Targets ***
34
35 probe = FPing6 # if this should be the default probe
36
37 # [...]
38
39 + mytarget
40 # probe = FPing6 # if the default probe is something else
41 host = my.host
42 /^influx_.+/ = influx_location = In the basement
43
45 Integrates FPing6 as a probe into smokeping. This probe is derived from
46 FPing; the only difference is that the target host used for checking
47 the fping command output is ::1 instead of localhost.
48
50 Supported probe-specific variables:
51
52 binary
53 The location of your fping binary.
54
55 Example value: /usr/bin/fping6
56
57 This setting is mandatory.
58
59 blazemode
60 Send an extra ping and then discard the first answer since the
61 first is bound to be an outlier.
62
63 Example value: true
64
65 hostinterval
66 The fping "-p" parameter, but in (possibly fractional) seconds
67 rather than milliseconds, for consistency with other Smokeping
68 probes. From fping(1):
69
70 This parameter sets the time that fping waits between successive
71 packets to an individual target.
72
73 Example value: 1.5
74
75 interface
76 The name of the network interface to perform the ping on.
77
78 Example value: eth0
79
80 mininterval
81 The fping "-i" parameter, but in (probably fractional) seconds
82 rather than milliseconds, for consistency with other Smokeping
83 probes. From fping(1):
84
85 The minimum amount of time between sending a ping packet to any
86 target.
87
88 Example value: 0.001
89
90 Default value: 0.01
91
92 offset
93 If you run many probes concurrently you may want to prevent them
94 from hitting your network all at the same time. Using the probe-
95 specific offset parameter you can change the point in time when
96 each probe will be run. Offset is specified in % of total interval,
97 or alternatively as 'random', and the offset from the 'General'
98 section is used if nothing is specified here. Note that this does
99 NOT influence the rrds itself, it is just a matter of when data
100 acquisition is initiated. (This variable is only applicable if the
101 variable 'concurrentprobes' is set in the 'General' section.)
102
103 Example value: 50%
104
105 packetsize
106 The ping packet size (in the range of 12-64000 bytes).
107
108 Example value: 5000
109
110 pings
111 How many pings should be sent to each target, if different from the
112 global value specified in the Database section. Note that the
113 number of pings in the RRD files is fixed when they are originally
114 generated, and if you change this parameter afterwards, you'll have
115 to delete the old RRD files or somehow convert them.
116
117 Example value: 20
118
119 protocol
120 Choose if the ping should use IPv4 or IPv6.
121
122 Example value: 6
123
124 Default value: 6
125
126 sourceaddress
127 The fping "-S" parameter . From fping(1):
128
129 Set source address.
130
131 Example value: ::1
132
133 step
134 Duration of the base interval that this probe should use, if
135 different from the one specified in the 'Database' section. Note
136 that the step in the RRD files is fixed when they are originally
137 generated, and if you change the step parameter afterwards, you'll
138 have to delete the old RRD files or somehow convert them. (This
139 variable is only applicable if the variable 'concurrentprobes' is
140 set in the 'General' section.)
141
142 Example value: 300
143
144 timeout
145 The fping "-t" parameter, but in (possibly fractional) seconds
146 rather than milliseconds, for consistency with other Smokeping
147 probes. Note that as Smokeping uses the fping 'counting' mode (-C),
148 this apparently only affects the last ping.
149
150 Example value: 1.5
151
152 tos Set the type of service (TOS) of outgoing ICMP packets. You need
153 at laeast fping-2.4b2_to3-ipv6 for this to work. Find a copy on
154 www.smokeping.org/pub.
155
156 Example value: 0x20
157
158 usestdout
159 Listen for FPing output on stdout instead of stderr ... (version
160 3.3+ sends its statistics on stdout).
161
162 Example value: true
163
165 Tobias Oetiker <tobi@oetiker.ch>
166
167 Niko Tyni <ntyni@iki.fi>
168
170 Smokeping::probes::FPing
171
172
173
1742.8.2 2022-07-23 Smokeping_probes_FPing6(3)