From: Daniel F. Dickinson Date: Fri, 17 Jul 2026 06:28:30 +0000 (-0400) Subject: zabbix: stop shipping sysctl.d conf in package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f1bf9f56d866dfe8192f82428e910a3420092039;p=openwrt-packages.git zabbix: stop shipping sysctl.d conf in package The sysctl file increases max files to allow the default full complement of discovery workers, however this is probably not a hard requirement and such a conf not shipped elsewhere in tree, so leave that to the user to configure. (The syslog messages from zabbix-server and/or zabbix-proxy provided the needed information). Signed-off-by: Daniel F. Dickinson --- diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index b53ea9df9..000734f9c 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -542,7 +542,6 @@ define Package/zabbix-server/conffiles /etc/zabbix_server.conf /etc/zabbix_server.conf.d/ /etc/config/zabbix_server -/etc/sysctl.d/90-zabbix-discovery-workers.conf endef define Package/zabbix-server/install @@ -550,8 +549,6 @@ define Package/zabbix-server/install $(call Package/zabbix/install/sbin,$(1),server) $(call Package/zabbix/install/etc,$(1),server) $(call Package/zabbix/install/init.d,$(1),server) - $(INSTALL_DIR) $(1)/etc/sysctl.d - $(INSTALL_CONF) ./files/zabbix-discovery-workers.conf.sysctl $(1)/etc/sysctl.d/90-zabbix-discovery-workers.conf $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/zabbix_server.config $(1)/etc/config/zabbix_server $(INSTALL_DIR) $(1)/etc/uci-defaults diff --git a/admin/zabbix/files/zabbix-discovery-workers.conf.sysctl b/admin/zabbix/files/zabbix-discovery-workers.conf.sysctl deleted file mode 100644 index e88c23943..000000000 --- a/admin/zabbix/files/zabbix-discovery-workers.conf.sysctl +++ /dev/null @@ -1 +0,0 @@ -fs.file-max=100000