Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Name of a queue containing space and comma characters #96

Open
leweafan opened this issue Jul 30, 2018 · 1 comment
Open

Name of a queue containing space and comma characters #96

leweafan opened this issue Jul 30, 2018 · 1 comment

Comments

@leweafan
Copy link
Contributor

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

Double-quote and backslash characters inside quoted entry must be escaped with a backslash.

Can you add a fix for this problem?

@jasonmcintosh
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants