diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-23 00:44:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-23 00:44:18 +0800 |
commit | 4f5d6735eae3a7f6f1a35eb339b5ef6ab9b0fd87 (patch) | |
tree | 88d4c2c9bf82d26f9d636d338b1885b7ea065a8f /net-mgmt/Makefile | |
parent | 56b3869883cc7be0a486543a8a7937f6d2423836 (diff) | |
download | freebsd-ports-gnome-4f5d6735eae3a7f6f1a35eb339b5ef6ab9b0fd87.tar.gz freebsd-ports-gnome-4f5d6735eae3a7f6f1a35eb339b5ef6ab9b0fd87.tar.zst freebsd-ports-gnome-4f5d6735eae3a7f6f1a35eb339b5ef6ab9b0fd87.zip |
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)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c4f4bcda4bab..ca289246e615 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -111,6 +111,7 @@ SUBDIR += nagios-geom SUBDIR += nagios-pf-plugin SUBDIR += nagios-plugins + SUBDIR += nagios-portaudit SUBDIR += nagios-radauth-plugin SUBDIR += nagios-silfreed-plugins SUBDIR += nagios-snmp-plugins |