Ad Widget

Collapse

AMQP (RabbitMQ) monitoring experience

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vrtareg
    Senior Member
    • May 2006
    • 293

    #1

    AMQP (RabbitMQ) monitoring experience

    Hi

    Sorry if I am posting duplicate but after some research I decided to ask this question.

    I am trying to set up a monitoring of AMQP instance and found a lot of information in Google which suggests to do that via Agent UserDefined scripts or some kind of SNMP plug in for RabbitMQ.

    I would be more interested be able to monitor using the Monitoring API interface from Zabbix Server itself.

    Please share if there is any experience.

    Regards,
    Areg
  • vrtareg
    Senior Member
    • May 2006
    • 293

    #2
    Hi

    Seems nobody tried to parse the "RabbitMQ Management HTTP API" output for "/api/nodes" and "/api/queues".

    It seems looks like some json output but I am not sure about that.

    I would like to monitor the queues and other parameters on RabbitMQ Server without installing the Zabbix Agent on it only by accessing trough "RabbitMQ Management HTTP API".

    Any help welcome.

    Regards,
    Areg

    Comment

    • richlv
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Oct 2005
      • 3112

      #3
      a bit of a necroposting, but wanted to make this thread more useful for others stumbling upon it.

      this solution uses the rabbitmq api : https://github.com/jasonmcintosh/rabbitmq-zabbix
      Zabbix 3.0 Network Monitoring book

      Comment

      Working...