notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
nrpe Nagios Remote Plugin Executor
4.1.0 net-mgmt on this many watch lists=10 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.1.0Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-02-23 04:43:25
Last Update: 2023-05-03 01:29:51
Commit Hash: 55338de
People watching this port, also watch:: nagios-plugins, rsync, postfix, pcre, expat
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).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/nrpe-4.1.0/catalog.mk
  2. /usr/local/share/licenses/nrpe-4.1.0/LICENSE
  3. /usr/local/share/licenses/nrpe-4.1.0/GPLv2+
  4. @sample etc/nrpe.cfg.sample
  5. libexec/nagios/check_nrpe
  6. sbin/nrpe
  7. @dir(nagios,nagios,755) /var/run/nrpe
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • nrpe>0:net-mgmt/nrpe
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 = 1683075519 SHA256 (NagiosEnterprises-nrpe-nrpe-4.1.0_GH0.tar.gz) = 500c1845ddbb57e1df8098d107c860498dbad1ea9e4a42c2d59e8d0c19a87259 SIZE (NagiosEnterprises-nrpe-nrpe-4.1.0_GH0.tar.gz) = 528263

Packages (timestamps in pop-ups are UTC):
nrpe
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.1.04.1.0-4.1.04.1.0---
FreeBSD:13:quarterly4.1.04.1.04.1.04.1.04.1.04.1.04.1.04.1.0
FreeBSD:14:latest4.1.04.1.0-4.1.04.1.04.1.0-4.1.0
FreeBSD:14:quarterly4.1.04.1.0-4.1.04.1.04.1.04.1.04.1.0
FreeBSD:15:latest4.1.04.1.0n/a4.1.0n/a4.1.04.1.04.1.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. 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.0: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/NagiosEnterprises/nrpe/tar.gz/nrpe-4.1.0?dummy=/
Collapse this list.
Port Moves
  • port moved here from net-mgmt/nrpe3 on 2023-06-03
    REASON: Has expired: Fails to build with recent OpenSSL so use net-mgmt/nrpe

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.0
03 May 2023 01:29:51
commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
Revision:457748Original commit files touched by this commit Sanity Test Failure
zeising search for other commits by this committer
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
Revision:453056Original commit files touched by this commit
zeising search for other commits by this committer
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
Revision:449332Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:445550Original commit files touched by this commit
mat search for other commits by this committer
Fix dupplicate PKGBASE.

Sponsored by:	Absolight
2.15_6
11 Jul 2017 16:50:03
Revision:445504Original commit files touched by this commit
zeising search for other commits by this committer
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
Revision:439625Original commit files touched by this commit
brnrd search for other commits by this committer
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
Revision:436248Original commit files touched by this commit
mat search for other commits by this committer
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
2.15_6
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
2.15_6
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:408091Original commit files touched by this commit
zeising search for other commits by this committer
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
Revision:369602Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:369416Original commit files touched by this commit
bdrewery search for other commits by this committer
- 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
Revision:359906Original commit files touched by this commit
zeising search for other commits by this committer
Remove LATEST_LINK, not needed any more.
2.15_3
06 Jun 2014 22:08:35
Revision:356857Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix %%PIDDIR%% not being replaced in nrpe2 rc script
2.15_2
06 Apr 2014 10:07:14
Revision:350348Original commit files touched by this commit
zeising search for other commits by this committer
Fix comment to not overwrite the comment in slave ports.
2.15_2
06 Apr 2014 10:05:43
Revision:350347Original commit files touched by this commit
zeising search for other commits by this committer
Remove notes about nrpe1 from pkg-descr, that version is long gone.
2.15_2
06 Apr 2014 09:59:11
Revision:350346Original commit files touched by this commit
zeising search for other commits by this committer
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
Revision:349318Original commit files touched by this commit
az search for other commits by this committer
- 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
Revision:348131Original commit files touched by this commit
mandree search for other commits by this committer
Bump PORTREVISION, after the rcfile changed.
2.15
13 Mar 2014 21:24:02
Revision:348129Original commit files touched by this commit
mandree search for other commits by this committer
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
Revision:329730Original commit files touched by this commit
zeising search for other commits by this committer
Grab.
2.15
04 Oct 2013 19:44:10
Revision:329368Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
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
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
anders search for other commits by this committer
Add keywords to make nrpe actually start at boot-time.
Bump portrevision.
1.9_3
07 Apr 2008 23:40:29
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision after yesterdays changes in the package list.
1.9_2
07 Apr 2008 12:34:07
Original commit files touched by this commit
edwin search for other commits by this committer
files/nrpe.sh.in -> files/nrpe.in
1.9_2
05 Sep 2006 08:04:06
Original commit files touched by this commit
linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
1.9_2
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
1.9_2
23 Jan 2006 23:46:06
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.9_2
23 May 2005 23:29:42
Original commit files touched by this commit
edwin search for other commits by this committer
Fix file locations and new syntax

Submitted by:   "Michael W. Oliver" <michael@gargantuan.com>
1.9_1
21 May 2005 11:50:44
Original commit files touched by this commit
edwin search for other commits by this committer
[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
Original commit files touched by this commit
pav search for other commits by this committer
- Unbreak on 5.x: perl is needed to build
1.9
30 May 2004 07:14:19
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Install fails
1.9
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.9
23 Feb 2004 04:42:13
Original commit files touched by this commit
wollman search for other commits by this committer
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

Number of commits found: 39