Zabbix is an enterprise-class open source software for monitoring of networks and applications. It is designed to monitor and track the status of various network services, servers and applications. It offers advanced monitoring, alerting, and visualization features.
This is a step by step guide on "Installing Zabbix on CentOS" for MySQL monitoring. Monitoring mysql will be posted in seperate article.
Install Apache httpd
[root@localhost ~]# yum -y install httpd
Start httpd service
[root@localhost ~]#
/etc/init.d/httpd
start
[ OK ]
[root@localhost ~]# ps -ef |
grep http
root 2011
1 0 11:46 …