aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix not starting after crash.Mathieu Arnold2017-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | When nrpe quits ungracefully, for example, if the box was rebooted, it often does not start because the pid file is still there, and the pid in it exists and the pid in it is in use by some other process. The dubious code is in src/nrpe.c in write_pid_file() around line 1756 that could be axed. But I think the easiest way to fix this is with the attached patch. precmd is run just before starting the daemon and after checking that it is not already running. With this, it starts just fine, and still refuses to start if it is really already running, but starts fine if the pid file contains a pid that exists but is not nrpe. PR: 221740 Submitted by: mat Approved by: maintainer timeout Sponsored by: Absolight Notes: svn path=/head/; revision=449332
* Fix dupplicate PKGBASE.Mathieu Arnold2017-07-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=445550
* Add nrpe3, Nagios Remote Program Execution ver 3.Niclas Zeising2017-07-111-1/+1
| | | | | | | | | | | | | | | | | Add nrpe3, version 3.2.0. NRPE is used to execute remote commands on machines to monitor them with nagios, icinga or similar programs. This is added as a separate port, since there are some backwards compatibility issues with nrpe ver 2. Update conflicts for nrpe. PR: 218933 (based on) Submitted by: brnrd@ Glanced at by: swills Notes: svn path=/head/; revision=445504
* net-mgmt/nrpe: Use 2048-bit DH paramsBernard Spil2017-04-281-0/+2
| | | | | | | | | | | | | - Add patch for DH-param generation in configure - Update patch switching dh512 to dh2048 for server - Add LICENSE - Fixes runtime issue when nrpe-ssl built with LibreSSL 2.5 PR: 218930 Approved by: zeising (maintainer) Notes: svn path=/head/; revision=439625
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make it possible to depend on either net-mgmt/nagios-plugins orNiclas Zeising2016-02-041-4/+9
| | | | | | | | | | net-mgmt/monitoring-plugins. PR: 196325 Submitted by: Niels Kristensen Notes: svn path=/head/; revision=408091
* Try not to break a nagios installation when installing/upgrading nrpe by notMathieu Arnold2014-09-301-10/+3
| | | | | | | | | | | | | using /var/spool/nagios. The nrpe.spec file puts localstatedir to their nagios spool directory, but localstatedir is not used outside of the configure script, so, no need to have it here. Sponsored by: Absolight Notes: svn path=/head/; revision=369602
* - Apply patch to fix timed out SSL connections from spinning CPUBryan Drewery2014-09-271-1/+1
| | | | | | | | | | | Tested by: bdrewery Submitted by: kajetan.staszkiewicz@innogames.de Submitted by: ohauer PR: 176438 Approved by: maintainer timeout Notes: svn path=/head/; revision=369416
* Remove LATEST_LINK, not needed any more.Niclas Zeising2014-06-301-2/+0
| | | | Notes: svn path=/head/; revision=359906
* - Fix %%PIDDIR%% not being replaced in nrpe2 rc scriptBryan Drewery2014-06-061-1/+2
| | | | Notes: svn path=/head/; revision=356857
* Fix comment to not overwrite the comment in slave ports.Niclas Zeising2014-04-061-1/+1
| | | | Notes: svn path=/head/; revision=350348
* Add net-mgmt/nrpe-ssl, a slave port to net-mgmt/nrpe but with SSL enabled byNiclas Zeising2014-04-061-1/+3
| | | | | | | default. Notes: svn path=/head/; revision=350346
* - allow build with ARGS by default since user can control usage of such optionAndrej Zverev2014-03-271-2/+3
| | | | | | | | | | | | | via nrpe.conf and dont_blame_nrpe option which is "off" by default. - remove text about "securityy risk" from ARGS_DESC since nrpe.conf itself contain paragraph about it. PR: ports/187534 Submitted by: az@ Approved by: maintainer (timeout) Notes: svn path=/head/; revision=349318
* Bump PORTREVISION, after the rcfile changed.Matthias Andree2014-03-131-0/+1
| | | | Notes: svn path=/head/; revision=348131
* Grab.Niclas Zeising2013-10-071-1/+1
| | | | Notes: svn path=/head/; revision=329730
* - update nrpe to version 2.15Olli Hauer2013-10-041-0/+74
| | | | | | | | | | | | | | | - add stage support - move from net-mgmt/nrpe2 -> net-mgmt/nrpe to reflect the port and package name Changes: 2.15 - 09/06/2013 ----------------- - Now compiles on HP-UX (Grant Byers) - Added support for IPv6 (Leo Baltus, Eric Stanley) Notes: svn path=/head/; revision=329368
* 2009-04-28 audio/festival+OGI: unmaintained, does not work with current ↵Martin Wilke2009-05-041-41/+0
| | | | | | | | | versions of GCC, needs gcc295 which has been failing to build for months 2009-04-17 net-mgmt/nrpe: Obsolete version, consider migration to net-mgmt/nrpe2 Notes: svn path=/head/; revision=233242
* - Mark as deprecated and schedule for removal in four weeks: last releases ↵Dmitry Marakasov2009-03-171-1/+4
| | | | | | | | | | | | were back in 2004, neither of Nagios 1.x and NRPE 1.x are supported by the author. - Pass maintainership of nrpe to submitter (nagios12 maintainer) PR: 132716 Submitted by: Jarrod Sayers <jarrod at netleader dot com dot au> (maintainer) Notes: svn path=/head/; revision=230309
* - Better style for rc.d and pkg-messagePav Lucistnik2008-11-091-4/+2
| | | | | | | | PR: ports/128568 (based on) Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=222619
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Add keywords to make nrpe actually start at boot-time.Anders Nordby2008-04-241-1/+1
| | | | | | | Bump portrevision. Notes: svn path=/head/; revision=211891
* Bump portrevision after yesterdays changes in the package list.Edwin Groothuis2008-04-071-1/+1
| | | | Notes: svn path=/head/; revision=210786
* files/nrpe.sh.in -> files/nrpe.inEdwin Groothuis2008-04-071-2/+2
| | | | Notes: svn path=/head/; revision=210735
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172290
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Fix file locations and new syntaxEdwin Groothuis2005-05-231-1/+1
| | | | | | | Submitted by: "Michael W. Oliver" <michael@gargantuan.com> Notes: svn path=/head/; revision=136001
* [patch] support of rc_subr for net-mgmt/nrpeEdwin Groothuis2005-05-211-5/+14
| | | | | | | | | | This patch will add rc_subr support for net-mgmt/nrpe PR: based on: ports/73632 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=135757
* - Unbreak on 5.x: perl is needed to buildPav Lucistnik2004-05-301-2/+1
| | | | Notes: svn path=/head/; revision=110391
* BROKEN: Install failsKris Kennaway2004-05-301-0/+2
| | | | Notes: svn path=/head/; revision=110376
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-2/+2
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* - Fixed incorrect path in nrpe.sh init script.Clement Laforet2004-01-141-1/+2
| | | | | | | | | | | (Reported by: Angel Eduardo Porras Meza <aporrasmeza@hotmail.com>) PR: 61335 Submitted by: Paul Dlug <paul@nerdlabs.com> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98129
* - Remove USE_REINPLACE in favor of passing argument to configure scriptSergei Kolobov2003-11-201-6/+2
| | | | | | | | PR: 59431 Submitted by: maintainer Notes: svn path=/head/; revision=94547
* Update of net/nrpe from version 1.8 to 1.9 which contains minor bug fixesYen-Ming Lee2003-08-061-1/+1
| | | | | | | | PR: 55292 Submitted by: Paul Dlug <paul@nerdlabs.com> Notes: svn path=/head/; revision=86383
* - Updated the net/nrpe port to version 1.8 which contains minor bug fixes.Yen-Ming Lee2003-03-051-2/+5
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=76891
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Maintainer update to version 1.7Edwin Groothuis2003-01-091-1/+6
| | | | | | | | PR: ports/46903 Submitted by: Paul Dlug <paul@nerdlabs.com> Notes: svn path=/head/; revision=72825
* New port: net/nrpeEdwin Groothuis2003-01-031-0/+25
Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug <paul@nerdlabs.com> Notes: svn path=/head/; revision=72324