Broken sorting and filtering of services

After installing the latest security updates the list of services is not sorted in the right way:


Seemingly the order of services has not changed since installing the update, regardless of state changes and severity changes. Also the service_has_problem filter does not seem to have any effect.

I installed these updates:
icinga2:amd64 2.14.6-1+debian12
icinga2-bin:amd64 2.14.6-1+debian12
icinga2-common:all 2.14.6-1+debian12
icinga2-doc:all 2.14.6-1+debian12
icingadb-redis:amd64 7.2.9-1+debian12
vim-icinga2:all 2.14.6-1+debian12

I use the following modules:
icingaweb2 2.12.4
PHP 8.2.28
icinga-php-thirdparty 0.12.1
businessprocess 2.5.1
director 1.11.5
doc 2.12.4
graphite 1.2.1
icingadb 1.1.3
incubator 0.22.0
pdfexport 0.10.2
reporting 0.10.0

It does not seem to be a browser issue, it stays the same with a different browser. It is also not affected by any language settings.

Does anybody has a hint to look further?

Michael

Might be related to Icinga DB. Filters and sorting only affect database results. What is displayed is updated afterwards based on what’s in Redis. (i.e. state)

You should check whether Icinga DB is able to update the database. (e.g. in the log)

Hallo,

after restarting icinga2 with feature debuglog and again to switch off debuglog all entries are sorted and filtered correctly.

Maybe there has been some mixup during updates, so icinga2 feature icingadb could not connect to Redis. Debuglog showed no errors, but that was after restarting icinga2 service.

Thanks for showing me a place to look at.

Michael