ports/net-mgmt/zabbix6-agent/Makefile
Juraj Lutter 7c39d5d75e net-mgmt/zabbix6-server: Enable SSH by default
Enable SSH-based checks by default as it's usable for many scenarion.
Also make SNMP checks optional, retaining default ON and clean up
the required PHP extension a bit as per Zabbix manual.

PR:		269992
PR:		270012
PR:		270013
2023-03-08 13:14:34 +01:00

12 lines
255 B
Makefile

PORTNAME= zabbix6
PORTREVISION= 0
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= CURL IPV6 MODBUS
OPTIONS_DEFAULT= CURL OPENSSL
.include "${MASTERDIR}/Makefile"