Monitoring with nagios core
Posted: Thu Apr 17, 2014 4:44 am
Hello,
I want to monitor different interfaces on DELL PC5548 stack switch, for example te1/0/1 and te 2/0/1. I did an snmpwalk to get the OIDs and then configure them in switch,cfg under services. It shows me OK status. Everything worked out but when I shutdown the interface nagios still showed the status OK which is totally because I pluged the cable out. Could anybody help me and guide me about the right steps to configure it. Below is the example of how I configured the service
define service{
use generic-service ; Inherit values from a template
host_name Switch03
service_description Link Status te 2/0/1
check_command check_snmp!-o .1.3.6.1.2.1.2.2.1.2.53 -C xyz
}
Thanks in advance!
Mod Edit: Please do not post unrelated questions in other people's threads. I have split your question into a new topic.
I want to monitor different interfaces on DELL PC5548 stack switch, for example te1/0/1 and te 2/0/1. I did an snmpwalk to get the OIDs and then configure them in switch,cfg under services. It shows me OK status. Everything worked out but when I shutdown the interface nagios still showed the status OK which is totally because I pluged the cable out. Could anybody help me and guide me about the right steps to configure it. Below is the example of how I configured the service
define service{
use generic-service ; Inherit values from a template
host_name Switch03
service_description Link Status te 2/0/1
check_command check_snmp!-o .1.3.6.1.2.1.2.2.1.2.53 -C xyz
}
Thanks in advance!
Mod Edit: Please do not post unrelated questions in other people's threads. I have split your question into a new topic.