Open anthonyhaussman opened 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
I'm now using Thruk 2.08 with Shinken, and this problem still happens. Was this issue ever fixed?
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.