DOKK / manpages / debian 10 / nsca-client / send_nsca.1.en
send_nsca(1) General Commands Manual send_nsca(1)

send_nsca - send passive check results to an NSCA daemon

send_nsca -H <host_address> [-p port] [-to to_sec] [-d delim] [ -c config_file]

send_nsca This utility is used to send passive check results to the NSCA daemon. Host and Service check data that is to be sent to the NSCA daemon is read from standard input. Input should be provided in the following format (tab-delimited unless overridden with -d command line argument, one entry per line):

<host>\t<svc_description>\t<return_code>\t<plugin_output>\n
<host>\t<return_code>\t<plugin_output>\n

The IP address of the host running the NSCA daemon
The port on which the daemon is running - default is 5667
Number of seconds before connection attempt times out. (default timeout is 10 seconds)
Delimiter to use when parsing input (defaults to a tab)
Name of config file to use

nsca(1)">">nsca(1)

/etc/nsca.cfg
nsca server configuration
/etc/send_nsca.cfg
send_nsca configuration

NSCA was written by Ethan Galstad <nagios@nagios.org>. This manpage was written by sean finney <seanius@debian.org> for Debian (but it may be freely used, modified, and redistributed by others).

December 2005 nsca