Ad Widget

Collapse

Zabbix RabbitMQ Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • innocent
    Junior Member
    • Dec 2012
    • 12

    #16
    I have this working when using http but not when I use rabbitmq in ssl_only mode. With https I get error: 111 Connection refused.

    This does work

    curl -i -u guest:guest https://localhost:15671/api/vhosts --insecure

    But https in api.py instead of http and port 15671 instead of 15672 in .rab.auth gives me the 111 error.
    Last edited by innocent; 17-07-2015, 23:17.

    Comment

    • nick0909
      Member
      • Apr 2013
      • 73

      #17
      Most of this seems to work great, however I am having a problem with the Partitions item. It always returns 'not found' from api.py and I can't figure out why right now. Does anyone have this item working?

      Comment

      • kaloyan.s
        Junior Member
        • Nov 2016
        • 13

        #18
        The same here as well.

        Comment

        • deepaksharma171191
          Junior Member
          • Nov 2017
          • 1

          #19
          Originally posted by mcintoshj
          I've updated this template to v2. The update uses zabbix_sender to push data back to zabbix, has some updated discovery and triggers, numerous other fixes, simplified python, etc.
          Hi mcintoshj,

          I am using scripts for monitoring RabbitMQ. Everything is working fine, but I am looking for something where I can have customized triggers for a specific queue. I had tried by cloning current api.py and list_queues.sh scripts and updating them so that I can modify the item key variables in the template. But its throwing "Unsupported item key" error. Can you provide some comments so that I can have a separate item key for my defined queue and for which I can have customized trigger. Or any other solution will be helpful.

          Hi Friends,

          If you have any suggestions kindly share the same.

          Thanks in advance...

          Comment

          Working...