Nagios plugin to monitor status of port vulnerabilities and/or ports that can be upgraded. Can be used with NRPE daemon to enable remote checks. How-To-Repeat: $ cut -f 1 -d '|' /usr/ports/INDEX-7 | grep -E 'port(audit|upgrade)' portaudit-0.5.11 portaudit-db-0.2.3_1 portupgrade-2.3.1,2 portupgrade-devel-2.3.1
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
pgollucci 2008-08-22 16:44:18 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-portaudit Makefile distinfo pkg-descr pkg-plist net-mgmt/nagios-portaudit/files patch-check_portaudit-add_perfdata Log: This is a small Nagios plugin. This plugin relies on portaudit and/or portupgrade packages to be installed on your FreeBSD system. With these packages installed, the plugin will scan your system for either vulnerable packages, or obsolete packages - and display appropriate warnings to Nagios. Portaudit can also be successfully run remotely from nrpe, and does not require superuser privileges to operate. WWW: http://www.geocities.com/ntb4real/proj/portaudit.htm PR: ports/126710 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: gabor (mentor) Revision Changes Path 1.168 +1 -0 ports/net-mgmt/Makefile 1.1 +52 -0 ports/net-mgmt/nagios-portaudit/Makefile (new) 1.1 +3 -0 ports/net-mgmt/nagios-portaudit/distinfo (new) 1.1 +20 -0 ports/net-mgmt/nagios-portaudit/files/patch-check_portaudit-add_perfdata (new) 1.1 +10 -0 ports/net-mgmt/nagios-portaudit/pkg-descr (new) 1.1 +2 -0 ports/net-mgmt/nagios-portaudit/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!