~ubuntu-branches/ubuntu/hardy/nagios-nrpe/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/nrpe.8

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2004-05-15 12:02:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040515120235-xf50w4dkbcqd2y7f
Tags: 2.0-5
debian/nagios-nrpe-server.preinst: added code to create nagios user and
group.
(closes: #248995, #241168)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH NAGIOS-NRPE 8 "January 14, 2004"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
nrpe \- Nagios Remote Plugin Executor - Server
 
20
.SH SYNOPSIS
 
21
.B nagios-nrpe
 
22
\fI-c <config_file> <mode>\fR
 
23
.SH DESCRIPTION
 
24
.PP
 
25
The purpose of this addon is to allow you to execute Nagios plugins on a
 
26
remote host in as transparent a manner as possible.
 
27
.PP
 
28
This program runs as a background process on the remote host and processes
 
29
command execution requests from the check_nrpe plugin on the Nagios host.
 
30
.SH OPTIONS
 
31
.IP
 
32
<config_file> = Name of config file to use
 
33
.IP
 
34
<mode>        = One of the following two operating modes:
 
35
.TP
 
36
\fB\-i\fR
 
37
=    Run as a service under inetd or xinetd
 
38
.TP
 
39
\fB\-d\fR
 
40
=    Run as a standalone daemon
 
41
.PP
 
42
Notes:
 
43
This program is designed to process requests from the check_nrpe
 
44
plugin on the host(s) running Nagios.  It can run as a service
 
45
under inetd or xinetd (read the docs for info on this), or as a
 
46
standalone daemon. Once a request is received from an authorized
 
47
host, NRPE will execute the command/plugin (as defined in the
 
48
config file) and return the plugin output and return code to the
 
49
check_nrpe plugin.
 
50
.SH AUTHOR
 
51
This manual page was written by Jason Thomas <jason@debian.org>,
 
52
for the Debian project (but may be used by others).