1Smokeping_probes_FPing6(3)         SmokePing        Smokeping_probes_FPing6(3)
2
3
4

NAME

6       Smokeping::probes::FPing6 - FPing6 Probe for SmokePing
7

SYNOPSIS

9        *** Probes ***
10
11        +FPing6
12
13        binary = /usr/bin/fping6 # mandatory
14        blazemode = true
15        hostinterval = 1.5
16        mininterval = 0.001
17        offset = 50%
18        packetsize = 5000
19        pings = 20
20        protocol = 6
21        sourceaddress = ::1
22        step = 300
23        timeout = 1.5
24        tos = 0x20
25        usestdout = true
26
27        # [...]
28
29        *** Targets ***
30
31        probe = FPing6 # if this should be the default probe
32
33        # [...]
34
35        + mytarget
36        # probe = FPing6 # if the default probe is something else
37        host = my.host
38

DESCRIPTION

40       Integrates FPing6 as a probe into smokeping. This probe is derived from
41       FPing; the only difference is that the target host used for checking
42       the fping command output is ::1 instead of localhost.
43

VARIABLES

45       Supported probe-specific variables:
46
47       binary
48           The location of your fping binary.
49
50           Example value: /usr/bin/fping6
51
52           This setting is mandatory.
53
54       blazemode
55           Send an extra ping and then discarge the first answer since the
56           first is bound to be an outliner.
57
58           Example value: true
59
60       hostinterval
61           The fping "-p" parameter, but in (possibly fractional) seconds
62           rather than milliseconds, for consistency with other Smokeping
63           probes. From fping(1):
64
65           This parameter sets the time that fping  waits between successive
66           packets to an individual target.
67
68           Example value: 1.5
69
70       mininterval
71           The fping "-i" parameter, but in (probably fractional) seconds
72           rather than milliseconds, for consistency with other Smokeping
73           probes. From fping(1):
74
75           The minimum amount of time between sending a ping packet to any
76           target.
77
78           Example value: 0.001
79
80           Default value: 0.01
81
82       offset
83           If you run many probes concurrently you may want to prevent them
84           from hitting your network all at the same time. Using the probe-
85           specific offset parameter you can change the point in time when
86           each probe will be run. Offset is specified in % of total interval,
87           or alternatively as 'random', and the offset from the 'General'
88           section is used if nothing is specified here. Note that this does
89           NOT influence the rrds itself, it is just a matter of when data
90           acqusition is initiated.  (This variable is only applicable if the
91           variable 'concurrentprobes' is set in the 'General' section.)
92
93           Example value: 50%
94
95       packetsize
96           The ping packet size (in the range of 12-64000 bytes).
97
98           Example value: 5000
99
100       pings
101           How many pings should be sent to each target, if different from the
102           global value specified in the Database section. Note that the
103           number of pings in the RRD files is fixed when they are originally
104           generated, and if you change this parameter afterwards, you'll have
105           to delete the old RRD files or somehow convert them.
106
107           Example value: 20
108
109       protocol
110           Choose if the ping should use IPv4 or IPv6.
111
112           Example value: 6
113
114           Default value: 6
115
116       sourceaddress
117           The fping "-S" parameter . From fping(1):
118
119           Set source address.
120
121           Example value: ::1
122
123       step
124           Duration of the base interval that this probe should use, if
125           different from the one specified in the 'Database' section. Note
126           that the step in the RRD files is fixed when they are originally
127           generated, and if you change the step parameter afterwards, you'll
128           have to delete the old RRD files or somehow convert them. (This
129           variable is only applicable if the variable 'concurrentprobes' is
130           set in the 'General' section.)
131
132           Example value: 300
133
134       timeout
135           The fping "-t" parameter, but in (possibly fractional) seconds
136           rather than milliseconds, for consistency with other Smokeping
137           probes. Note that as Smokeping uses the fping 'counting' mode (-C),
138           this apparently only affects the last ping.
139
140           Example value: 1.5
141
142       tos Set the type of service (TOS) of outgoing ICMP packets.  You need
143           at laeast fping-2.4b2_to3-ipv6 for this to work. Find a copy on
144           www.smokeping.org/pub.
145
146           Example value: 0x20
147
148       usestdout
149           Listen for FPing output on stdout instead of stderr ... (version
150           3.3+ sends its statistics on stdout).
151
152           Example value: true
153

AUTHORS

155       Tobias Oetiker <tobi@oetiker.ch>
156
157       Niko Tyni <ntyni@iki.fi>
158

SEE ALSO

160       Smokeping::probes::FPing
161
162
163
1642.7.3                             2021-03-11        Smokeping_probes_FPing6(3)
Impressum