首页 > 移动平台 > 详细

zabbix application

时间:2017-06-07 19:36:33      阅读:265      评论:0      收藏:0      [点我收藏+]

 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

原文:http://www.cnblogs.com/harden13/p/6958501.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!