shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Livestatus don't return Search/Host not in Regex with Thruk

anthonyhaussman opened this issue · comments

commented

Hi,

Related to the issue open on Thruk ( sni/Thruk#273 ), it seems that there is an issue when Thruk request to not display host with a not regex request.

Can be reproduce the Thruk demo ( http://demo.thruk.org ) by sectioning only shinken backend and try to filter All services problem but without Host or Seach with the regex " ^webserver* ".

If you need any informations, i will try my best to help.

A sample query would look like this, fetching all Services not on Hosts starting with 'Mail'

GET services
Columns: host_name description
Filter: host_name !~~ ^Mail
Filter: host_alias !~~ ^Mail
Filter: host_address !~~ ^Mail
And: 3

I'm now using Thruk 2.08 with Shinken, and this problem still happens.
Was this issue ever fixed?