freebsd-ports/net-mgmt/zenpack-checkping/Makefile
Chris Rees 3eb0b8b4d5 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>
2011-10-30 16:43:22 +00:00

24 lines
671 B
Makefile

# New ports collection makefile for: CheckPing
# Date created: 08 June 2011
# Whom: Zenoss <zenoss@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= CheckPing
PORTVERSION= 1.0
CATEGORIES= net-mgmt www
MASTER_SITES= http://zenpacks.zenoss.org/trac-zenpacks/changeset/1002/tags/
DISTFILES= nagios-check-ping-${PORTVERSION}?old_path=%2F\&format=zip
MAINTAINER= zenoss@experts-exchange.com
COMMENT= Provides nagios ping check for Zenoss monitoring
USE_ZIP= yes
ZPACKPREFIX= ZenPacks.Nagios.
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/tags/nagios-check-ping-${PORTVERSION}/
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
.include <bsd.port.post.mk>