Hello team,
I got a problem on the dashboard of zabbix 1.8, the following error message is displayed :
I tried to find a solution with the zabbix forum and google but i can't solve it yet.
I installed the zabbix-server and zabbix agent on my server. But it look likes they are not running on the server.
When i tried to execute manualy the service nothing append as you can see :
Look the permission on my scripts services :
I believe i made a mistake somewhere ...
Thanks you for your help !
I got a problem on the dashboard of zabbix 1.8, the following error message is displayed :
Code:
Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:10051 (Connection refused) in /var/www/include/config.inc.php on line 714
I installed the zabbix-server and zabbix agent on my server. But it look likes they are not running on the server.
Code:
servzabbix:/# ps -aux | grep zabbix Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html root 6113 0.0 0.0 3144 772 pts/0 R+ 11:41 0:00 grep zabbix
Code:
servzabbix:/# netstat -ntap | grep 10051 servzabbix:/#
Code:
servzabbix:/# /etc/init.d/zabbix-agent start servzabbix:/#
Code:
-rwxr-xr-x 1 root root 1169 jan 4 19:11 zabbix-agent -rwxr-xr-x 1 root root 1171 jan 4 19:11 zabbix-server
I believe i made a mistake somewhere ...
Thanks you for your help !
Comment