sni / lmd

Livestatus Multitool Daemon - Create livestatus federation from multiple sources
https://labs.consol.de/omd/packages/lmd/
GNU General Public License v3.0
42 stars 31 forks source link

LMD 2.0.0 fails updating delta for host/service with shinken backend #113

Closed dgilm closed 3 years ago

dgilm commented 3 years ago

Shinken is receiving the following incomplete livestatus request (without GET Services or GET hosts and other stuff):

Filter: is_executing = 1

Disabling SyncIsExecuting in lmd.ini, which is not the default value, host/service delta updates are performed the right way.

SyncIsExecuting = false

With LMD 1.9.4 there is no such problem.

sni commented 3 years ago

Should be fixed now. I disabled executing flag sync for shinken backends.

dgilm commented 3 years ago

:+1: