Commit graph

15 commits

Author SHA1 Message Date
gdt
fd4b7b22a2 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
obache
0182c40159 USE_PKGINSTALL had been deprecated long time ago. 2010-09-29 10:52:25 +00:00
obache
726c3af2c6 user-destdir support. 2010-09-29 10:42:40 +00:00
obache
1944db5632 cosmetic fixes. 2010-09-29 10:40:19 +00:00
apb
cefefe7d88 Pass --with-nagios-user and --with-nagios-group in CONFIGURE_ARGS, in
addition to the existing --with-nrpe-user and --with-nrpe-group.  We use
${NAGIOS_USER} and ${NAGIOS_GROUP} for both nagious user/group and nrpe
user/group.
2009-04-16 09:32:35 +00:00
tonnerre
056cf1be94 Update nagios-nrpe to version 2.12. Changes:
Changes in 2.12:
 * Fix for unterminated multiline plugin (garbage) output.

Changes in 2.11:
 * Added lib64 library paths to configure script for 64-bit systems.
 * Added --with-ssl-lib configure script option.
 * Added --with-log-facility option to control syslog logging.

Changes in 2.10:
 * Moved PDF docs to docs/ subdirectory, added OpenOffice source document.
 * A critical result is now returned for child processed that die due to a
   signal.

Changes in 2.9:
 * Fixed bug with --with-nrpe-group configure script option.
 * Fixed bug with check_disk thresholds in sample config file.
 * Added NRPE_PROGRAMVERSION and NRPE_MULTILINESUPPORT environment variables
   for scripts that need to detect NRPE version and capabilities.
 * Added asprintf() support for systems that are missing it.

Changes in 2.8.1:
 * Fixed configure script error with user-specified NRPE group.

Changes in 2.8:
 * Added support for multiline plugin output (limited to 1KB at the moment).
 * Changes to sample config files.
 * Added ';' as an additional prohibited metachar for command arguments.
 * Updated documentation and added easier installation commands.

Changes in 2.7.1:
 * Changed C++ style comment to C style to fix compilation errors on AIX.

Changes in 2.7:
 * Patches for detection SSL header and library locations.
 * NRPE daemon will now partially ignore non-fatal configuration file errors
   and attempt to startup.

Changes in 2.6:
 * Added -u option to check_nrpe to return UNKNOWN states on socket timeouts.
 * Added connection_timeout variable to NRPE daemon to catch dead client
   connections.
 * Added graceful timeout to check_nrpe to ensure connection to NRPE daemon
   is properly closed.
2008-06-21 14:52:48 +00:00
seb
7a3c5dca7b Get NAGIOS_USER and NAGIOS_GROUP definitions via mk/bsd.prefs.mk 2007-11-26 22:14:19 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +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
taca
54c4b0c742 Update nagios-nrpe package to 2.5.2.
**************
NRPE Changelog
**************


2.5.2 - 06/30/2006
------------------
- Fixed incorrect service name in sample xinetd config file
- Added note on how to restart inetd for OpenBSD users (Robert Peaslee)
- Fix for nonblocking accept()s on systems that define EAGAIN differently than EWOULDBLOCK (Gerhard Lausser)
- Fix to (re)allow week random seed (Gerhard Lausser)
2006-08-17 14:23:07 +00:00
jlam
6472d1ece0 PKG_USERS should not have more than just <user>:<group>. All else is
specified in additional variables, i.e. PKG_GECOS, PKG_HOME, PKG_SHELL,
etc., as stated in both the pkgsrc guide and the pkginstall.mk comments
since 2006/04/23, or one month before this package was imported.
2006-06-04 13:56:20 +00:00
wiz
fbf7e31625 Needs perl to build config file. Add some unexec rmdirs to PLIST.
Bump PKGREVISION.
2006-05-26 18:53:25 +00:00
grant
b7ab9679c5 install rc.d script in example dir. 2006-05-21 10:46:13 +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