diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-05 21:34:11 +0000 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-05 21:34:11 +0000 |
commit | a0abd572e39b2d402177200fbb3017db903093b5 (patch) | |
tree | 8442691d49a7a705b6c733f12f1bf8c33196b456 /net-mgmt/Makefile | |
parent | a2aaeb6ad71ab47ccde8c168fbbc05ad52d95d76 (diff) | |
download | FreeBSD-ports-a0abd572e39b2d402177200fbb3017db903093b5.zip FreeBSD-ports-a0abd572e39b2d402177200fbb3017db903093b5.tar.gz |
- Add net-mgmt/check_snmp_pkgvuln
check_snmp_pkgvuln is a Nagios plugin that detects hosts that are running
vulnerable ports based on the database of security vulnerabilities
provided by portaudit. The plugin communicates with the host via SNMP
using the HOST-RESOURCES-MIB::hrSWInstalledName MIB.
WWW: http://www.cultdeadsheep.org/~clement/
Approved by: clement (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 1dbffcc..3160c37 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -31,6 +31,7 @@ SUBDIR += cdpr SUBDIR += cfgstoragemk SUBDIR += cflowd + SUBDIR += check_snmp_pkgvuln SUBDIR += choparp SUBDIR += cidr SUBDIR += cisco_conf |