Ad Widget

Collapse

Zabbix on Ec2 AWS ( port 80, ssh ) opened, but the GUI shows server not running

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bisana
    Member
    • Jul 2005
    • 87

    #1

    Zabbix on Ec2 AWS ( port 80, ssh ) opened, but the GUI shows server not running


    Hi All,
    Good afternoon.
    Earlier I have tried exploring Zabbix, this was 2 years back, I was able to install and get necessary info.
    After a very long time, I am trying again Zabbix.
    Now I am trying to install Zabbix 4 on ec2 instance, for the ec2 I have opened the port for ssh and apache. Installation went smooth, command line when I check the server and agent status it shows running, but when I access through the web interface, I keep on getting the message that server may not be running, but for sure I checked on command line and server and agent are running
    What could be the possible reason for this message getting displayed on the web interface, considering the fact that server and client are running fine?

    Is it because I am using AWS ( opened only port 80, ssh)

    Guidance requested
    Thanks
    Joseph John



  • aigars.kadikis
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2018
    • 208

    #2
    Hi bisana,

    Nice to have you on board again.

    Please make sure Zabbix server can accept connection to port 10051. Please recheck it is open.
    Code:
    nmap -p 10051 127.0.0.1
    Does SELinux security is on
    Code:
    getenforce
    Please try to disable SELinux
    Code:
    setenforce 0
    Please recheck how the front-end acts.

    Regards,

    Comment

    Working...