Monitoring Router temperature

Hi,
How can I monitor the temperature with C° information ?

This is my configuration :

define service{
use generic-service
host_name cisco
service_description Temperature
check_command check_snmp!-C nagios -o enterprises.9.9.13.1.3.1.6.1 -w 40 -c 60
}

I must add anything ?

Thanks!!!

I think the OID you’re using is:
ciscoEnvMonTemperatureState
enterprises.9.9.13.1.3.1.6.1

and for temperature value you should use:
ciscoEnvMonTemperatureStatusValue
enterprises.9.9.13.1.3.1.3.1

Check it out here:
tools.cisco.com/Support/SNMP/do/ … 9.13.1.3.1

Also, you haven’t specified how your check_snmp command is defined. What is the output you’re getting? Are you able to run the command from the terminal?

OK…

Thanks for your help…