-config ZABBIX_ENABLE_ZABBIX
- bool "Enable Zabbix"
- default y if ALL
- default n
-
menu "Modify features for non-core variants"
- depends on ZABBIX_ENABLE_ZABBIX
config ZABBIX_CURL
bool "cURL support (default SSL)"
- default y if ZABBIX_ENABLE_ZABBIX
- default n
+ default y
depends on !ZABBIX_GNUTLS && !ZABBIX_NOSSL
config ZABBIX_CURL_GNUTLS
config ZABBIX_LDAP
bool "LDAP support"
depends on ZABBIX_OPENSSL
- default y if ZABBIX_ENABLE_ZABBIX
- default n
+ default y
config ZABBIX_NETSNMP
bool "NetSNMP support (OpenSSL)"
depends on ZABBIX_OPENSSL
- default y if ZABBIX_ENABLE_ZABBIX
- default n
+ default y
endmenu
choice
- depends on ZABBIX_ENABLE_ZABBIX
prompt "Select SSL Library"
default ZABBIX_OPENSSL
PKG_CONFIG_DEPENDS:= \
CONFIG_ZABBIX_CURL \
CONFIG_ZABBIX_CURL_GNUTLS \
- CONFIG_ZABBIX_ENABLE_ZABBIX \
CONFIG_ZABBIX_GNUTLS \
CONFIG_ZABBIX_LDAP \
CONFIG_ZABBIX_MYSQL \
define Package/zabbix-proxy/config
choice
- depends on ZABBIX_ENABLE_ZABBIX
prompt "Select Database Software for Zabbix"
default ZABBIX_POSTGRESQL
define Package/zabbix-get/config
config ZABBIX_BUILD_SUPPORT_BIN
bool
- depends on PACKAGE_zabbix-agentd && ZABBIX_ENABLE_ZABBIX
+ depends on PACKAGE_zabbix-agentd
default y
help
This option exists to prevent trying to build get and/or sender when the
SUBMENU:=Zabbix
TITLE:=Zabbix
URL:=https://www.zabbix.com/
- DEPENDS:=@ZABBIX_ENABLE_ZABBIX
endef
define Package/zabbix/description/Default