monitoring windows machines

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
rahuliq
Posts: 16
Joined: Thu Mar 14, 2013 11:34 am

monitoring windows machines

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: monitoring windows machines

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked