1Smokeping_probes_skel(3) SmokePing Smokeping_probes_skel(3)
2
3
4
6 Smokeping::probes::skel - a skeleton for Smokeping Probes
7
9 *** Probes ***
10
11 +skel
12
13 forks = 5
14 offset = 50%
15 step = 300
16 timeout = 15
17
18 # The following variables can be overridden in each target section
19 pings = 5
20
21 # [...]
22
23 *** Targets ***
24
25 probe = skel # if this should be the default probe
26
27 # [...]
28
29 + mytarget
30 # probe = skel # if the default probe is something else
31 host = my.host
32 pings = 5
33
35 This is a non-functional module that is intended to act as a basis for
36 creation of new probes. See the smokeping_extend document for more
37 information.
38
40 Supported probe-specific variables:
41
42 forks
43 Run this many concurrent processes at maximum
44
45 Example value: 5
46
47 Default value: 5
48
49 offset
50 If you run many probes concurrently you may want to prevent them
51 from hitting your network all at the same time. Using the probe-
52 specific offset parameter you can change the point in time when
53 each probe will be run. Offset is specified in % of total interval,
54 or alternatively as 'random', and the offset from the 'General'
55 section is used if nothing is specified here. Note that this does
56 NOT influence the rrds itself, it is just a matter of when data
57 acqusition is initiated. (This variable is only applicable if the
58 variable 'concurrentprobes' is set in the 'General' section.)
59
60 Example value: 50%
61
62 step
63 Duration of the base interval that this probe should use, if
64 different from the one specified in the 'Database' section. Note
65 that the step in the RRD files is fixed when they are originally
66 generated, and if you change the step parameter afterwards, you'll
67 have to delete the old RRD files or somehow convert them. (This
68 variable is only applicable if the variable 'concurrentprobes' is
69 set in the 'General' section.)
70
71 Example value: 300
72
73 timeout
74 How long a single 'ping' takes at maximum
75
76 Example value: 15
77
78 Default value: 5
79
80 Supported target-specific variables:
81
82 pings
83 How many pings should be sent to each target, if different from the
84 global value specified in the Database section. Note that the
85 number of pings in the RRD files is fixed when they are originally
86 generated, and if you change this parameter afterwards, you'll have
87 to delete the old RRD files or somehow convert them.
88
89 Example value: 5
90
92 Niko Tyni <ntyni@iki.fi>,
93
95 smokeping_extend
96
97
98
992.7.2 2019-02-02 Smokeping_probes_skel(3)