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

 

posted @ 2017-06-07 18:20  亚洲哈登  阅读(88)  评论(0编辑  收藏  举报