zabbix

 1.set up zabbix server

tar -zxvf zabbix-3.0.0.tar.gz
groupadd zabbix
useradd -g zabbix zabbix
#To configure the sources for a Zabbix server and agent, you may run something like
./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2
make install
本文为原创文章,转载请标明出处
原文地址:https://www.cnblogs.com/harden13/p/6958501.html