Waiting:开启keep-alive的情况下,这个值等于active–(reading+writing),意思就是nginx已经处理完成,正在等候下一次请求指令的驻留连接。 3.zabbix的web界面操作 3.1如图1,点击"配置"-"主机"-"创建主机" 图1 3.2如图2,"主机"一栏配置 填写"主机名称"、"可见的名称"(注意:这里的"主机名称"要与zabbix_agentd.conf...
2、在主机界面添加主机 主机名称:对应zabbix-agent中设置的hostName; interfaces:客户端写入nginx服务器的IP,端口10050是zabbix-agent对应的端口。 在模板页面选择Template App Nginx by Zabbix agent模板并点击【更新】连接到主机; 四、查看最新数据 切换到监控模块,选择nginx对应的主机,点击列表【最新数据】按钮,查看最...
root@Mysql-slave:/etc/zabbix/zabbix_agentd.d# bash nginx_status1.sh active 1 root@Mysql-slave:/etc/zabbix/zabbix_agentd.d# bash nginx_status1.sh requests 34 root@Mysql-slave:/etc/zabbix/zabbix_agentd.d# bash nginx_status1.sh requests 35 root@Mysql-slave:/etc/zabbix/zabbix_agentd.d#...
The template Nginx by Zabbix agent - collects metrics by polling the Module ngx_http_stub_status_module locally with Zabbix agent: Active connections: 291 server accepts handled requests 16630948 16630948 31070465 Reading: 6 Writing: 179 Waiting: 106 Note that this template doesn't support HTTPS...
(1)agent代理程序 在Agent监控方式下,zabbix-agent会主动收集本机的监控信息并通过TCP协议与zabbix-server传递信息。Agent 监控方式分为主动和被动模式。在被动模式下,zabbix-agent监听10050端口,等待zabbix-server的监控信息收集 信息请求;在主动模式下,zabbix-agent收集监控信息并通过10050端口主动将数据传给zabbix-server...
4>.编译并安装zabbix agent [root@nginx201.yinzhengjie.org.cn ~]# lscpu | grep "^CPU(s)" [root@nginx201.yinzhengjie.org.cn ~/zabbix-4.0.17]#make-j2&&makeinstall 5>.修改agent端的配置文件 [root@nginx201.yinzhengjie.org.cn ~]#cp/yinzhengjie/softwares/zabbix/etc/zabbix_agentd.conf /yin...
/data/nginx/conf 用来映射 默认配置文件nginx.conf 1、配置nginx.conf 进入zabbix-agent的自定义监控项目录 cd /usr/local/zabbix_agent/conf/zabbix_agentd vim nginx.conf(注意conf结尾才会被识别) 【 #nginx服务是否开启 注意端口号 UserParameter=nginx_isonline,ss -lntup | grep -w 80 | wc -l ...
添加zabbix-agent配置文件 /etc/zabbix/zabbix_agentd.d/userparameter_nginx.conf # in nginx config: # location /nginx_status { # # Turn on nginx stats # stub_status on; # # I do not need logs for stats # access_log off; # # Security: Only allow access from IP # ...
UserParameter=ssl_check[*],/etc/zabbix/script/ssl_check.sh $1 image.png image.png cat redis_status.sh #!/bin/bash # by lutixia ### killall -0 /usr/local/redis/bin/redis-server &>/dev/null if [ $? -eq 0 ];then echo 1 else echo 0 fi cat...
[root@monitor-server2 zabbix_agentd.conf.d]# curl localhost/nginx_statusActiveconnections:2server accepts handled requests158515857785Reading:0Writing:1Waiting:1 2.3 nginx status数值的含义说明 3. 配置php-fpm的status php-fpm自带的有用于查询其工作状态的页面,需要进行如下 两步,以启用这一功能。