[Pkg-nagios-changes] nsca/src nsca.8,NONE,1.1 send_nsca.8,NONE,1.1

seanius at haydn.debian.org seanius at haydn.debian.org
Sat Oct 29 11:38:11 UTC 2005


Update of /cvsroot/pkg-nagios/nsca/src
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv26670/src

Added Files:
	nsca.8 send_nsca.8 
Log Message:
Added debian changes for version 2.4-3. 


--- NEW FILE: nsca.8 ---
.TH nsca 8 "July 2003"
.\" Copyright (c) 2000 Ethan Galstad (nagios at nagios.org) 
.SH NAME
nsca \- Nagios service check acceptor
.SH SYNOPSIS
\fBnsca\fP [\fIoptions\fP]

.SH DESCRIPTION
The purpose of \fBnsca\fP is to allow you to send service check
results to a central monitoring server running Nagios in a secure
manner.
.PP
This program runs as a daemon on the central server that runs Nagios.
It listens for host and service check results from remote machines 
(sent using the send_nsca program described below).  Upon receiving
data from a remote client, the daemon will make a *very* basic attempt
at validating the data it has received from the client.  This is done
by decrypting the data with the password stored in the nsca.cfg
file.  If the decrypted data looks okay (i.e. it was originally
encrypted by the send_ncsa program using the same password), the daemon
will make entries in the Nagios external command file telling Nagios
to process the host or service check result.
.PP
Notes: The \fBnsca\fP daemon must have sufficient rights to open the Nagios
command file for writing.  Also, Nagios will only process passive
service check results that it finds in the external command file
if the service has been defined in the host config file (i.e. hosts.cfg)
and it is being monitored.
.SH OPTIONS
.TP 12
.BI \-c "\fR config"
This option changes the config file for \fBnsca\fP. Default is
\fI/etc/nsca.cfg\fP.
.TP 12
.BI \--inetd 
Run \fBnsca\fP as a service under inetd or xinetd.
.TP 12
.BI \--daemon 
Run \fBnsca\fP as a standalone multi-process daemon.
.TP 12
.BI \--single 
Run \fBnsca\fP as a standalone single-process daemon.
.TP
.SH FILES
.PD 0
.B /etc/nsca.cfg
.br
.PD
.SH BUGS
There are no known bugs.  To file bug reports, see \fBAUTHORS\fP below.
.SH SEE ALSO
send_nsca(8)
.SH AUTHORS
Ethan Galstad <nagios at nagios.org> 


--- NEW FILE: send_nsca.8 ---
.TH send_nsca 8 "July 2003"
.\" Copyright (c) 2000 Ethan Galstad (nagios at nagios.org) 
.SH NAME
send_nsca \- Nagios service check submitter
.SH SYNOPSIS
\fBsend_nsca\fP [\fIoptions\fP]

.SH DESCRIPTION
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 overriden with -d command line argument,
one entry per line):
.TP
Service Checks:
.TP
<host_name>[tab]<svc_description>[tab]<return_code>\\
[tab]<plugin_output>[newline]
.TP
Host Checks:
.TP
<host_name>[tab]<return_code>[tab]<plugin_output>[newline]
.SH OPTIONS
.TP 12
.BI \-c "\fR config"
This option changes the config file for \fBsend_nsca\fP. Default is
\fI/etc/send_nsca.cfg\fP.
.TP 12
.BI \-H "\fR host"
The IP address of the host running the NSCA daemon.
.TP 12
.BI \-p port
The port on which the daemon is running - default is 5667.
.TP 12
.BI \-to seconds
Number of seconds before connection attempt times out (default is
10 seconds).
.TP 12
.BI \-d delim
Delimiter to use when parsing input (defaults to a tab).
.TP
.SH FILES
.PD 0
.B /etc/send_nsca.cfg
.br
.PD
.SH BUGS
There are no known bugs.  To file bug reports, see \fBAUTHORS\fP below.
.SH SEE ALSO
send_nsca(8)
.SH AUTHORS
Ethan Galstad <nagios at nagios.org> 





More information about the Pkg-nagios-changes mailing list