diff options
author | robak <robak@FreeBSD.org> | 2014-10-06 05:40:29 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-10-06 05:40:29 +0800 |
commit | 6e838a3d275b89d5d6e2414a4f6c14cc0c80d74d (patch) | |
tree | ebff34a4fc346b190c9cf521c31f2df07c2c89d4 /net-mgmt/Makefile | |
parent | 9f978bc1dd4a0718c7277014620d89014324c0d6 (diff) | |
download | freebsd-ports-gnome-6e838a3d275b89d5d6e2414a4f6c14cc0c80d74d.tar.gz freebsd-ports-gnome-6e838a3d275b89d5d6e2414a4f6c14cc0c80d74d.tar.zst freebsd-ports-gnome-6e838a3d275b89d5d6e2414a4f6c14cc0c80d74d.zip |
net-mgmt/nagios-check_dhcp.pl: NEW PORT - Nagios DHCP check plugin
This plugin tests the availability of a given DHCP server using unicast
delivery.
PR: 187623
Submitted by: Lawrence Chen <beastie@tardisi.com>
Approved by: mentors (implicit)
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 654c07447648..9c3222bbe2f2 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -108,6 +108,7 @@ SUBDIR += nagios-check_bacula5 SUBDIR += nagios-check_clamav SUBDIR += nagios-check_cpu_usage + SUBDIR += nagios-check_dhcp.pl SUBDIR += nagios-check_email_delivery SUBDIR += nagios-check_hdd_health SUBDIR += nagios-check_hp_bladechassis |