This repository was archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
partitions and unthorized problem #109
Copy link
Copy link
Open
Description
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)"
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:
# 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
Metadata
Metadata
Assignees
Labels
No labels