<div>Here is my commands.cfg for check_snmp:</div>
<div> </div>
<div>define command{<br>        command_name    check_port<br>        command_line    $USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -r 1 -m RFC1213-MIB<br>}<br></div>
<div> </div>
<div>Here is my services.cfg command:</div>
<div> </div>
<div>define service{<br>        use                     local-service<br>        host_name               mir-user-2<br>        service_description     Port 1 status<br>        check_command           check_port!public!ifOperStatus.1<br>
}<br><br clear="all"></div>
<div></div>
<div>Now this is for only ONE port , and if it goes down it says Critical which is working fine.</div>
<div> </div>
<div>I would love to monitor multiple ports together i.e lets say port 1 2 3 and 4 and if 4 is down it should be critical . In that case what would be my commands.cfg and services.cfg</div>
<div> </div>
<div>Can some one elaborate on how my commands.cfg and services.cfg should look like ???</div>
<div> </div>
<div> </div>
<div>Thanks in adv<br>-- <br>Anirudh Srinivasan<br><br></div>