Hi all,
I’m trying to check two process with the same name, but with different path.
For example:
1# C:\JAVA\JAVA.EXE
2# C:\JAVA_01\JAVA.EXE
I tried to use the CHECK_NT creating two different services:
1# $USER1$/check_nt -H $HOSTADDRESS$ -s password -p 12489 -v PROCSTATE -l "C:\JAVA\JAVA.EXE"
2# $USER1$/check_nt -H $HOSTADDRESS$ -s password -p 12489 -v PROCSTATE -l “C:\JAVA_01\JAVA.EXE”
But it is show me the message "Process UNKNOWN 06-24-2009 14:36:01 0d 0h 1m 28s 1/3 Unknown argument: c "
Does anybody know some form of the check two process with same name?