mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
de2d00b638
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>
18 lines
351 B
Makefile
18 lines
351 B
Makefile
# 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"
|