| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This is the old version of net-mgmt/nrpe, which is no longer maintained.
Please use net-mgmt/nrpe3 instead, which is the currently maintained
version.
Notes:
svn path=/head/; revision=457748
|
|
|
|
|
|
|
|
| |
Please update to use net-mgmt/nrpe3 instead, as that's the version supported
by upstream.
Notes:
svn path=/head/; revision=453056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=445550
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436248
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
| |
net-mgmt/monitoring-plugins.
PR: 196325
Submitted by: Niels Kristensen
Notes:
svn path=/head/; revision=408091
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Tested by: bdrewery
Submitted by: kajetan.staszkiewicz@innogames.de
Submitted by: ohauer
PR: 176438
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=369416
|
|
|
|
| |
Notes:
svn path=/head/; revision=359906
|
|
|
|
| |
Notes:
svn path=/head/; revision=356857
|
|
|
|
| |
Notes:
svn path=/head/; revision=350348
|
|
|
|
| |
Notes:
svn path=/head/; revision=350347
|
|
|
|
|
|
|
| |
default.
Notes:
svn path=/head/; revision=350346
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=348131
|
|
|
|
|
|
|
|
|
| |
PR: ports/186837
Submitted by: Daniel Ylitalo <daniel@203webgroup.se>
Approved by: zeising (maintainer)
Notes:
svn path=/head/; revision=348129
|
|
|
|
| |
Notes:
svn path=/head/; revision=329730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/128568 (based on)
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Notes:
svn path=/head/; revision=222619
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Bump portrevision.
Notes:
svn path=/head/; revision=211891
|
|
|
|
| |
Notes:
svn path=/head/; revision=210786
|
|
|
|
| |
Notes:
svn path=/head/; revision=210735
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=172290
|
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154298
|
|
|
|
|
|
|
| |
Submitted by: "Michael W. Oliver" <michael@gargantuan.com>
Notes:
svn path=/head/; revision=136001
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=110391
|
|
|
|
| |
Notes:
svn path=/head/; revision=110376
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
| |
PR: 59431
Submitted by: maintainer
Notes:
svn path=/head/; revision=94547
|
|
|
|
|
|
|
|
| |
PR: 55292
Submitted by: Paul Dlug <paul@nerdlabs.com>
Notes:
svn path=/head/; revision=86383
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: ports/46903
Submitted by: Paul Dlug <paul@nerdlabs.com>
Notes:
svn path=/head/; revision=72825
|
|
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
|