I created a working rpm just for testing the new release, it’s not for production use, it does only work with Zabbix 5 and it still includes php72.
Install Zabbix repo:
yum install https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
Enable the new zabbix-frontend repo in /etc/yum.repos.d/zabbix.repo
(optional):
[zabbix-frontend]
...
enabled=1
...
Install nethserver-zabbix:
yum --enablerepo=zabbix-frontend install https://mrmarkuz.dynu.net/mirror/devtest/nethserver-zabbix-0.0.1-8.ns7.noarch.rpm
In the meanwhile I am working on separating the frontend from the server and get rid of the php72 requirement…
EDIT:
php73 is now included instead of php72 and it’s working with older Zabbix versions (4.4 LTS) too.