Hello all,
I'm using the following item for checking if a process is alive or not
proc.num[example_123.exe] and it is working properly.
What I would like to do is, to discover the process name automatically, with the help of a regexp (because we are using a naming convention for it), so I might have 2,3,4 processes running simultaneously, with a similar name, example_124.exe, example_125.exe, etc.
Can someone guide me on how to do this?
Thank you in advance,
Fotis
I'm using the following item for checking if a process is alive or not
proc.num[example_123.exe] and it is working properly.
What I would like to do is, to discover the process name automatically, with the help of a regexp (because we are using a naming convention for it), so I might have 2,3,4 processes running simultaneously, with a similar name, example_124.exe, example_125.exe, etc.
Can someone guide me on how to do this?
Thank you in advance,
Fotis