Hello All,
I'm trying to set this filter on a role:
monitoring/filter/objects : host_name!=myserver.mydomain.com
This works(user with this role cant see myserver.mydomain.com . But if I set:
host_name!=myserver.mydomain.com AND host_name!=*ZZZ*
nothing works (with no error), user is able to see everything (all hosts)
Where can I find the right syntax to use? I need to set this filter:
host_name!=myserver.mydomain.com AND host_name!=*ZZZ* AND service_name !=dummy
thanks for your help,
Regards