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        sourceaddress = ::1
21        step = 300
22        timeout = 1.5
23        tos = 0x20
24        usestdout = true
25
26        # [...]
27
28        *** Targets ***
29
30        probe = FPing6 # if this should be the default probe
31
32        # [...]
33
34        + mytarget
35        # probe = FPing6 # if the default probe is something else
36        host = my.host
37

DESCRIPTION

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

VARIABLES

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

AUTHORS

147       Tobias Oetiker <tobi@oetiker.ch>
148
149       Niko Tyni <ntyni@iki.fi>
150

SEE ALSO

152       Smokeping::probes::FPing
153
154
155
1562.7.2                             2020-01-30        Smokeping_probes_FPing6(3)
Impressum