diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-30 08:05:50 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-30 08:05:50 +0000 |
commit | d6200666737cdfad0f1a20012fac881cb8336305 (patch) | |
tree | 37e32e734947b25004f4b6423f59a62df17db95f /net-mgmt/zabbix-agent | |
parent | 6e1f7db5593dbd0c55bbac980e01662edb154042 (diff) | |
download | FreeBSD-ports-d6200666737cdfad0f1a20012fac881cb8336305.zip FreeBSD-ports-d6200666737cdfad0f1a20012fac881cb8336305.tar.gz |
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 <asa@gascom.ru>
Diffstat (limited to 'net-mgmt/zabbix-agent')
-rw-r--r-- | net-mgmt/zabbix-agent/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile new file mode 100644 index 0000000..941cd3d --- /dev/null +++ b/net-mgmt/zabbix-agent/Makefile @@ -0,0 +1,17 @@ +# Ports collection makefile for: zabbix +# Date created: Jun 18 2003 +# Whom: Sergey Akifyev <asa@gascom.ru> +# +# $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" |