Page 2 of 2

Re: Monitoring remote servers 2

Posted: Thu Feb 02, 2012 3:45 pm
by scottwilkerson
This looks like you started with the check_xi_service_nsclient so it now make sense how it is laid out.

Ok, so the current command isn't using your $ARG3$ value, but looking at your service setup, I am guessing:
$ARG1$ is your shared password
$ARG2$ is the command to run
$ARG3$ arguments to pass

So here is what you need to do, go to Configure -> CCM -> Commands -> Modify check_nt

Make the command

Code: Select all

$USER1$/check_nt -H $HOSTADDRESS$ -p $ARG8$ -s "$ARG1$" -v $ARG2$ $ARG3$ 
Save
Apply configuration

Re: Monitoring remote servers 2

Posted: Thu Feb 02, 2012 4:28 pm
by kiddbios
$ARG8$ was set as "Secret" I changed it to $ARG5$ and update the services. It's still not working. The other server that I setup with the default ports is not working either. The servers that are on the local LAN are still working.

Re: Monitoring remote servers 2

Posted: Thu Feb 02, 2012 4:52 pm
by kiddbios
I made the changes you requested. It is still showing the port must be an integer error.

Re: Monitoring remote servers 2

Posted: Fri Feb 03, 2012 8:43 am
by scottwilkerson
Problem solved out of forum...