Installing Zabbix 4 Agent on Fedora 29 Linux
- 
 By default, Fedora 29 still uses Zabbix 3.0 for its monitoring agent. But Zabbix has been on the 4.0 series for a while. So we often will want to install the latest. And here is how... First, add the current Zabbix repo. For Fedora, that means using the RHEL 7 designated repo. dnf install https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpmAnd now to install the agent itself. dnf install zabbix-agentTa da. 
- 
 Fedora 30 repo provides version 4.0.5 
 http://repo.ialab.dsu.edu/fedora/linux/development/30/Everything/x86_64/os/Packages/z/zabbix-agent-4.0.5-1.fc30.x86_64.rpm
- 
 @black3dynamite said in Installing Zabbix 4 Agent on Fedora 29 Linux: Fedora 30 repo provides version 4.0.5 
 http://repo.ialab.dsu.edu/fedora/linux/development/30/Everything/x86_64/os/Packages/z/zabbix-agent-4.0.5-1.fc30.x86_64.rpmI'll wait for when Fedora 30 is released. 

