[Pkg-nagios-changes] [pkg-nrpe] 02/03: Update nrpe manpage to include new options.
Bas Couwenberg
sebastic at debian.org
Fri Dec 23 22:20:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pkg-nrpe.
commit a9014a8ac996f0f0a9052e4a1604e19ae56d0332
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Dec 23 23:08:52 2016 +0100
Update nrpe manpage to include new options.
---
debian/changelog | 1 +
debian/nrpe.8 | 26 +++++++++++++++++---------
2 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b95b105..99150c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nagios-nrpe (3.0.1-2) UNRELEASED; urgency=medium
* Add systemd service file and tmpfiles.d configuration.
(closes: #665422)
+ * Update nrpe manpage to include new options.
-- Bas Couwenberg <sebastic at debian.org> Fri, 23 Dec 2016 22:29:57 +0100
diff --git a/debian/nrpe.8 b/debian/nrpe.8
index ccc9fb1..ac7019d 100644
--- a/debian/nrpe.8
+++ b/debian/nrpe.8
@@ -19,7 +19,7 @@
nrpe \- Nagios Remote Plugin Executor - Server
.SH SYNOPSIS
.B nagios-nrpe
-\fI-c <config_file> <mode>\fR
+\fI[-n] -c <config_file> [-4|-6] <mode>\fR
.SH DESCRIPTION
.PP
The purpose of this addon is to allow you to execute Nagios plugins on a
@@ -28,16 +28,24 @@ remote host in as transparent a manner as possible.
This program runs as a background process on the remote host and processes
command execution requests from the check_nrpe plugin on the Nagios host.
.SH OPTIONS
-.IP
-<config_file> = Name of config file to use
-.IP
-<mode> = One of the following two operating modes:
.TP
-\fB\-i\fR
-= Run as a service under inetd or xinetd
+\fB\-n\fR = Do not use SSL
.TP
-\fB\-d\fR
-= Run as a standalone daemon
+\fB\-c\fR <config_file> = Name of config file to use
+.TP
+\fB\-4\fR = Use IPv4 only
+.TP
+\fB\-6\fR = Use IPv6 only
+.TP
+<mode> = One of the following two operating modes:
+.TP
+ \fB\-i\fR = Run as a service under inetd or xinetd
+.TP
+ \fB\-d\fR = Run as a standalone daemon
+.TP
+ \fB\-d \-s\fR = Run as a subsystem under AIX
+.TP
+ \fB\-d\fR = Don't fork() for systemd, launchd, etc.
.PP
Notes:
This program is designed to process requests from the check_nrpe
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nrpe.git
More information about the Pkg-nagios-changes
mailing list