1Smokeping_probes_EchoPingChargen(3)SmokePingSmokeping_probes_EchoPingChargen(3)
2
3
4
6 Smokeping::probes::EchoPingChargen - an echoping(1) probe for SmokePing
7
9 Measures TCP chargen (port 19) roundtrip times for SmokePing.
10
12 *** Probes ***
13
14 +EchoPingChargen
15
16 binary = /usr/bin/echoping
17 forks = 5
18 offset = 50%
19 step = 300
20
21 # The following variables can be overridden in each target section
22 /^influx_.+/ = influx_location = In the basement
23 extraopts = -some-letter-the-author-did-not-think-of
24 fill = A
25 ipversion = 4
26 pings = 5
27 priority = 6
28 size = 510
29 timeout = 1
30 tos = 0xa0
31 waittime = 1
32
33 # [...]
34
35 *** Targets ***
36
37 probe = EchoPingChargen # if this should be the default probe
38
39 # [...]
40
41 + mytarget
42 # probe = EchoPingChargen # if the default probe is something else
43 host = my.host
44 /^influx_.+/ = influx_location = In the basement
45 extraopts = -some-letter-the-author-did-not-think-of
46 fill = A
47 ipversion = 4
48 pings = 5
49 priority = 6
50 size = 510
51 timeout = 1
52 tos = 0xa0
53 waittime = 1
54
56 Supported probe-specific variables:
57
58 binary
59 The location of your echoping binary.
60
61 Default value: /usr/bin/echoping
62
63 forks
64 Run this many concurrent processes at maximum
65
66 Example value: 5
67
68 Default value: 5
69
70 offset
71 If you run many probes concurrently you may want to prevent them
72 from hitting your network all at the same time. Using the probe-
73 specific offset parameter you can change the point in time when
74 each probe will be run. Offset is specified in % of total interval,
75 or alternatively as 'random', and the offset from the 'General'
76 section is used if nothing is specified here. Note that this does
77 NOT influence the rrds itself, it is just a matter of when data
78 acquisition is initiated. (This variable is only applicable if the
79 variable 'concurrentprobes' is set in the 'General' section.)
80
81 Example value: 50%
82
83 step
84 Duration of the base interval that this probe should use, if
85 different from the one specified in the 'Database' section. Note
86 that the step in the RRD files is fixed when they are originally
87 generated, and if you change the step parameter afterwards, you'll
88 have to delete the old RRD files or somehow convert them. (This
89 variable is only applicable if the variable 'concurrentprobes' is
90 set in the 'General' section.)
91
92 Example value: 300
93
94 Supported target-specific variables:
95
96 /^influx_.+/
97 This is a tag that will be sent to influxdb and has no impact on
98 the probe measurement. The tag name will be sent without the
99 "influx_" prefix, which will be replaced with "tag_" instead. Tags
100 can be used for filtering.
101
102 Example value: influx_location = In the basement
103
104 extraopts
105 Any extra options specified here will be passed unmodified to
106 echoping(1).
107
108 Example value: -some-letter-the-author-did-not-think-of
109
110 fill
111 The "-f" echoping(1) option.
112
113 Example value: A
114
115 ipversion
116 The IP protocol used. Possible values are "4" and "6". Passed to
117 echoping(1) as the "-4" or "-6" options.
118
119 Example value: 4
120
121 pings
122 How many pings should be sent to each target, if different from the
123 global value specified in the Database section. Note that the
124 number of pings in the RRD files is fixed when they are originally
125 generated, and if you change this parameter afterwards, you'll have
126 to delete the old RRD files or somehow convert them.
127
128 Example value: 5
129
130 priority
131 The "-p" echoping(1) option.
132
133 Example value: 6
134
135 size
136 The "-s" echoping(1) option.
137
138 Example value: 510
139
140 timeout
141 The "-t" echoping(1) option.
142
143 Example value: 1
144
145 Default value: 5
146
147 tos The "-P" echoping(1) option.
148
149 Example value: 0xa0
150
151 waittime
152 The "-w" echoping(1) option.
153
154 Example value: 1
155
157 Niko Tyni <ntyni@iki.fi>
158
160 The udp variable is not supported.
161
163 Smokeping::probes::EchoPing
164
165
166
1672.8.2 2022-01-22Smokeping_probes_EchoPingChargen(3)