Closed afletch closed 3 years ago
Hi,
this may have been due to some bugs in the RC1 only. Since then, we've changed many things and a RC2 is due soon. Please check this then out once more, and open a new issue if the issue comes up again. Thank you!
Describe the bug
host.is_acknowledged
orservice.is_acknowledged
when specified as 'y' do not return acknowledged hosts or services, or exclude acknowledged hosts and services when specified as 'n'. All hosts/service problems are returned with 'n' and none are returned with 'y'.To Reproduce
example: icingadb/hosts?host.state.is_problem=y&host.state.is_acknowledged=n&modifyFilter=1 or icingadb/services?service.state.is_acknowledged=y&modifyFilter=1
Expected behavior
acked host problems only should appear with
host.is_acknowledged=y
acked service problems only should appear withservice.is_acknowledged=y
acked host problems should not appear withhost.is_acknowledged=n
acked service problems should not appear withservice.is_acknowledged=n
Your Environment
Include as many relevant details about the environment you experienced the problem in.
icinga2 --version
): 2.12.3icingadb --version
): v1.0.0-rc1php --version
): 7.3.20