[Pkg-nagios-changes] [pkg-nrpe] 01/01: Update check_nrpe.cfg to remove command with arguments. (LP: #975918)
Bas Couwenberg
sebastic at debian.org
Mon Dec 5 00:09:12 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 22ba44087f0e27d7a45e8f52c28041378ac13a02
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Dec 5 00:54:43 2016 +0100
Update check_nrpe.cfg to remove command with arguments. (LP: #975918)
---
debian/changelog | 7 +++++++
debian/check_nrpe.cfg | 8 +-------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7dcbb53..2b8a11b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nagios-nrpe (3.0.1-1~exp2) UNRELEASED; urgency=medium
+
+ * Update check_nrpe.cfg to remove command with arguments.
+ (LP: #975918)
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 05 Dec 2016 00:54:14 +0100
+
nagios-nrpe (3.0.1-1~exp1) experimental; urgency=medium
[ Alexander Wirt ]
diff --git a/debian/check_nrpe.cfg b/debian/check_nrpe.cfg
index 0b98fa3..31fc89a 100644
--- a/debian/check_nrpe.cfg
+++ b/debian/check_nrpe.cfg
@@ -1,11 +1,5 @@
-# this command runs a program $ARG1$ with arguments $ARG2$
-define command {
- command_name check_nrpe
- command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$
-}
-
# this command runs a program $ARG1$ with no arguments
define command {
- command_name check_nrpe_1arg
+ command_name check_nrpe
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}
--
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