Re: Monitoring remote servers 2
Posted: Thu Feb 02, 2012 3:45 pm
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
Save
Apply configuration
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$ Apply configuration