便民 发表于 2015-9-9 11:17:19

ZABBIX作集中式NGINX性能监控的注意要点

  今天测试好了。但有几个要点要注意。
  一是出了问题看日志。
  二是主动测试脚本。
  三是注意LLD自动发现的ZABBIX类型(TRAPPER,捕捉器类型)
  四是有主机上有问题时可以看到(UNSUPPORT)
  五是在ZABBIX上监控主机级监控,不一定就是主机哟,,可以是基于指定IP的脚本陷入。。。



./nginx_monitor.sh getNginxStatus "NGINX_STATUS" "http://1.2.3.4"
Active connections: 1
server accepts handled requests
6327 6327 6350
Reading: 0 Writing: 1 Waiting: 0
Sending the data to zabbix server...
info from server: "processed: 7; failed: 0; total: 7; seconds spent: 0.000168"
sent: 7; skipped: 0; total: 7



页: [1]
查看完整版本: ZABBIX作集中式NGINX性能监控的注意要点