Ad Widget

Collapse

Zabbix frontend installation from source.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Darshan
    Junior Member
    • Apr 2021
    • 3

    #1

    Zabbix frontend installation from source.


    Hello Everyone,

    I am new to Zabbix forum. I am currently working on setting up zabbix monitoring set up in the containers. I have successfully build custom docker image for the Zabbix server. However, I have some issues in doing the same for the Zabbix front end. I followed the instructions available here to set up the front end. However, I am unable to access the front end. It gives the below error when I hit the zabbix front end http://<IP>/zabbix

    Network Error (tcp_error) A communication error occurred: "Connection refused" The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

    I tried to pulled down the docker file, configs and script available here and update the docker-entrypoint.sh script with all the information like zabbix db host, user, password etc. And After starting the container I ended up in the same error.
    I am not sure if there is any know issue or I am doing something wrong here.

    Any help on this is much appreciated.

    Regards,
Working...