From owner-cvs-all@FreeBSD.ORG Fri Mar 9 10:11:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65A7616A405; Fri, 9 Mar 2007 10:11:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF1F13C4B5; Fri, 9 Mar 2007 10:11:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l29ABwkL001957; Fri, 9 Mar 2007 10:11:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l29ABwvf001956; Fri, 9 Mar 2007 10:11:58 GMT (envelope-from miwi) Message-Id: <200703091011.l29ABwvf001956@repoman.freebsd.org> From: Martin Wilke Date: Fri, 9 Mar 2007 10:11:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nagios-pf-plugin Makefile distinfo pkg-descr ports/net-mgmt/nagios-pf-plugin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 10:11:58 -0000 miwi 2007-03-09 10:11:58 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-pf-plugin Makefile distinfo pkg-descr net-mgmt/nagios-pf-plugin/files pkg-message.in Log: 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 Revision Changes Path 1.111 +1 -0 ports/net-mgmt/Makefile 1.1 +47 -0 ports/net-mgmt/nagios-pf-plugin/Makefile (new) 1.1 +3 -0 ports/net-mgmt/nagios-pf-plugin/distinfo (new) 1.1 +21 -0 ports/net-mgmt/nagios-pf-plugin/files/pkg-message.in (new) 1.1 +6 -0 ports/net-mgmt/nagios-pf-plugin/pkg-descr (new)