Smokeping::probes::EchoPingLDAP - an echoping(1)
probe for SmokePing
Measures LDAP roundtrip times for SmokePing with the echoping_ldap plugin.
*** Probes ***
+EchoPingLDAP
binary = /usr/bin/echoping forks = 5 offset = 50% step = 300
# The following variables can be overridden in each target section extraopts = -some-letter-the-author-did-not-think-of ipversion = 4 ldap_base = dc=current,dc=bugs,dc=debian,dc=org ldap_request = (objectclass=*) ldap_scope = one pings = 5 plugin = /path/to/ldap.so pluginargs = -p plugin_specific_arg priority = 6 timeout = 1 tos = 0xa0 waittime = 1
# [...]
*** Targets ***
probe = EchoPingLDAP # if this should be the default probe
# [...]
+ mytarget # probe = EchoPingLDAP # if the default probe is something else host = my.host extraopts = -some-letter-the-author-did-not-think-of ipversion = 4 ldap_base = dc=current,dc=bugs,dc=debian,dc=org ldap_request = (objectclass=*) ldap_scope = one pings = 5 plugin = /path/to/ldap.so pluginargs = -p plugin_specific_arg priority = 6 timeout = 1 tos = 0xa0 waittime = 1
Supported probe-specific variables:
Default value: /usr/bin/echoping
Example value: 5
Default value: 5
Example value: 50%
Example value: 300
Supported target-specific variables:
Example value: -some-letter-the-author-did-not-think-of
echoping(1)
as the ``-4'' or ``-6'' options.
Example value: 4
Example value: dc=current,dc=bugs,dc=debian,dc=org
Example value: (objectclass=*)
Example value: one
Example value: 5
echoping(1)
for details.
This can either be the name of the plugin or a full path to the
plugin shared object.
Example value: /path/to/ldap.so
Default value: ldap
Example value: -p plugin_specific_arg
echoping(1)
option.
Example value: 6
echoping(1)
option.
Example value: 1
Default value: 5
echoping(1)
option.
Example value: 0xa0
echoping(1)
option.
Example value: 1
Niko Tyni <ntyni@iki.fi>
The fill, size and udp EchoPing variables are not valid.
Plugins, including echoping_ldap, are available starting with echoping version 6.
the Smokeping::probes::EchoPing manpage, the Smokeping::probes::EchoPingPlugin manpage