diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-30 16:05:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-30 16:05:50 +0800 |
commit | d6200666737cdfad0f1a20012fac881cb8336305 (patch) | |
tree | 37e32e734947b25004f4b6423f59a62df17db95f | |
parent | 6e1f7db5593dbd0c55bbac980e01662edb154042 (diff) | |
download | freebsd-ports-gnome-d6200666737cdfad0f1a20012fac881cb8336305.tar.gz freebsd-ports-gnome-d6200666737cdfad0f1a20012fac881cb8336305.tar.zst freebsd-ports-gnome-d6200666737cdfad0f1a20012fac881cb8336305.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>
-rw-r--r-- | net-mgmt/zabbix-agent/Makefile | 17 | ||||
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 17 | ||||
-rw-r--r-- | net/Makefile | 1 |
3 files changed, 35 insertions, 0 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile new file mode 100644 index 000000000000..941cd3dd82aa --- /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" 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" diff --git a/net/Makefile b/net/Makefile index 9248c8f0cd90..616f312bc61b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -760,6 +760,7 @@ SUBDIR += yptransitd SUBDIR += ysm SUBDIR += ytalk + SUBDIR += zabbix-agent SUBDIR += zebra SUBDIR += zebra-devel SUBDIR += zebra-pj |