“Rabbitmq api 和监控”的版本间的差异
跳到导航
跳到搜索
(→监控) |
(→API) |
||
(未显示同一用户的1个中间版本) | |||
第18行: | 第18行: | ||
=prometheus rabbitmq= | =prometheus rabbitmq= | ||
[https://www.cnblogs.com/caoweixiong/p/12736573.html Prometheus + Grafana(九)系统监控之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= | ||
第26行: | 第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