table of contents
other versions
SEND_GEARMAN(8) | System Administration Utilities | SEND_GEARMAN(8) |
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
October 2019 | send_gearman 1.5.5-1+b9 |