This plugin tests the availability of a given DHCP server using unicast delivery. This is necessary if the monitoring host is on a different subnet. Using broadcast and a DHCP relay would also prevent the check from probing individual servers.
Hi, if you are still interested in having this port in FreeBSD, it may (or may not) need to be reworked to support stage, and it may need updating to other newer conventions such as "USES" which is expanding all time. For staging, see http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Additionally, you need to provide some sort of quality assurance. In order of preference, we are looking for: 1) "poudriere testport" or "poudriere bulk -t" logs 2) Redports or tinderbox logs Please provide an updated shar file and attach a test log. Alternatively, please indicate if you are no longer interested in having this software in the Ports Collection and that we can close the PR. Thanks!
port seems staged, no bitrot, also very simple. Somebody could take this without a testlog with little risk, although it would have been nice to get one.
Created attachment 146449 [details] poudriere testport log Only just got past the last obstacle (ignoring that I'm in the middle of replacing failing root disk) to getting poudriere working...
what about this warning? Warning: Possibly owned by dependency: @dirrmtry libexec/nagios That implies the line could be removed from pkg-plist if libexec/nagios exists prior to building in 100% of the cases.
Created attachment 146452 [details] updated nagios-check_dhcp.pl.shar
Created attachment 146453 [details] testport results after update
I've no problems setting this to "patch-ready" !
Hi, I've tested the patch, and it fails for me: http://pd.valinor.palantiri.org/build.html?mastername=11amd64-default&build=2014-09-25_20h03m38s Could you take a look and see if you can send a patch with a fix?
Any news on that?
A commit references this bug: Author: robak Date: Sun Oct 5 21:40:31 UTC 2014 New revision: 370131 URL: https://svnweb.freebsd.org/changeset/ports/370131 Log: 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) Changes: head/net-mgmt/Makefile head/net-mgmt/nagios-check_dhcp.pl/ head/net-mgmt/nagios-check_dhcp.pl/Makefile head/net-mgmt/nagios-check_dhcp.pl/distinfo head/net-mgmt/nagios-check_dhcp.pl/pkg-descr
Committed with minor changes, thanks for your work!