Use message broker to collect LLNG status¶
Starting from version 2.20.0, LLNG includes a system to use a message broker to dispatch its events between nodes. It can also be used to collect LLNG status.
Note that LLNG only push statuses, you have to use another software to collect and exploit them.
Configuration¶
First you need to enable a message broker. Then
enable status push into lemonldap-ng.ini
by adding eventStatus = 1
into [all]
section.
Status are then sent to the status queue. By default, its name is llng_status
.
To change it, set the chosen name into statusQueueName
parameter.