lshboo 发表于 2017-4-20 11:00:21

Zabbix的安装配置以及相关依赖安装

  Zabbix参数配置


[*]–enable-static         Build statically linked binaries   
[*]–enable-server         Turn on build of server   
[*]–enable-proxy          Turn on build of proxy server   
[*]–enable-agent          Turn on build of agent   
[*]–enable-ipv6           Turn on support of IPv6   
[*]–with-mysql   
[*]–with-oracle   
[*]–with-pgsql   
[*]–with-sqlite3   
[*]–with-jabber   
[*]–with-net-snmp   
[*]–with-ucd-snmp   
 
1、安装Zabbix
 
http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.0/zabbix-2.0.0.tar.gz?r=http%3A%2F%2Fwww.zabbix.com%2Fdownload.php&ts=1337826980&use_mirror=ncu
 
2、./configure --prefix=/usr/local/zabbix --enable-server --enable-proxy --enable-agent --with-mysql=/usr/bin/mysql_config --with-net-snmp --with-libcurl
 
 
 
 
页: [1]
查看完整版本: Zabbix的安装配置以及相关依赖安装