You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
I have encountered two problems (seems a little bug) :
Rabbitmq[server,partitions] monitor items
The zabbix server reports and clears an alarm frequently:
I found the similar issues:#85
But I don't think this problem is caused by Regular expressions . Because the alarm status is not regular but frequent jitter.
Some times the zabbix server issued below errors (not always).
urllib2.HTTPError: HTTP Error 401: Unauthorized" of type "string" is not suitable for value type "Numeric (unsigned)"
A: I defined the administrator account in .rab.auth config file .(not monitoring account)
B: I test manual on zabbix server and rabbitmq server , and I can get the correct values:
# test on zabbix server:
[work@server-4 ~]$ zabbix_get -s 10.111.30.164 -k rabbitmq[server,fd_total]
102400
#test on rabbitmq node
work@mq-es-node2:/etc/zabbix/scripts/rabbitmq$ /etc/zabbix/scripts/rabbitmq/rabbitmq-status.sh server fd_total
102400
Could you please help me fix this ? thank you very much
The text was updated successfully, but these errors were encountered:
This sounds like a more intermittent bug with rabbit's management API. Debugging auth on rabbit's side... well, that's a challenge and not sure got a good solution for you sadly. I've been out of this for a while so not sure how much I could help :( If it was a consistent problem, then yeah it is likely a configuration on the monitoring OR a bug in the monitoring code. Being intermittent makes that highly unlikely (unless you're removing & recreating the auth config file?) If it's server side, could be anything from a rate limit to a bug in rabbit to anything. I'd suggest adding debugging output to output the username it's using to connect and similar steps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have encountered two problems (seems a little bug) :
The zabbix server reports and clears an alarm frequently:
I found the similar issues:#85
But I don't think this problem is caused by Regular expressions . Because the alarm status is not regular but frequent jitter.
I also found the similar issue:#90
But the difference is:
A: I defined the administrator account in .rab.auth config file .(not monitoring account)
B: I test manual on zabbix server and rabbitmq server , and I can get the correct values:
Could you please help me fix this ? thank you very much
The text was updated successfully, but these errors were encountered: