Hello,<br><br><br>Please advise the syntax with example on how to define check_snmp service in windows.cfg<br><br><br><br>Additional details<br>###################################<br><br>1)  commad structure in commands.cfg
 for check_snmp<br><br># 'check_snmp' command definition<br>define command{<br>        command_name    check_snmp<br>        command_line    $USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$<br>        }<br><br><br><br>2) Manual check_snmp was successful from shell 
<br><br>[root@monitor libexec]#  ./check_snmp -H X.X.X.X -C public -o .1.3.6.1.4.1.77.1.2.19.0 -u 'Server Users'<br>SNMP OK - 0 Server Users<br>[root@monitor libexec]#<br>[root@monitor libexec]#<br><br>where X.X.X.X
 = windows server<br><br><br>3) Please advise on this<br><br>#Monitoring SNMP<br>################<br>define service{<br>        use             generic-service         ; Inherit default values from a template<br>        host_name              Win_Srv
<br>        service_description     check_snmp<br>        check_command   check_snmp ( WHAT SHOULD BE HERE ?)<br>        }<br><br><br><br>Thanks<br>