without editing rc.d script. New knob nrpe2_pidfile is provided for
this and it defaults to the old value of the PID file.
- Bump PORTREVISION
PR: 129386
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer
Included in this PR is reload support requested by ports/126476 in addition to a
change in the location of the PID file. I have however opted to move this file to
NAGIOSDIR to reduce the number of directories created by all Nagios related ports.
PR: 128409
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Finally bump the port to the current version after remaining at 2.7 for a while
due to garbage characters being returned by nrpe2. Issue was caused by the
reading command buffer not being \0 terminated. This has been resolved in CVS
but has been back-ported for now.
PR: ports/120874
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
- Make sure nagios user/group is created when installing from ports
- Pass maintainership to submitter
PR: ports/107175
Submitted by: Dan Langille <dan at langille.org>
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
- make nrpe write pid file in /var/run
- replace pkg-plist file with PLIST_FILES in Makefile
PR: ports/81139
Submitted by: Meno Abels <meno.abels@adviser.com>
Approved by: Paul Dlug <paul@nerdlabs.com> (maintainer)
- Corrected incorrect paths to plugins in the sample configuration file.
- Installed the check_nrpe plugin (in case the installer wants to use this host as a client).
PR: 48690
Submitted by: Paul Dlug <paul@nerdlabs.com>