From: Adolf Belka <ahb.ipfire@gmail.com>
To: development@lists.ipfire.org
Subject: [PATCH] nagios_nrpe: Fix for bug 12337
Date: Mon, 07 Sep 2020 20:26:46 +0200 [thread overview]
Message-ID: <20200907182646.2815-1-ahb.ipfire@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
- added pid_file=/var/run to the configure statement
to give the required pid directory in the default nrpe.cfg file
Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
---
lfs/nagios_nrpe | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe
index bb736a997..075bfdef9 100644
--- a/lfs/nagios_nrpe
+++ b/lfs/nagios_nrpe
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nagios_nrpe
-PAK_VER = 5
+PAK_VER = 6
DEPS = nagios-plugins
@@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--prefix=/usr \
--libexecdir=/usr/lib/nagios \
--sysconfdir=/etc/nagios \
+ --with-piddir=/var/run \
--with-init-type=sysv \
--with-nrpe-user=nobody \
--with-nrpe-group=nobody \
--
2.28.0
next reply other threads:[~2020-09-07 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-07 18:26 Adolf Belka [this message]
2020-09-10 11:58 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200907182646.2815-1-ahb.ipfire@gmail.com \
--to=ahb.ipfire@gmail.com \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox