Results 8 issues of jesse

I have encountered two problems (seems a little bug) : 1. Rabbitmq[server,partitions] monitor items The zabbix server reports and clears an alarm frequently: ![image](https://user-images.githubusercontent.com/40015415/66727992-fe34c900-ee74-11e9-8129-f139501e3b91.png) I found the similar issues:https://github.com/jasonmcintosh/rabbitmq-zabbix/issues/85 But...

Hi we often encounter below problem on several Rabbitmq cluster nodes since we have installed this monitor script: ``` Oct 7 04:11:25 mq-es-node3 rabbitmq-server[2274]: Crash dump is being written to:...

HI My Zabbix discovered all queues and items . But no any data displayed on Zabbix. I check `tail -f /var/log/zabbix-agent/rabbitmq_zabbix.log` log file : `2019-05-31 11:04:40,040 INFO: Found return code...

I just imported and applied the rabbitmq-zabbix templates on rabbitmq server. but I found there where more then 7800 items about Rabbitmq . Most of the items are RabbitMQ random...

nginx的多个域名配置了同一个upstream(比如k8s-server).当其中一个域名的后端应用出现问题,访问出现大量502的时候.Nginx会将这个upstream的后端服务置为异常(猜测).导致其他域名访问也出现502. 我们生产环境经常遇到某个应用502.引发很多其他正常使用的域名也出现502. 请问大家有遇到这个问题吗?

**问题描述** 1. git拉取分支提示权限拒绝. ![image](https://user-images.githubusercontent.com/40015415/67549336-90bb4f00-f736-11e9-8668-7daabcb5c834.png) 手动在walle服务器上是正常可以拉取分支的..这个故障出现后,大概等待10-15分钟自行恢复.(或者将项目的gitlab仓库地址前面加上ssh://git.gitlab.xxxxx.然后会提示无法识别ssh://协议..,然后再改回到git@gitlab.,xxx..可能就正常了..(就是这么神奇) 2.git pull失败 ![image](https://user-images.githubusercontent.com/40015415/67549459-e42d9d00-f736-11e9-9c9d-c5088e0e1639.png) 这个BUG出现的概率非常非常之高..每天都会有十几个情况.(我已经在部门内宣传,让开发同事自行解决了.出现频率太高了). 解决方法是.删除walle服务器上的/tmp/walle/codebase/目录, 3.拉取分支后,自动弹出的版本不是最新的.一定要手动进取选择最新的版本号. ![image](https://user-images.githubusercontent.com/40015415/67549691-703fc480-f737-11e9-88e5-c1e7313c3745.png) 还有以下几个小问题 1.npm install发布任务,walle直接卡死. 但凡只要你的发布脚本里有npm install安装包任务..walle服务器就有一个node进程占用资源比较高.然后walle直接卡死,UI界面都无法加载.(在老walle1.0中,虽然Node进程也占用较高资源,但是不影响walle使用) ![image](https://user-images.githubusercontent.com/40015415/67551124-bb0f0b80-f73a-11e9-9543-59b99f103b0f.png) 2.walle2.0发布速度比较慢 我们walle1.0和walle2.0都在使用.而且服务器配置都是一样(2核4G).在发布一个静态页面的H5项目(不涉及任何发布脚本).在walle1.0上很快就结束,在walle2.0上要多耗时大概2-3倍时间. 这个姑且都能忍受 **运行环境** - OS: CentOS 7.6 - 版本 2.0.1 72cfa73b

bug

#### nginx conf: `http { vhost_traffic_status_filter_by_host on; vhost_traffic_status_zone shared:vhost_traffic_status:32m; } ` #### server conf ``` server { listen 10011; # allow 127.0.0.1; # deny all; server_name localhost; location /nginx_status {...

question

Nginx会一直维持后端服务器的8个ESTABLISHED长连接,并且永不释放 ``` tcp ESTAB 0 0 172.16.103.138:63775 172.16.102.241:9001 tcp ESTAB 0 0 172.16.103.138:26924 172.16.102.241:9001 tcp ESTAB 0 0 172.16.103.138:10390 172.16.102.241:9001 tcp ESTAB 0 0 172.16.103.138:16368 172.16.102.241:9001 tcp ESTAB 0 0...