shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface
GNU Affero General Public License v3.0
15 stars 20 forks source link

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

Open anthonyhaussman opened 10 years ago

anthonyhaussman commented 10 years ago

Hi,

Related to the issue open on Thruk ( https://github.com/sni/Thruk/issues/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.

sni commented 10 years ago

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

diogouchoas commented 8 years ago

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