Port details |
- nrpe Nagios Remote Plugin Executor
- 4.1.1 net-mgmt =13 4.1.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2004-02-23 04:43:25
- Last Update: 2024-08-02 19:36:58
- Commit Hash: c8869fe
- People watching this port, also watch:: nagios-plugins, rsync, gettext, pcre, unzip
- License: GPLv2+
- WWW:
- https://www.nagios.org/
- Description:
- nrpe is used to execute Nagios plugins on remote hosts and report the results
to the main Nagios server. From the Nagios homepage:
Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on
remote hosts. The check_nrpe plugin is called from Nagios and actually makes
the plugin requests to the remote host. Requires that nrpe be running on the
remote host (either as a standalone daemon or as a service under inetd).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-mgmt/nrpe/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/nrpe
- pkg install nrpe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nrpe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722626850
SHA256 (NagiosEnterprises-nrpe-nrpe-4.1.1_GH0.tar.gz) = ba97734d39cf67a70a7c517d7d62c57df08395df643984cac827819b5d179dae
SIZE (NagiosEnterprises-nrpe-nrpe-4.1.1_GH0.tar.gz) = 528280
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- check_nagios : net-mgmt/nagios-plugins
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nrpe-4.1.1:
ARGS=off: Enable command argument processing
SSL=on: SSL protocol support
====> Build and/or install plugins: you can only select none or one of them
MONPLUGINS=off: Use net-mgmt/monitoring-plugins
NAGPLUGINS=on: Use net-mgmt/nagios-plugins
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_nrpe
- USES:
- perl5 ssl
- pkg-message:
- For install:
- Enable NRPE in /etc/rc.conf with the following line:
nrpe_enable="YES"
A sample configuration is available in /usr/local/etc/nrpe.cfg.sample.
Copy to nrpe.cfg where required and edit to suit your needs.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.1 02 Aug 2024 19:36:58 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/nrpe: Update version 4.1.0=>4.1.1
Changelog: https://github.com/NagiosEnterprises/nrpe/releases/tag/nrpe-4.1.1 |
4.1.0_1 28 Jul 2024 17:08:53 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/nrpe: Fix permission on /var
- Fix build for ports users [1]
PR: 277704, 280180 [1]
Reported by: sr@genyosha.net, eugen [1] |
4.1.0 03 May 2023 01:29:51 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/nrpe: Resurrect port with new version
THIS WILL REPLACE net-mgmt/nrpe3 WHICH FAILS TO BUILD WITH OpenSSL 3.0.0
and later.
nrpe is used to execute Nagios plugins on remote hosts and report the
results to the main Nagios server. From the Nagios homepage:
Allows you to execute "local" plugins (like check_disk, check_procs,
etc.) on remote hosts. The check_nrpe plugin is called from Nagios and
actually makes the plugin requests to the remote host. Requires that
nrpe be running on the remote host (either as a standalone daemon or as
a service under inetd). |
2.15_7 01 Jan 2018 00:17:23 |
zeising |
Remove deprecated net-mgmt/nrpe and slave.
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. |
2.15_7 28 Oct 2017 11:25:50 |
zeising |
Add deprecation note and set expiration date.
Please update to use net-mgmt/nrpe3 instead, as that's the version supported
by upstream. |
2.15_7 06 Sep 2017 09:24:10 |
mat |
Fix not starting after crash.
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 |
2.15_6 11 Jul 2017 21:43:28 |
mat |
Fix dupplicate PKGBASE.
Sponsored by: Absolight |
2.15_6 11 Jul 2017 16:50:03 |
zeising |
Add nrpe3, Nagios Remote Program Execution ver 3.
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 |
2.15_6 28 Apr 2017 19:33:27 |
brnrd |
net-mgmt/nrpe: Use 2048-bit DH params
- 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) |
2.15_6 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
2.15_6 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.15_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.15_6 04 Feb 2016 20:18:02 |
zeising |
Make it possible to depend on either net-mgmt/nagios-plugins or
net-mgmt/monitoring-plugins.
PR: 196325
Submitted by: Niels Kristensen |
2.15_5 30 Sep 2014 13:52:58 |
mat |
Try not to break a nagios installation when installing/upgrading nrpe by not
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 |
2.15_4 27 Sep 2014 19:36:36 |
bdrewery |
- Apply patch to fix timed out SSL connections from spinning CPU
Tested by: bdrewery
Submitted by: kajetan.staszkiewicz@innogames.de
Submitted by: ohauer
PR: 176438
Approved by: maintainer timeout |
2.15_3 30 Jun 2014 19:21:51 |
zeising |
Remove LATEST_LINK, not needed any more. |
2.15_3 06 Jun 2014 22:08:35 |
bdrewery |
- Fix %%PIDDIR%% not being replaced in nrpe2 rc script |
2.15_2 06 Apr 2014 10:07:14 |
zeising |
Fix comment to not overwrite the comment in slave ports. |
2.15_2 06 Apr 2014 10:05:43 |
zeising |
Remove notes about nrpe1 from pkg-descr, that version is long gone. |
2.15_2 06 Apr 2014 09:59:11 |
zeising |
Add net-mgmt/nrpe-ssl, a slave port to net-mgmt/nrpe but with SSL enabled by
default. |
2.15_2 27 Mar 2014 04:41:37 |
az |
- allow build with ARGS by default since user can control usage of such option
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) |
2.15_1 13 Mar 2014 21:31:25 |
mandree |
Bump PORTREVISION, after the rcfile changed. |
2.15 13 Mar 2014 21:24:02 |
mandree |
Fix acquisition of pidfile location.
PR: ports/186837
Submitted by: Daniel Ylitalo <daniel@203webgroup.se>
Approved by: zeising (maintainer) |
2.15 07 Oct 2013 20:10:58 |
zeising |
Grab. |
2.15 04 Oct 2013 19:44:10 |
ohauer |
- update nrpe to version 2.15
- 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) |
1.9_5 04 May 2009 22:42:59 |
miwi |
2009-04-28 audio/festival+OGI: unmaintained, does not work with current 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 |
1.9_5 17 Mar 2009 17:18:45 |
amdmi3 |
- Mark as deprecated and schedule for removal in four weeks: last releases 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) |
1.9_5 09 Nov 2008 17:12:27 |
pav |
- Better style for rc.d and pkg-message
PR: ports/128568 (based on)
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> |
1.9_5 06 Jun 2008 13:53:06 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.9_4 24 Apr 2008 16:21:57 |
anders |
Add keywords to make nrpe actually start at boot-time.
Bump portrevision. |
1.9_3 07 Apr 2008 23:40:29 |
edwin |
Bump portrevision after yesterdays changes in the package list. |
1.9_2 07 Apr 2008 12:34:07 |
edwin |
files/nrpe.sh.in -> files/nrpe.in |
1.9_2 05 Sep 2006 08:04:06 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.9_2 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
1.9_2 23 Jan 2006 23:46:06 |
edwin |
SHA256ify
Approved by: krion@ |
1.9_2 23 May 2005 23:29:42 |
edwin |
Fix file locations and new syntax
Submitted by: "Michael W. Oliver" <michael@gargantuan.com> |
1.9_1 21 May 2005 11:50:44 |
edwin |
[patch] support of rc_subr for net-mgmt/nrpe
This patch will add rc_subr support for net-mgmt/nrpe
PR: based on: ports/73632
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
1.9 30 May 2004 09:11:35 |
pav |
- Unbreak on 5.x: perl is needed to build |
1.9 30 May 2004 07:14:19 |
kris |
BROKEN: Install fails |
1.9 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.9 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |