Page 1 of 1

monitoring windows machines

Posted: Thu Mar 21, 2013 1:30 pm
by rahuliq
Hi All

I have been using nagios to monitor Linux machines for some time but now I have a need to monitor windows servers.

I have gone through the documentation about installing nsclient++ which would allow you to monitor with check_nt commands

But like Linux machines where do you find the commands defined on the windows machine and how do you know the available commands.

For example for a Linux machine I would define the command in nrpe.cfg be it available plugins or custom plugins, similarly where would I do it on a windows machine and what are the available commands for using check_nt or check_nrpe.

Please help

Regards
Rahul

Re: monitoring windows machines

Posted: Thu Mar 21, 2013 1:36 pm
by scottwilkerson
The check_nt commands are define in the client, you can see the commands by running

Code: Select all

check_nt -h
or here
http://nagiosplugins.org/man/check_nt

Additional information can be found here
http://www.nsclient.org/nscp/wiki/doc/u ... s/nsclient