jasonmcintosh / rabbitmq-zabbix

Zabbix RabbitMQ Configuration
Apache License 2.0
251 stars 168 forks source link

error on import template #94

Closed starlessboi closed 6 years ago

starlessboi commented 6 years ago

Hi when I want to import template to Zabbix (version 3.4), it shows error: Graph prototype "Message rates on {#VHOSTNAME}/{#QUEUENAME}" contains item prototypes from multiple discovery rules. can you tell me what can cause this problem. thanks

jasonmcintosh commented 6 years ago

hrmm, somehow it's getting multiples of the same combination of vhost and queue name for the node. Right now, not sure off top of my head... you should be able to run list_rabbit_queues.sh on the node, see what queues are reported. I'll dig into this a bit see. POSSIBLY ideas... cluster issue with different nodes reporting the same queue/vhost... though in theory those are supposed to be mastered on a single node.

starlessboi commented 6 years ago

some thing Odd happened, I searched in my Zabbix server template list. surprisingly I had another template with same name that I imported before. I deleted Old one, New one imported without problem tanks for your help