Zabbix server is not running: the information displayed may not be current.
Installed Zabbix 2.4.3
httpd (pid 1702) is running...
mysqld (pid 1451) is running...
zabbix_agentd is stopped
zabbix_server (pid 1768) is running...
# grep ZBX_SERVER /etc/zabbix/web/zabbix.conf.php
$ZBX_SERVER = 'localhost';
$ZBX_SERVER_PORT = '10051';
$ZBX_SERVER_NAME = 'zabbix';
# telnet localhost 10051
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Disabled SELinux, did not fix issue, so I re-enabled SELinux as it "should" be on in principal, and there should be a "acceptable" configuration for Zabbix to work with SELinux, although I have not yet found what that is...
Installed Zabbix 2.4.3
httpd (pid 1702) is running...
mysqld (pid 1451) is running...
zabbix_agentd is stopped
zabbix_server (pid 1768) is running...
# grep ZBX_SERVER /etc/zabbix/web/zabbix.conf.php
$ZBX_SERVER = 'localhost';
$ZBX_SERVER_PORT = '10051';
$ZBX_SERVER_NAME = 'zabbix';
# telnet localhost 10051
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Disabled SELinux, did not fix issue, so I re-enabled SELinux as it "should" be on in principal, and there should be a "acceptable" configuration for Zabbix to work with SELinux, although I have not yet found what that is...


Comment