We run a small startup and just began interesting ourselves in monitoring our machines properly. The choice fell on Zabbix, which fits well into our criteria of requirements.
I've setup the Zabbix server along with Zabbix agent on a Ubuntu 11.04 VM which works perfectly, which will act as the Zabbix server to store all the stats.
The next step obviously would be to setup each Zabbix node - also Ubuntu VM's, so we ran apt-get install zabbix-agent
. Running service zabbix-agent status
confirms that the service is running on the node machine. Everything fine that far, so we added the host node to Zabbix.
However when we access the Zabbix GUI and browse through the GUI, we see that the error/trigger Zabbix_server is not running on {HOSTNAME}
appears on our node.
Do we need to have both Zabbix_server & Zabbix_agent setup on each machine that we should monitor?