1. 程式人生 > >zabbix application

zabbix application

nmp str pan fig som enable ins x server ces

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

zabbix application