Zenpacks extend the capabilities of Zenoss. This port builds cleanly in Tinderbox. This port depends on the following PR: ports/156655
Updated port Makefile to use new bsd.zenoss.mk file. -- ~Anthony Garcia
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
crees 2011-10-30 16:43:22 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/zenpack-checkping Makefile distinfo pkg-descr pkg-plist net-mgmt/zenpack-checkping/files pkg-deinstall.in pkg-message.in Log: Zenoss comes with the nagios command check_ping. This zenpack implements that nagios ping check. The template provides the Round-Trip-Average time along with the packet loss rate. These two graphs are put in the "Performance" tab for each device utilizing this template. WWW: http://community.zenoss.org/docs/DOC-3416 PR: ports/157719 Submitted by: Zenoss <zenoss@experts-exchange.com> Revision Changes Path 1.269 +1 -0 ports/net-mgmt/Makefile 1.1 +24 -0 ports/net-mgmt/zenpack-checkping/Makefile (new) 1.1 +2 -0 ports/net-mgmt/zenpack-checkping/distinfo (new) 1.1 +10 -0 ports/net-mgmt/zenpack-checkping/files/pkg-deinstall.in (new) 1.1 +5 -0 ports/net-mgmt/zenpack-checkping/files/pkg-message.in (new) 1.1 +6 -0 ports/net-mgmt/zenpack-checkping/pkg-descr (new) 1.1 +2 -0 ports/net-mgmt/zenpack-checkping/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 New port added. Thanks!