Hello, everyone,
I wanted to update our Zabbix monitoring from version 4 to 5 today. Now I have the problem that I cannot update the zabbix-apache-conf because I always get the following error:
Of course I have updated the sources etc. before:
Nevertheless I always get the above error - this results in the following error message after starting:

Zabbix runs on a Debian 9 Stretch Server, all updates etc. are installed.
Does anyone have an idea how I can get the new zabbix-apache-conf?
Thanks in advance for your help.
Greetings
Sebastian
I wanted to update our Zabbix monitoring from version 4 to 5 today. Now I have the problem that I cannot update the zabbix-apache-conf because I always get the following error:
Code:
apt-get install zabbix-apache-conf Reading package lists... Done Building dependency tree Reading state information... Done Package zabbix-apache-conf is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'zabbix-apache-conf' has no installation candidate
Code:
sudo wget https://repo.zabbix.com/zabbix/5.0/debian/pool/main/z/zabbix-release/zabbix-release_5.0-1+$(lsb_release -sc)_all.deb sudo dpkg -i zabbix-release_5.0-1+$(lsb_release -sc)_all.deb sudo apt update
Zabbix runs on a Debian 9 Stretch Server, all updates etc. are installed.
Does anyone have an idea how I can get the new zabbix-apache-conf?
Thanks in advance for your help.
Greetings
Sebastian
Comment