Hi,
Is there a way to exclude services/hosts from resources view.
For example if we are monitoring cisco devices software (service is called Software) and we have these outputs:
SNMP OK - "Cupertino 17.09.05"
SNMP OK - "Cupertino 17.09.04a"
And I want to see in the resources view only Cupertino 17.09.05
Is there any way to exclude Cupertino 17.09.04a from list.
I tried this:
s.description:software information:^(?!Cupertino 17.09.04a) and this is not working.