企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 同时安装server和agent,支持将数据放入mysql ~~~ ./configure --prefix=/usr/local/zabbix-3.0.5 \ --enable-java --enable-server --enable-agent \ --with-mysql --enable-ipv6 \ --with-net-snmp --with-libcurl \ --with-ssh2 ~~~ ## 只安装server,支持将数据放入mysql ~~~ ./configure --enable-server --with-mysql --with-net-snmp --with-libcurl ~~~ ## 只安装agent ~~~ ./configure --prefix=/usr/local/zabbix --enable-agent ~~~ ## 只安装proxy,支持将数据放入mysql ~~~ ./configure --prefix=/ --enable-proxy --with-mysql --with-net-snmp --with-ssh2 ~~~ ## 添加启动脚本 ~~~ cp ./misc/init.d/fedora/core5/zabbix_agentd /etc/init.d/ ~~~ ### 编译选项说明 ~~~ --with-net-snmp # 基于snmp监控 --with-libcurl # 监控web响应速度/下载速度 ~~~