-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search/Host not in Regex doesn't work #273
Comments
Could you try it on http://demo.thruk.org, i cannot reproduce it, so i assume its fixed already. |
It seems to be ok on the demo. |
I's really strange. But unfortunately it doesn't work on my side but work well on the demo. Quite confusing. :/ |
Assuming you are using shinken (your url looks like that) i tried the demo with only selecting the shinken backend and then i can reproduce it. So it seems to be a shinken problem. |
@sni damned you got us 😢 |
unfortunatly i cannot redirect issues to you ;-) (or i don't know how) |
Well, I think it's Livestatus related so he will have to open the ticket here : https://github.com/shinken-monitoring/mod-livestatus Can you tell me the query done to get the list? So that we can confirm the bug by querying the LS with telnet :) |
Effectively i use Shinken for backend. Ok sni. Thanks for your help. :) |
@Seb-Solon I have only the url with the cgi option. |
I was asking @sni actually not to make you find it :) You can launch LS in debug mode to see the query executed but it's a bit difficult (output is messy and the "good" line is hard to find). That could save you a lot of time and help us to reproduce it by a simple "echo blabla | nc localhost 50000" BTW if sni has the answer we can close and move to the other repo ;) |
i can give you an example query later |
Perfect. :) Thanks for your help @Seb-Solon |
pasted you a sample query, so i will close the issue here. |
Thanks :) |
Hi,
In Thruk Version 1.80~3, i have an issue to display a filter with a not in regex.
For example, i don't want to display host in the regex ' ^mp3lg4-out.* '.
When i add the filter :
Search !~ ^mp3lg4-out.*
or
Host !~ ^mp3lg4-out.*
It still displays these hosts.
But when i try the filter in regex :
Search ~ ^mp3lg4-out.*
or
Host ~ ^mp3lg4-out.*
It works well and only display good hosts.
The text was updated successfully, but these errors were encountered: