ID: 10129
Title: Fixed WaitObject regression in Livestatus queries
Component: Livestatus
Level: 3
Class: Bug fix
Version: 2.1.0i1
There are 2 Livestatus tables consisting only of a single row:
"status" and "eventconsolestatus". You can't specify a
WaitObject
for them (they have no primary key), so you leave this header out
when using WaitCondition/WaitTimeout/... on these single-row tables.
This special case was broken in early 2.0 versions and has been fixed.