Hello Everyone
This is the first time working with Zabbix, and I was successfully able to install it as a container on A Ubuntu Server 22.04. I now receive the following error message on the Dashboard after I signed in for the first time:
So I was able to adjust the "zabbix_server.conf" file and added for NodeAddress "NodeAddress=192.168.0.3" and for ListenPort "ListenPort=100051". Which did not help.
So now I'm trying to edit the "zabbix.conf.php"-File by adjusting the Settings there as well, which I therefore have to install a texteditor on the container. So I try to use the "apk update" and then "apk add nano" but I receive the error message that the command has not been found:
How can I install a text editor in the container Bash to edit this config file as well?
Thank you for your help.
Cheers,
Gabe
This is the first time working with Zabbix, and I was successfully able to install it as a container on A Ubuntu Server 22.04. I now receive the following error message on the Dashboard after I signed in for the first time:
So I was able to adjust the "zabbix_server.conf" file and added for NodeAddress "NodeAddress=192.168.0.3" and for ListenPort "ListenPort=100051". Which did not help.
So now I'm trying to edit the "zabbix.conf.php"-File by adjusting the Settings there as well, which I therefore have to install a texteditor on the container. So I try to use the "apk update" and then "apk add nano" but I receive the error message that the command has not been found:
How can I install a text editor in the container Bash to edit this config file as well?
Thank you for your help.
Cheers,
Gabe