Hi all,
I'm trying to monitor process on Windows Server VM it's work fine, but there are certain conditions for the triggers it's need to trigger an alarm if the process runs for more than 5 min, but unfortunately I'm not sure how to accomplish this part
I'm using this instruction in the trigger
windows process: proc.num[myprocess.exe].last(,5)=2
Regards
I'm trying to monitor process on Windows Server VM it's work fine, but there are certain conditions for the triggers it's need to trigger an alarm if the process runs for more than 5 min, but unfortunately I'm not sure how to accomplish this part
I'm using this instruction in the trigger
windows process: proc.num[myprocess.exe].last(,5)=2
Regards
Comment