Linux – Zabbix not collecting data

debianlinuxmonitoringperformancezabbix

It's the first time that i install a Zabbix server on my dedicated server (debian 5).
But zabbix cannot collect data from the server itself (no remote server, it's installed on the server i have to monitor)

alt text

Do you have an idea on what's going on ?

PS: on the server, there were already a zabbix agent which allowed me only to see traffic usage on the server hosting pannel. Can it be related ?
I installed via :

apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent

Thanks

Best Answer

things to check :

  1. that zabbix agent daemon is running;
  2. that firewall allow connections to whatever ip you configured for that local host on port 10050;
  3. that ip used for local host in zabbix frontend matches the ip set in agent daemon configuration file, "Server" directive;
  4. configuration->hosts in the frontend, whether any errors are reported for the zabbix server.