64b51e9790
This enables zabbix_agent simple_checks (net.tcp.service) for https. PR: 234831 Reported by: Marcin Gryszkalis <mg@fork.pl> Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
17 lines
305 B
Makefile
17 lines
305 B
Makefile
# Created by: Pakhom Golynga <pakhom@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix22
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix22-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= CURL IPV6
|
|
OPTIONS_DEFAULT= CURL
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|