mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
zabbix: update to zabbix 3.0.1
zabbix-agent doesn't exist anymore since 3.0 '-f' option (foreground) is now in zabbix-agentd 003-change-user-and-foreground.patch fixes pending issue https://support.zabbix.com/browse/ZBX-10611 you might need to update your config file to add LogType=system Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
This commit is contained in:
+3
-17
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zabbix
|
||||
PKG_VERSION:=2.4.6
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=3.0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/zabbix
|
||||
PKG_MD5SUM:=06ad8d5808a0eddf2b9f0a256b6a5fde
|
||||
PKG_MD5SUM:=890d9eec69304ad552959fabe0a5d122
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
@@ -36,11 +36,6 @@ define Package/zabbix/Default
|
||||
DEPENDS += $(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/zabbix-agent
|
||||
$(call Package/zabbix/Default)
|
||||
TITLE+= agent
|
||||
endef
|
||||
|
||||
define Package/zabbix-agentd
|
||||
$(call Package/zabbix/Default)
|
||||
TITLE+= agentd
|
||||
@@ -159,9 +154,6 @@ define Package/zabbix/install/zabbix.conf.d
|
||||
$(1)/etc/zabbix_agentd.conf.d/$(2)
|
||||
endef
|
||||
|
||||
define Package/zabbix-agent/conffiles
|
||||
/etc/zabbix_agent.conf
|
||||
endef
|
||||
define Package/zabbix-agentd/conffiles
|
||||
/etc/zabbix_agentd.conf
|
||||
endef
|
||||
@@ -193,11 +185,6 @@ define Build/Compile
|
||||
$(call Build/Compile/zabbix-extra-mac80211)
|
||||
endef
|
||||
|
||||
define Package/zabbix-agent/install
|
||||
$(call Package/zabbix/install/sbin,$(1),agent)
|
||||
$(call Package/zabbix/install/etc,$(1),agent)
|
||||
endef
|
||||
|
||||
define Package/zabbix-agentd/install
|
||||
$(INSTALL_DIR) $(1)/etc/zabbix_agentd.conf.d
|
||||
$(call Package/zabbix/install/sbin,$(1),agentd)
|
||||
@@ -238,7 +225,6 @@ define Package/zabbix-proxy/install
|
||||
$(call Package/zabbix/install/etc,$(1),proxy)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,zabbix-agent))
|
||||
$(eval $(call BuildPackage,zabbix-agentd))
|
||||
$(eval $(call BuildPackage,zabbix-extra-mac80211))
|
||||
$(eval $(call BuildPackage,zabbix-extra-network))
|
||||
|
||||
Reference in New Issue
Block a user