aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2-agent
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 08:05:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 08:05:50 +0000
commitde2d00b638279cd49841a24fcef59e66b4c8cf4a (patch)
treebf400d159f7eb234ef81b6c05c7eaff800c44201 /net-mgmt/zabbix2-agent
parentdc9b98f02ba81e70852cc50873e86785f710e6be (diff)
downloadports-de2d00b638279cd49841a24fcef59e66b4c8cf4a.tar.gz
ports-de2d00b638279cd49841a24fcef59e66b4c8cf4a.zip
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>
Notes
Notes: svn path=/head/; revision=88061
Diffstat (limited to 'net-mgmt/zabbix2-agent')
-rw-r--r--net-mgmt/zabbix2-agent/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile
new file mode 100644
index 000000000000..941cd3dd82aa
--- /dev/null
+++ b/net-mgmt/zabbix2-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"