summaryrefslogtreecommitdiff
path: root/net/nagios-nrpe
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-06-08Remove the stability entity, it has no meaning outside of an official context.jperkin1-1/+0
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin1-1/+1
original manifest.xml file and the output from "svccfg export".
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-22Fix HOMEPAGE.rodent1-2/+2
2014-10-30Update to 2.15.gdt2-7/+6
2.15 - 09/06/2013 ----------------- - Now compiles on HP-UX (Grant Byers) - Added support for IPv6 (Leo Baltus, Eric Stanley) 2.14 - 12/21/2012 ----------------- - Added configure option to allow bash command substitutions, disabled by default [bug #400] (Eric Stanley) - Patched to shutdown SSL connection completely (Jari Takkala) - Added SRC support on AIX (Thierry Bertaud) - Updated RPM SPEC file to support creating RPMs on AIX (Eric Stanley) - Updated logging to support compiling on AIX (Eric Stanley) 2.13 - 11/11/2011 ----------------- - Applied Kaspersky Labs supplied patch for extending allowed_hosts (Konstantin Malov) - Fixed bug in allowed_hosts parsing (Eric Stanley) - Updated to support compiling on Solaris 10 (thanks to Kevin Pendleton)
2014-10-11Default ssl option to on.gdt2-4/+4
2014-06-14fix SMF Manifest installation by not overwriting INSTALLATION_DIRSwiedi1-2/+2
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-03-11Import initial SMF support for individual packages.jperkin2-1/+38
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-11-28Remove rc.d bits that are already handled by pkgsrc.fhajny1-3/+2
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-02-22Don't pass --disable-command-args to configure.gdt2-4/+7
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-22Add option nagios-nrpe-args, disabled by default.gdt1-2/+8
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.
2010-09-29disable LOG_AUTHPRIV and LOG_FTP syslog facilities if it does not exist.obache2-5/+23
rest part of PR#43921.
2010-09-29USE_PKGINSTALL had been deprecated long time ago.obache1-2/+1
2010-09-29tell location of openssl to configure script.obache1-1/+4
a part of PR#43921.
2010-09-29user-destdir support.obache1-5/+7
2010-09-29cosmetic fixes.obache1-3/+3
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2009-04-16Pass --with-nagios-user and --with-nagios-group in CONFIGURE_ARGS, inapb1-1/+4
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.
2008-06-21Update nagios-nrpe to version 2.12. Changes:tonnerre3-11/+11
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.
2007-11-26Get NAGIOS_USER and NAGIOS_GROUP definitions via mk/bsd.prefs.mkseb1-6/+5
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
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-03-24Prepare for switching to NO_MTREE=yes.joerg1-3/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-7/+7
Patch provided by Sergey Svishchev in private mail.
2006-08-17Update nagios-nrpe package to 2.5.2.taca2-7/+6
************** 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-06-04PKG_USERS should not have more than just <user>:<group>. All else isjlam1-2/+3
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-04Fix errno usage.joerg2-1/+14
2006-05-26Needs perl to build config file. Add some unexec rmdirs to PLIST.wiz2-2/+6
Bump PKGREVISION.
2006-05-21install rc.d script in example dir.grant2-2/+4
2006-05-21initial import of nagios-nrpe-2.5.1 into pkgsrc.grant6-0/+93
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.