Using NSclient and NagiosPluginsNT for Service Delivery
From Nagios Wiki
- grab and install nsclient++
- grab and install NagiospluginsNT project
- drop Nagios PluginsNT in c:\path\to\nsclient++\scripts\
- in nsc.ini file on Windows box, put in "nrpe handler
e.g:
check_http=C:\Program Files\nsclient++\scripts\check_http.exe -H www.google.com - call from Nagios *nix server using following cmd:\\Cd /path/to/Plugins
./check_nrpe -H WindowsBox -c check_http

