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) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/nrpe/Makefile

Number of commits found: 33

Wednesday, 3 May 2023
01:29 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).
commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8 commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8 commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8 commit hash: 55338de6ad307f8e296f41dd83ce7efa1d9918a8 55338de
Saturday, 28 Oct 2017
11:25 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.
Original commitRevision:453056 
Wednesday, 6 Sep 2017
09:24 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
Original commitRevision:449332 
Tuesday, 11 Jul 2017
21:43 mat search for other commits by this committer
Fix dupplicate PKGBASE.

Sponsored by:	Absolight
Original commitRevision:445550 
16:50 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
Original commitRevision:445504 
Friday, 28 Apr 2017
19:33 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)
Original commitRevision:439625 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Original commitRevision:436248 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 4 Feb 2016
20:18 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
Original commitRevision:408091 
Tuesday, 30 Sep 2014
13:52 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
Original commitRevision:369602 
Saturday, 27 Sep 2014
19:36 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
Original commitRevision:369416 
Monday, 30 Jun 2014
19:21 zeising search for other commits by this committer
Remove LATEST_LINK, not needed any more.
Original commitRevision:359906 
Friday, 6 Jun 2014
22:08 bdrewery search for other commits by this committer
- Fix %%PIDDIR%% not being replaced in nrpe2 rc script
Original commitRevision:356857 
Sunday, 6 Apr 2014
10:07 zeising search for other commits by this committer
Fix comment to not overwrite the comment in slave ports.
Original commitRevision:350348 
09:59 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.
Original commitRevision:350346 
Thursday, 27 Mar 2014
04:41 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)
Original commitRevision:349318 
Thursday, 13 Mar 2014
21:31 mandree search for other commits by this committer
Bump PORTREVISION, after the rcfile changed.
Original commitRevision:348131 
Monday, 7 Oct 2013
20:10 zeising search for other commits by this committer
Grab.
Original commitRevision:329730 
Friday, 4 Oct 2013
19:44 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)
Original commitRevision:329368 
Monday, 4 May 2009
22:42 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
Original commit
Tuesday, 17 Mar 2009
17:18 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)
Original commit
Sunday, 9 Nov 2008
17:12 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>
Original commit
Friday, 6 Jun 2008
13:53 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)
Original commit
Thursday, 24 Apr 2008
16:21 anders search for other commits by this committer
Add keywords to make nrpe actually start at boot-time.
Bump portrevision.
Original commit
Monday, 7 Apr 2008
23:40 edwin search for other commits by this committer
Bump portrevision after yesterdays changes in the package list.
Original commit
12:34 edwin search for other commits by this committer
files/nrpe.sh.in -> files/nrpe.in
Original commit
Tuesday, 5 Sep 2006
08:04 linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Original commit
Thursday, 11 May 2006
22:49 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
Original commit
Monday, 23 May 2005
23:29 edwin search for other commits by this committer
Fix file locations and new syntax

Submitted by:   "Michael W. Oliver" <michael@gargantuan.com>
Original commit
Saturday, 21 May 2005
11:50 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>
Original commit
Sunday, 30 May 2004
09:11 pav search for other commits by this committer
- Unbreak on 5.x: perl is needed to build
Original commit
07:14 kris search for other commits by this committer
BROKEN: Install fails
Original commit
Monday, 23 Feb 2004
04:42 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
Original commit

Number of commits found: 33