// Everything except disks
define serviceescalation{
…
service_description ^(?!.disk.).*$
…
}
Error: Could not expand services specified in service escalation
But why? This rule works fine with regexpal.com/
// Everything except disks
define serviceescalation{
…
service_description ^(?!.disk.).*$
…
}
Error: Could not expand services specified in service escalation
But why? This rule works fine with regexpal.com/