“Rabbitmq api 和监控”的版本间的差异
跳到导航
跳到搜索
(→API) |
(→API) |
||
(未显示同一用户的8个中间版本) | |||
第1行: | 第1行: | ||
=监控= | =监控= | ||
+ | https://www.rabbitmq.com/monitoring.html#queue-metrics | ||
+ | |||
[https://blog.csdn.net/wangdaoge/article/details/52921811 简单的方法使用zabbix监控rabbitmq消息队列堵塞] | [https://blog.csdn.net/wangdaoge/article/details/52921811 简单的方法使用zabbix监控rabbitmq消息队列堵塞] | ||
+ | |||
+ | https://github.com/scsibug/jmx_discovery | ||
+ | |||
+ | [https://www.cnblogs.com/root0/p/11897970.html zabbix监控rabbitmq队列消费状态 ] | ||
+ | |||
+ | [https://www.cnblogs.com/minseo/p/10309121.html 使用Zabbix监控RabbitMQ消息队列 ] | ||
+ | |||
+ | https://github.com/jasonmcintosh/rabbitmq-zabbix/blob/master/scripts/rabbitmq/list_rabbit_queues.sh | ||
+ | |||
+ | [https://blog.csdn.net/xuangey/article/details/105580375 zabbix监控Rabbitmq(pyhon 自动发现队列和监控内容)] | ||
+ | |||
+ | [https://yunson.blog.csdn.net/article/details/90756509 zabbix配置(九)之Rabbitmq队列数监控] | ||
+ | |||
+ | =prometheus rabbitmq= | ||
+ | [https://www.cnblogs.com/caoweixiong/p/12736573.html Prometheus + Grafana(九)系统监控之RabbitMQ ] | ||
+ | |||
+ | |||
+ | https://github.com/kbudde/rabbitmq_exporter/blob/main/config.example.json | ||
=API= | =API= | ||
第9行: | 第29行: | ||
[https://www.jianshu.com/p/df96be697ef6 zabbix通过http API监控RabbitMQ指定队列速率] | [https://www.jianshu.com/p/df96be697ef6 zabbix通过http API监控RabbitMQ指定队列速率] | ||
+ | =trouble= | ||
+ | |||
+ | [https://stackoverflow.com/questions/31038064/rabbitmq-queues-state-shows-as-running-gui-shows-status-as-idle queues state shows as 'running' , GUI shows status as IDLE队列有东西 但是web显示IDLE] | ||
[[category:devops]] | [[category:devops]] |
2022年5月13日 (五) 06:00的最新版本
监控
https://www.rabbitmq.com/monitoring.html#queue-metrics
https://github.com/scsibug/jmx_discovery
https://github.com/jasonmcintosh/rabbitmq-zabbix/blob/master/scripts/rabbitmq/list_rabbit_queues.sh
zabbix监控Rabbitmq(pyhon 自动发现队列和监控内容)
prometheus rabbitmq
Prometheus + Grafana(九)系统监控之RabbitMQ
https://github.com/kbudde/rabbitmq_exporter/blob/main/config.example.json
API
zabbix通过http API监控RabbitMQ指定队列速率
trouble
queues state shows as 'running' , GUI shows status as IDLE队列有东西 但是web显示IDLE