sni / Thruk

Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
http://www.thruk.org
Other
408 stars 148 forks source link

Thruk Backend connection peer display (only 1) #1268

Closed NymbleW closed 1 year ago

NymbleW commented 1 year ago

On the Thruk backend display under version 2.30-3 if you had multiple peers under a single entry they would each appear under Connection and you could test each of them. This appears to have changed in 3.04. The thruk_local configuration looks to be correct, the lmd.ini file looks the same for either server. I was able to put a print in the PM for config and see that only one of the servers is bring sent to the display. I tried to track down the code with the problem but no lich yet.

sni commented 1 year ago

What do you mean with multiple peers under a single entry? Do you connect to multiple sites over a single thruk http connection?

NymbleW commented 1 year ago

Here is a section of a sample thruk_local.conf

name = server1 id = xxxx type = livestatus section = abcd peer = serverA:6557 peer = serverB:6557

The peers I am talking about are serverA and serverB

NymbleW commented 1 year ago

The update worked brilliantly