How to Install Zabbix 3.0 Beta on CentOS 6
How to Install Zabbix 3.0 Beta on CentOS 6 The long awaited Zabbix 3.0 beta 1 is here. Now we are eager to see what it brings us therefore there is no better way to find that out than installing it and trying on our systems. In this tutorial we will be installing it on a blank CentOS 6.7 operating system. Check out our previous post How to Install CentOS 6 for Zabbix if you’d like to start with a short tutorial how to install CentOS itself. But now let’s get started with the actual installation of Zabbix 3.0 beta 1. First we will prepare database, then web server and once that is done we will install Zabbix server, agent and web interface. Prepare database Before we even start with Zabbix we need to install a database for it. And here we will use the latest version of MySQL. CentOS by default is supplied with a very old version of MySQL – 5.1. We can check that by running: yum list installed | grep mysql Expected output: mysql-libs.x86_64 5.1....