How to monitor temp on Cisco 7200's?

Marc Powell marc at ena.com
Wed Oct 31 18:14:39 CET 2007



> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of Patrick M.
> Sent: Wednesday, October 31, 2007 11:21 AM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] How to monitor temp on Cisco 7200's?
> 
> Hi all,
> 
> I was wondering if anyone had any recommendations on what plugins to
use
> to check temperature for a Cisco 7200 router.  If possible I'd like to
> monitor temp on our other devices like our 3560 Catalyst switches as
> well as our 3550's.

Simple check_snmp works great here. Note that the OID changes based on
whether it has an NPE-G1 or not. I'm 99% sure that below is inlet
temperature. For other devices, just do an snmpwalk or look at the MIB
to identify the temperature OID you're interested in. --

define command {
    command_name                   check_temperature
    command_line                   $USER1$/check_snmp -H $HOSTADDRESS$
-u 'Degrees Celsius' -o .1.3.6.1.4.1.9.9.13.1.3.1.3.2 -C $USER3$ -w
37:32 -c 99:38 -l 'Temperature is'
    }

define command {
    command_name                   check_temperature_npe-g1
    command_line                   $USER1$/check_snmp -H $HOSTADDRESS$
-u 'Degrees Celsius' -o .1.3.6.1.4.1.9.9.13.1.3.1.3.1 -C $USER3$ -w
37:32 -c 99:38 -l 'Temperature is'
    }

--
Marc

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list