Man page - send_gearman(8)
Packages contains this manual
apt-get install mod-gearman-tools
Manual
SEND_GEARMAN
NAMEDESCRIPTION
for sending active checks:
SEE ALSO
NAME
send_gearman - Submit active and passive check results to a gearman job server
DESCRIPTION
usage:
send_gearman [
--debug=
<lvl> ]
[
--help
|-h
]
[ --config= <configfile>
]
[ --server= <server>
]
[ --timeout |-t=<timeout>
]
[ --delimiter |-d=<delimiter>
]
[ --encryption= <yes|no>
]
[ --key= <string>
]
[ --keyfile= <file>
]
[ --host= <hostname>
]
[ --service= <servicename>
]
[ --result_queue= <queue>
]
[ --message |-m=<pluginoutput>
]
[ --returncode |-r=<returncode> ]
for sending active checks:
[ --active
]
[ --starttime= <unixtime>
]
[ --finishtime= <unixtime>
]
[ --latency= <seconds>
]
plugin output is read from stdin unless --message is used. Use this mode when plugin has multiple lines of plugin output.
Note: When using a delimiter ( -d ) you may also submit one result
for each line. Service Checks: <host_name>[tab]<svc_description>[tab]<return_code>[tab]<plugin_output>[newline]
Host Checks: <host_name>[tab]<return_code>[tab]<plugin_output>[newline]
see README for a detailed explaination of all options.
SEE ALSO
The Mod Gearman documentation is available in /usr/share/doc/mod-gearman/README.html