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.
We have a problem with zabbix sender if name of a queue containing space and comma characters like "Queue, Name". According to https://www.rabbitmq.com/queues.html it's allowed.
I don't spend a huge amount of time on Zabbix/RabbitMQ right now - shouldn't be SUPER hard to do this kinda thing though. Just have to do the conversion on both sides I believe - api.py can be updated to convert the queue names to url encoded or spaced or similar. Probably pretty easy to write tests for these cases as well.
If you want to work and add support & tests for this, feel free. Otherwise, it's likely to be a bit of time before I'd be able to add any kind of support here - just too much else going on :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a problem with zabbix sender if name of a queue containing space and comma characters like "Queue, Name". According to https://www.rabbitmq.com/queues.html it's allowed.
According to https://www.zabbix.com/documentation/3.4/manpages/zabbix_sender
Can you add a fix for this problem?
The text was updated successfully, but these errors were encountered: