Icinga / icingadb-web

Icinga DB Web – UI for Icinga DB – Provides a graphical interface to your Icinga monitoring
GNU General Public License v2.0
68 stars 22 forks source link

[host|service].is_acknowledged filter does not work #191

Closed afletch closed 3 years ago

afletch commented 3 years ago

Describe the bug

host.is_acknowledged or service.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

  1. generate host + service problems
  2. ack the host and service problems
  3. use the filters to try and view only the acked service and host problems

Expected behavior

acked host problems only should appear with host.is_acknowledged=y acked service problems only should appear with service.is_acknowledged=y acked host problems should not appear with host.is_acknowledged=n acked service problems should not appear with service.is_acknowledged=n

Your Environment

Include as many relevant details about the environment you experienced the problem in.

nilmerg commented 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!