Ad Widget

Collapse

Problem with low level discovery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • perrfect
    Junior Member
    • Jul 2018
    • 11

    #1

    Problem with low level discovery

    Hi, guys.
    I need some help with low level discovery.
    I'm monitoring my rabbitMQ queues (more than 1900) using this script https://github.com/jasonmcintosh/rabbitmq-zabbix
    But... These queues didn't display on zabbix-server.
    When i run zabbix_get on the server he gets all data in a JSON
    zabbix_get -s webcam-rabbitmq-c1-1 -k rabbitmq.discovery_queue
    I enable DEBUG=4 and see that the server get data in the JSON-file, but there are not other errors or problems.

    So..Maybe, is some buffers or limitation on a zabbix-server that data don't display?
    Version my zabbix-server is Zabbix 3.4.8
    Please help me.
    Thank you.
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    I would suggest you try the official RabbitMQ template , but I think (I'm not certain) it may require that you're running Zabbix 4.4.0 or later.

    Looking at the UserParameter configuration , shouldn't the key be rabbitmq.discovery_queues (note the s at the end)?

    Comment

    Working...