1Smokeping_probes_EchoPingWhois(3) SmokePing Smokeping_probes_EchoPingWhois(3)
2
3
4
6 Smokeping::probes::EchoPingWhois - an echoping(1) probe for SmokePing
7
9 Measures whois roundtrip times for SmokePing with the echoping_whois
10 plugin.
11
13 *** Probes ***
14
15 +EchoPingWhois
16
17 binary = /usr/bin/echoping
18 forks = 5
19 offset = 50%
20 step = 300
21
22 # The following variables can be overridden in each target section
23 extraopts = -some-letter-the-author-did-not-think-of
24 ipversion = 4
25 pings = 5
26 plugin = /path/to/whois.so
27 pluginargs = -p plugin_specific_arg
28 priority = 6
29 timeout = 1
30 tos = 0xa0
31 waittime = 1
32 whois_request = example.org # mandatory
33
34 # [...]
35
36 *** Targets ***
37
38 probe = EchoPingWhois # if this should be the default probe
39
40 # [...]
41
42 + mytarget
43 # probe = EchoPingWhois # if the default probe is something else
44 host = my.host
45 extraopts = -some-letter-the-author-did-not-think-of
46 ipversion = 4
47 pings = 5
48 plugin = /path/to/whois.so
49 pluginargs = -p plugin_specific_arg
50 priority = 6
51 timeout = 1
52 tos = 0xa0
53 waittime = 1
54 whois_request = example.org # mandatory
55
57 Supported probe-specific variables:
58
59 binary
60 The location of your echoping binary.
61
62 Default value: /usr/bin/echoping
63
64 forks
65 Run this many concurrent processes at maximum
66
67 Example value: 5
68
69 Default value: 5
70
71 offset
72 If you run many probes concurrently you may want to prevent them
73 from hitting your network all at the same time. Using the probe-
74 specific offset parameter you can change the point in time when
75 each probe will be run. Offset is specified in % of total interval,
76 or alternatively as 'random', and the offset from the 'General'
77 section is used if nothing is specified here. Note that this does
78 NOT influence the rrds itself, it is just a matter of when data
79 acqusition is initiated. (This variable is only applicable if the
80 variable 'concurrentprobes' is set in the 'General' section.)
81
82 Example value: 50%
83
84 step
85 Duration of the base interval that this probe should use, if
86 different from the one specified in the 'Database' section. Note
87 that the step in the RRD files is fixed when they are originally
88 generated, and if you change the step parameter afterwards, you'll
89 have to delete the old RRD files or somehow convert them. (This
90 variable is only applicable if the variable 'concurrentprobes' is
91 set in the 'General' section.)
92
93 Example value: 300
94
95 Supported target-specific variables:
96
97 extraopts
98 Any extra options specified here will be passed unmodified to
99 echoping(1).
100
101 Example value: -some-letter-the-author-did-not-think-of
102
103 ipversion
104 The IP protocol used. Possible values are "4" and "6". Passed to
105 echoping(1) as the "-4" or "-6" options.
106
107 Example value: 4
108
109 pings
110 How many pings should be sent to each target, if different from the
111 global value specified in the Database section. Note that the
112 number of pings in the RRD files is fixed when they are originally
113 generated, and if you change this parameter afterwards, you'll have
114 to delete the old RRD files or somehow convert them.
115
116 Example value: 5
117
118 plugin
119 The echoping plugin that will be used. See echoping(1) for details.
120 This can either be the name of the plugin or a full path to the
121 plugin shared object.
122
123 Example value: /path/to/whois.so
124
125 Default value: whois
126
127 pluginargs
128 Any extra arguments needed by the echoping plugin specified with
129 the pluginname variable. These are generally provided by the
130 subclass probe.
131
132 Example value: -p plugin_specific_arg
133
134 priority
135 The "-p" echoping(1) option.
136
137 Example value: 6
138
139 timeout
140 The "-t" echoping(1) option.
141
142 Example value: 1
143
144 Default value: 5
145
146 tos The "-P" echoping(1) option.
147
148 Example value: 0xa0
149
150 waittime
151 The "-w" echoping(1) option.
152
153 Example value: 1
154
155 whois_request
156 The request to the whois server (typically a domain name).
157
158 Example value: example.org
159
160 This setting is mandatory.
161
163 Niko Tyni <ntyni@iki.fi>
164
166 The fill, size and udp EchoPing variables are not valid.
167
168 Plugins, including echoping_whois, are available starting with echoping
169 version 6.
170
172 Smokeping::probes::EchoPing, Smokeping::probes::EchoPingPlugin
173
174
175
1762.7.2 2020-01-30 Smokeping_probes_EchoPingWhois(3)