Hello list<br><br>I am using nagios 3.0.I am having problem in getting notification for any port down in my router.I am using snmp to collect data.<br><br>define service{<br>use            generic-service    ; Inherit values from a template<br>
host_name        hongkong-gw1<br>service_description    Port 10 descr adminstatus operstatus    <br>check_command        check_snmp! -C public -o ifDescr.14,ifAdminStatus.14,ifOperStatus.14     <br><br>this gives me output <br>
<br>SNMP OK - Serial0/0 up(1) up(1) "FTIL1566 Connection to Londonpop-gw1 Ser0/3"<br><br>now when the  port goes down , i recieve messege saying SMNP data not recieved from host , problem unknown.but i want that it should give me messege that the port is down.<br>
<br>is there anything i need to change in the above check_snmp command?<br><br>appreciate your help !!<br><br>regards<br>Michael<br>