I didnt try it directly in Zenoss, but a test directly in Python suggests this should work for you:
"(?i)EMR\sDocproc\.exe"
This will do a match that will:
- Ignore case
- Insist on a space between EMR and Docproc
I didnt try it directly in Zenoss, but a test directly in Python suggests this should work for you:
"(?i)EMR\sDocproc\.exe"
This will do a match that will: