How to monitor windows machines without installing NSCLIENT

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
listening723
Posts: 9
Joined: Fri Nov 23, 2012 2:54 am

How to monitor windows machines without installing NSCLIENT

Post by listening723 »

Hi

Can anyone help me out. Can I monitor windows machines without installing NSCLIENT tool or any other third party tool. If yes, then can you explain me the procedure along with the configurations.

Helpers appreciated Thank you*
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: How to monitor windows machines without installing NSCLI

Post by jsmurphy »

I can't give you specific details considering I do use the agent, but there are several interfaces available to you... though they are all far more limited. You could enable active SNMP on all your windows hosts, you could configure SNMP traps on all your windows hosts or you could use check_wmi_plus.

It's probably worthwhile stating what monitoring you require on windows as that will most likely dictate the most appropriate stand-in for the client.
Steffan
Posts: 13
Joined: Tue Jun 26, 2012 10:13 am

Re: How to monitor windows machines without installing NSCLI

Post by Steffan »

I only use SNMP to monitor remote hosts, this is a default service in windows, you just have to enable it :) google how to enable snmp and you will find a guide for sure..
listening723
Posts: 9
Joined: Fri Nov 23, 2012 2:54 am

Re: How to monitor windows machines without installing NSCLI

Post by listening723 »

I have already installed snmp service in host but do I need to make any changes in windows.cfg file.
For Example for nsclinet we use the following configuration

define service{
use generic-service
host_name ERMS8-HP
service_description NSClient++ Version
check_command check_nt!CLIENTVERSION

Do I need to change any lines in the above to monitor host using snmp.

And Do i need to install any pulgin in nagios to monitor hosts using snmp.
Steffan
Posts: 13
Joined: Tue Jun 26, 2012 10:13 am

Re: How to monitor windows machines without installing NSCLI

Post by Steffan »

listening723 wrote:I have already installed snmp service in host but do I need to make any changes in windows.cfg file.
For Example for nsclinet we use the following configuration

define service{
use generic-service
host_name ERMS8-HP
service_description NSClient++ Version
check_command check_nt!CLIENTVERSION

Do I need to change any lines in the above to monitor host using snmp.

And Do i need to install any pulgin in nagios to monitor hosts using snmp.

Yes.
You need to set up a command that executes your snmp script, and then a service for binding that command to a host.
Please see nagios config guides for this, there are good tutorials on the web :)
Locked