Quantcast
Viewing all articles
Browse latest Browse all 630

Re: Correct name for process to monitor on Windows

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

Viewing all articles
Browse latest Browse all 630

Trending Articles