Howtos:snmp-windows
From NagiosCommunity
There are some Windows Components that you can monitor with SNMP.
[edit]
Windows Services
There is a Nagios Plugin with the name check_snmp_win.pl. You can find it on thit website: http://nagios.manubulon.com/snmp_windows.html .
The plugin is written by Patrick Proy (patrick at proy.org)
You can use this plugin to check if a service is running. If you want to do that, you can define a command in de commands file as follows:
define command{
command_name check_some_services
command_line /usr/lib/nagios/plugins/check_snmp_win.pl -H $HOSTADDRESS$ -C public -n "Service one","Service two"
}

