I was wondering if anyone had a guide or knew the steps involved in setting up Nagios to monitor a Windows Server.
I cant seem to find much in the way of a guide but perhaps I just cant make sense of what is infront of me. I read alot in the forums about Nrpe and NSCA but im not sure what they actually do, even after reading up on them (Im very green)
nrpe - Daemon and plugin for executing plugins on remote hosts
nsca - Daemon and client program for sending passive check results across the network
Is this what i need to install / Configure? Or what other tools / addins do people recommend? Thanks
Thanks Jakkedup, ive been through that link but its all very new and I still cant make sense of it. I went out and got a book at the weekend on Nagios so Im hoping that will explain alot to me and generally improve my base knowledge.
Monitoring windows can be a real pain. I plan on writing a nice HOWTO on this subject RSN.
For now let me state your options (keywords you can enter into Google for example):
SNMP
NSClient
NRPEnt
NSClient++
NRPEnt is a daemon that works with the check_nrpe script and configures kind of like the normal NRPE daemon. NSClient uses all kinds of WinNT internal counters.
NSClient++ is a combination of NRPEnt+NSClient.
Using SNMP is the most versatile, but also -very- difficult for the beginner.
Or you could use nc_net, like I first posted. That would make your nagios check a passive solution, which is a 800% better solution than ANY active solution like NS client.