Solved

RabbitMQ RestAPI - Question about threshold


Badge +1

Hello,

I have a question about the work of the plugin pack RabbitMQ RestAPI on Centreon.

I need more details about thresholds. 

Can someone explain me the difference between all threshold on each service ?

 

For example, I have this :

Each threshold is for the first queue which will reach that value first ?
What are differences between “warningqueuemsgready” here and the other one on the last threshold and on the next ?

 

Thank you.

Best regards.

icon

Best answer by sims24 10 May 2022, 15:22

View original

2 replies

Userlevel 6
Badge +19

Hi @jaubert 

 

Thresholds maps with some counters RabbitMQ exposes through its Restapi. 

 

Most of the time we juste name macro WARNING/CRITICAL<COUNTERNAME>. 


In a RabbitMQ queue, you have messages, each having its own state.

 

In other words:

  • WARNINGQUEUEMSG ​​​​​​allows you to set a warning threshold about the total number of messages, whatever their states
  • CRITICALQUEUEMSGREADY allows you to set a critical threshold about the total number of message ready/waiting to be processed 

Hope this helps,

Badge +1

Thank you @sims24 

Reply