January 2019
Intermediate to advanced
798 pages
20h 33m
English
Once the archive has finished downloading, open a Terminal and extract it:
$ cd ~/zabbix; tar -zxvf zabbix-4.0.0.tar.gz
I suggest you install the prerequisites and compile Zabbix with external functionality right away so that you don't have to recompile as we progress.
For the purpose of this book, we will compile Zabbix with server, agent, MySQL, CURL, SNMP, SSH, ODBC, XML (VMware), and IPMI support.
To continue, enter the following in the Terminal:
$ cd zabbix-4.0.0 $ ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl --with-openipmi --enable-agent --with-libxml2 --with-unixodbc --with-ssh2 --with-openssl
In the end, a summary of the compiled components will be printed. Verify that you have the following ...
Read now
Unlock full access