mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
nagios_nrpe: Fix for bug 12337
- 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@gmail.com> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
e29125d52f
commit
ca673f8df6
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user