From 38834f7e82ffd35208695c02522a21c079032d0a Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 30 Aug 2003 08:06:39 +0000 Subject: New port: net/zabbix - advanced network monitoring system Zabbix is software for application and network monitoring. Zabbix supports both polling and trapping techniques to collect data from monitored hosts. Flexible notification mechanism allows easy and quckly configure email notifications for pre-defined events. Zabbix is freely available under the terms of the GNU General Public License (GPL). PR: ports/54565 Submitted by: Sergey Akifyev --- net/zabbix-agent/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/zabbix-agent/Makefile (limited to 'net/zabbix-agent') diff --git a/net/zabbix-agent/Makefile b/net/zabbix-agent/Makefile new file mode 100644 index 0000000..941cd3d --- /dev/null +++ b/net/zabbix-agent/Makefile @@ -0,0 +1,17 @@ +# Ports collection makefile for: zabbix +# Date created: Jun 18 2003 +# Whom: Sergey Akifyev +# +# $FreeBSD$ +# + +PORTNAME= zabbix-agent +CATEGORIES= net + +MAINTAINER= asa@gascom.ru +COMMENT= Very advanced network monitoring system (agent only) + +ZABBIX_AGENT_ONLY=yes +MASTERDIR= ${.CURDIR}/../zabbix + +.include "${MASTERDIR}/Makefile" -- cgit v1.1