> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Patrick M.
> Sent: Wednesday, October 31, 2007 11:21 AM
> To: [email protected]
> 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
[email protected]
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