Hi All,
I am new learn zabbix, After done install got error message :
zabbix server is not running the information displayed may not be current
Zabbix server is running No 192.168.0.110:10051
And then i do :
1. change :
$ZBX_SERVER = 'localhost';
to :
$ZBX_SERVER = '192.168.0.110';
2. setsebool -P httpd_can_network_connect on
setsebool -P httpd_can_network_connect=true
3. port is open in my server
But it is still problem, any someone can help me?
Thank you
I am new learn zabbix, After done install got error message :
zabbix server is not running the information displayed may not be current
Zabbix server is running No 192.168.0.110:10051
And then i do :
1. change :
$ZBX_SERVER = 'localhost';
to :
$ZBX_SERVER = '192.168.0.110';
2. setsebool -P httpd_can_network_connect on
setsebool -P httpd_can_network_connect=true
3. port is open in my server
But it is still problem, any someone can help me?
Thank you
Comment