Hello, I am trying to monitor running services on my Windows servers. Here is what I have set up for my check command
$USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v $ARG1$ $ARG2% %ARG3$
ARG1=SERVICESTATE
ARG2=-d SHOWALL -l
AGR3=w3sqlstate.exe
I cna not get it to run. Any help would be much appreciated.
Service monitoring
Re: Service monitoring
Do you have NSClient installed and properly configured on your target Windows machine?
Former Nagios employee
Re: Service monitoring
Yes it works for all my other services
Re: Service monitoring
Are the percent signs in your config or is this a typo on the forums?kwebb42 wrote:$USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v $ARG1$ $ARG2% %ARG3$
Former Nagios employee
Re: Service monitoring
Thanks that was my problem. I knew it was something simple.
Re: Service monitoring
As a general rule I always try to start with simple. Saves a lot of headaches 
Former Nagios employee