Hello!
i have some problem
zabbixserver and zabbix agent are running on the same host
but this host isn't pinged because of this error
Warning: socket_connect() [function.socket-connect]: unable to connect [61]: Connection refused in /usr/local/etc/zabbix/zabbix-1.8/frontends/php/include/scripts.inc.php on line 74
the line is $res = socket_connect($socket, $ZBX_SERVER, $ZBX_SERVER_PORT);
so the question is: how can i solve this issue?

i have some problem
zabbixserver and zabbix agent are running on the same host
but this host isn't pinged because of this error
Warning: socket_connect() [function.socket-connect]: unable to connect [61]: Connection refused in /usr/local/etc/zabbix/zabbix-1.8/frontends/php/include/scripts.inc.php on line 74
the line is $res = socket_connect($socket, $ZBX_SERVER, $ZBX_SERVER_PORT);
so the question is: how can i solve this issue?
Comment