Greetings Dennis:

If I understand your question correctly, are you asking to be alerted
if a process fails or otherwise was running and then stops?

If yes, does the process in question record anything in a log file?

If not in a log file, if you are comfortable scripting, you might be
able to write something to regularly write the process tree to a file,
and do a regular expression against the process name that should be
running; when not present, then alert.

Thank you.

Reply via email to