1Smokeping_probes_base(3) SmokePing Smokeping_probes_base(3)
2
3
4
6 Smokeping::probes::base - Base Class for implementing SmokePing Probes
7
9 For the time being, please use the Smokeping::probes::FPing for
10 inspiration when implementing your own probes.
11
13 *** Probes ***
14
15 +base
16
17 offset = 50%
18 pings = 20
19 step = 300
20
21 # [...]
22
23 *** Targets ***
24
25 probe = base # if this should be the default probe
26
27 # [...]
28
29 + mytarget
30 # probe = base # if the default probe is something else
31 host = my.host
32
34 Supported probe-specific variables:
35
36 offset
37 If you run many probes concurrently you may want to prevent them
38 from hitting your network all at the same time. Using the probe-
39 specific offset parameter you can change the point in time when
40 each probe will be run. Offset is specified in % of total interval,
41 or alternatively as 'random', and the offset from the 'General'
42 section is used if nothing is specified here. Note that this does
43 NOT influence the rrds itself, it is just a matter of when data
44 acqusition is initiated. (This variable is only applicable if the
45 variable 'concurrentprobes' is set in the 'General' section.)
46
47 Example value: 50%
48
49 pings
50 How many pings should be sent to each target, if different from the
51 global value specified in the Database section. Note that the
52 number of pings in the RRD files is fixed when they are originally
53 generated, and if you change this parameter afterwards, you'll have
54 to delete the old RRD files or somehow convert them.
55
56 Example value: 20
57
58 step
59 Duration of the base interval that this probe should use, if
60 different from the one specified in the 'Database' section. Note
61 that the step in the RRD files is fixed when they are originally
62 generated, and if you change the step parameter afterwards, you'll
63 have to delete the old RRD files or somehow convert them. (This
64 variable is only applicable if the variable 'concurrentprobes' is
65 set in the 'General' section.)
66
67 Example value: 300
68
70 Tobias Oetiker <tobi@oetiker.ch>
71
72
73
742.7.3 2021-03-11 Smokeping_probes_base(3)