Commit graph

5 commits

Author SHA1 Message Date
gdt
50326cccee Don't pass --disable-command-args to configure.
See options.mk, in the case without options nagios-nrpe-args:
# Upstream's configure enables command args when given
# "--disable-command-args", so (departing from pkgsrc norms) don't
# give the --disable option.

PKGREVISION++; the previous version enabled command args when it
should not have.
2011-02-22 15:23:43 +00:00
gdt
38fc3bc504 Add option nagios-nrpe-args, disabled by default.
This option passes -enable-command-args to configure, and is intended
to allow the use of arguments to nrpe.  From Brian A. Seklecki via PR
pkg/43920.

However, configure.in seems broken, and it seems command args are
always enabled.
2011-02-22 15:09:07 +00:00
obache
9e1b4293fa tell location of openssl to configure script.
a part of PR#43921.
2010-09-29 10:50:12 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
grant
10f8cbe556 initial import of nagios-nrpe-2.5.1 into pkgsrc.
This Nagios addon is designed to provide a way for executing plugins on
a remote host. The check_nrpe plugin runs on the Nagios host and is used
to send plugin execution requests to the nrpe agent on the remote
host. The nrpe agent will then run an appropriate plugins on the
remote host and return the plugin output and return code to the
check_nrpe plugin on the Nagios host.
2006-05-21 10:28:40 +00:00