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.

Port details
nagios-pf-plugin Nagios plugin for checking PF
0.1_2 net-mgmt on this many watch lists=4 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 0.1_2Version of this port present on the latest quarterly branch.
Maintainer: rand@iteris.com search for ports maintained by this maintainer
Port Added: 2007-03-09 10:13:34
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: nagios-plugins, portupgrade, sudo, nagios
License: not specified in port
WWW:
https://github.com/kian/nagios-pf-plugin/
Description:
check_pf is a plugin intended for use with the Nagios network monitoring system. This plugin checks the status of PF, the OpenBSD packet filter, and compares the current state count to given or default thresholds, returning the result. It is written in C.
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 (1 items)
Collapse this list.
  1. libexec/nagios/check_pf
Collapse this list.
Dependency lines:
  • nagios-pf-plugin>0:net-mgmt/nagios-pf-plugin
To install the port:
cd /usr/ports/net-mgmt/nagios-pf-plugin/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/nagios-pf-plugin
  • pkg install nagios-pf-plugin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nagios-pf-plugin
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (kian-nagios-pf-plugin-0.1-2aba423_GH0.tar.gz) = bc7e115024dc4684f895a3afba236d9b69d7e3f5695ce83fdcaddad5c3526703 SIZE (kian-nagios-pf-plugin-0.1-2aba423_GH0.tar.gz) = 3142

Packages (timestamps in pop-ups are UTC):
nagios-pf-plugin
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1_20.1_20.1_20.1_20.1_2-0.1_2-
FreeBSD:13:quarterly0.1_20.1_20.1_20.1_20.1_20.1_20.1_20.1_2
FreeBSD:14:latest0.1_20.1_20.1_20.1_20.1_20.1_2-0.1_2
FreeBSD:14:quarterly0.1_20.1_2-0.1_20.1_20.1_20.1_20.1_2
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_nagios-pf-plugin
pkg-message:
For install:
check_pf has been installed to /usr/local/libexec/nagios. check_pf needs read permission to the pf(4) pseudo-device, i.e. /dev/pf. Assuming check_pf will be run by user `nagios', the following will work: # chmod 640 /dev/pf # chgrp nagios /dev/pf To make sure the change persists across reboots, add the following to /etc/devfs.conf: # nrpe2/nagios needs to be able to read statistics own pf root:nagios perm pf 0640 Please refer to the online documentation for additional information. https://github.com/kian/nagios-pf-plugin/
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kian/nagios-pf-plugin/tar.gz/2aba423?dummy=/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.1_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1_2
20 Jul 2022 14:22:42
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.1_2
14 Aug 2019 08:48:51
Revision:508903Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories n)

(and missed 3 missed files from previous categories.)
0.1_2
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
0.1_2
07 May 2015 17:26:06
Revision:385640Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.1_2
20 Dec 2014 19:28:11
Revision:375103Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
0.1_2
28 Sep 2014 19:26:19
Revision:369495Original commit files touched by this commit
ohauer search for other commits by this committer
- allow build without root
0.1_2
11 Jun 2014 09:07:57
Revision:357436Original commit files touched by this commit
marino search for other commits by this committer
Resurrect net-mgmt/nagios-pf-plugin

This port was removed due to lack of public distfiles.  A new source
has been found at GitHub, and the submitter becomes its new maintainer.

PR:		188325
Submitted by:	rand (iteris.com)
Minor tweaks:	marino
0.1_1
10 Mar 2014 12:00:40
Revision:347743Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2014-03-10 net-mgmt/nagios-pf-plugin: No more public distfiles
0.1_1
10 Feb 2014 13:27:10
Revision:343630Original commit files touched by this commit
bapt search for other commits by this committer
Back to the futur
0.1_1
10 Feb 2014 12:58:55
Revision:343626Original commit files touched by this commit
bapt search for other commits by this committer
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
0.1_1
20 Sep 2013 22:24:44
Revision:327757Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
0.1_1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
0.1_1
03 Feb 2013 04:32:56
Revision:311450Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap at maintainers request
- Trim header while I am here
0.1_1
06 Jun 2012 16:52:58
Original commit files touched by this commit
crees search for other commits by this committer
Remove obsolete OSVERSION conditional.

While here, use pre-su-install for privileged actions.

PR:             ports/168278
Submitted by:   crees
Approved by:    maintainer timeout (kian.mohageri@gmail.com, 2w)
0.1_1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.1_1
13 Feb 2010 11:28:36
Original commit files touched by this commit
miwi search for other commits by this committer
- Add an additional parameter '-p' display nagios
  performance data in the output. This output can the easily graphed
  with pnp.

PR:             142266
Submitted by:   olli hauer <ohauer@gmx.de>
Approved by:    maintainer
0.1
18 Mar 2007 13:27:07
Original commit files touched by this commit
rafan search for other commits by this committer
- Mark IGNORE for FreeBSD pre-6.1: requires strtonum(3)
- Add backup master site
- Remove MASTER_SITES from SUB_LIST which does not work properly
  and is not right when there is more than one master sites

PR:             ports/110457
Submitted by:   Kian Mohageri <kian.mohageri at gmail.com> (maintainer)
0.1
09 Mar 2007 10:11:58
Original commit files touched by this commit
miwi search for other commits by this committer
check_pf is a plugin intended for use with the Nagios network
monitoring system.  This plugin checks the status of PF, the OpenBSD
packet filter, and compares the current state count to given or default
thresholds, returning the result.  It is written in C.

WWW:    http://www.zampanosbits.com/check_pf/

PR:             ports/110112
Submitted by:   Kian Mohageri <kian.mohageri at gmail.com>

Number of commits found: 21