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:
parent
8eb60d55d6
commit
2bb3f1c5bf
2 changed files with 1 additions and 7 deletions
7
debian/README.Debian
vendored
7
debian/README.Debian
vendored
|
@ -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
1
debian/rules
vendored
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue