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.

RELATED TO send_gearman…

The Mod Gearman documentation is available in /usr/share/doc/mod-gearman/README.html