couple of additions to what others said
1- snmp - yes you can enable snmp on windows and use that to monitor several aspects of the system's state. It saves you the 'trouble' of installing a 3rd party agent, but even snmp is a feature you'd have to activate, and the security implications are similar (or worse), i.e. your server will expose a lot of internal info to the network.
You're going to have to read up on snmp and security if you want to go that route.
2- I've been thinking about monitoring Windows hosts through nagios myself - the solution I arrived at was querying WMI from scripts, and submit the results to nagios by way of nsca.
Write up of how you could go about it:
http://users.telenet.be/mydotcom/how.../nsca-wmi.html
(My opinion on) remote monitoring and how i decided nsca was best suited to my needs :
http://users.telenet.be/mydotcom/how...os/remote.html
Bookmarks