一 zabbix添加nginx
在server2上编译nginx
yum install -y gcc openssl-devel pcre-devel
./configure --with-http_stub_status_module --with-http_ssl_module
make
make install
作软连接
cd /usr/local/nginx/
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/
修改配置
抓取nginx
写入配置文件
cd /etc/zabbix/zabbix_agentd.d/
cp userparameter_mysql.conf userparameter_nginx.conf
vim userparameter_nginx.conf
cat userparameter_nginx.conf
重启服务
systemctl restart zabbix-agent.service
在server1上
安装agent-get
zabbix_get --help
zabbix_get -s 172.25.9.2 -p 10050 -k "nginx.active"
在图形界面创建监控项