1
0
Fork 0

Building with --enable-command-args, still requiring dont_blame_nrpe=1 to actually enable it (Closes: #756479).

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 14:41:45 +02:00
parent 8eb60d55d6
commit 2bb3f1c5bf
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 1 additions and 7 deletions

View file

@ -5,13 +5,6 @@ Put any local check command you need into /etc/nagios/nrpe_local.cfg or
as a *.cfg file in /etc/nagios/nrpe.d/
These files are included from the /etc/nagios/nrpe.cfg
This package is built without support for command argument processing. If you
want to enable it, you will have to rebuild this package with
--enable-command-args in debian/rules.
The feature has several security problems and should not be used. If you
really need some dynamic argument processing try check_by_ssh or something
similar.
Do not rely on SSL mode for security
------------------------------------

1
debian/rules vendored
View file

@ -20,6 +20,7 @@ override_dh_auto_configure:
--libdir=/usr/lib/nagios \
--libexecdir=/usr/lib/nagios/plugins \
--localstatedir=/var \
--enable-command-args \
--enable-ssl \
--with-logdir=/var/log \
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \