Hi,
I have one process running and writing to event log.
I'm working on second process and i want to write to event log from the second process.
Is there any way to know if the event log message received from the first process or from the second process?
- what is the best way to monitor more than one process (each process contains a few Runbooks and sub Runbboks) ?
we have different people looking for log error. (process one is relevant to one group and process two is relevant to second group. we want one place to look in case we have problem with the first process and one place to look in case we have problem with the second process).
Thanks,