|
|
| Author |
Message |
maxxic
Joined: 22 Aug 2007 Posts: 8 Location: Russia
|
Posted: Mon May 05, 2008 12:41 am Post subject: |
|
|
to gandalf:
Very useful Templates!! Thanx gandalf!
to all:
In my network work with Cisco Router 7206, Cisco Router 3845, Cisco Router 28xx, Cisco Catalyst 3560/3550.
Other Cisco Router and switch sach as Cisco 26xx, 1721-1760, Catalyst 2950/2960 have not temperature sensor. |
|
| Back to top |
|
 |
Gorbachov
Joined: 04 May 2008 Posts: 14
|
Posted: Mon May 05, 2008 2:05 am Post subject: |
|
|
Hey Nice script but on my ASA 5510 devices there are no sensors? Is that true? |
|
| Back to top |
|
 |
maxxic
Joined: 22 Aug 2007 Posts: 8 Location: Russia
|
Posted: Mon May 05, 2008 3:22 am Post subject: |
|
|
| Gorbachov wrote: | Hey Nice script but on my ASA 5510 devices there are no sensors? Is that true? |
Hm... I think there are.
I will check on my ASA5540 and then post to you later.
P.S. Ты чо с России, судя по нику? |
|
| Back to top |
|
 |
Gorbachov
Joined: 04 May 2008 Posts: 14
|
Posted: Mon May 05, 2008 3:33 am Post subject: |
|
|
| maxxic wrote: | | Gorbachov wrote: | Hey Nice script but on my ASA 5510 devices there are no sensors? Is that true? |
Hm... I think there are.
I will check on my ASA5540 and then post to you later.
P.S. Ты чо с России, судя по нику? |
Close I am from Bulgaria, my nick is inspired by the History of this person Gorbachov. |
|
| Back to top |
|
 |
maxxic
Joined: 22 Aug 2007 Posts: 8 Location: Russia
|
Posted: Mon May 05, 2008 4:10 am Post subject: |
|
|
| Gorbachov wrote: | Hey Nice script but on my ASA 5510 devices there are no sensors? Is that true? |
Very strange.
My ASA5540 don't give temperature data. I don't find in snmp OIDs any looks like temperature info. So expansive device haven't sensors.  |
|
| Back to top |
|
 |
Gorbachov
Joined: 04 May 2008 Posts: 14
|
Posted: Tue May 06, 2008 1:27 am Post subject: |
|
|
| It seems that there are no sensors. I make some research on google without any luck. |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12206 Location: Muenster, Germany
|
Posted: Tue May 06, 2008 2:02 pm Post subject: |
|
|
Be carefully! With newer IOS versions, even routers that were graphing previously do NOT provide infos for those OIDs any more. I did not dig into it, as I'm not a Cisco networking guy
Reinhard |
|
| Back to top |
|
 |
ikramahamed
Joined: 25 Feb 2008 Posts: 17 Location: Singapore
|
Posted: Sun Jul 06, 2008 5:09 am Post subject: Cisco Environmental Monitoring for cacti Version 0.8.7b |
|
|
| Is this template available for cacti Version 0.8.7b. |
|
| Back to top |
|
 |
PeterV
Joined: 18 Jul 2008 Posts: 1
|
Posted: Fri Jul 18, 2008 8:37 am Post subject: |
|
|
| For me it works if I manually enter the XML data gatherer in the directory as described. |
|
| Back to top |
|
 |
richmond
Joined: 07 Aug 2008 Posts: 1
|
Posted: Thu Aug 07, 2008 3:00 pm Post subject: Dealing with multiple Temp sensors. |
|
|
So for a device like a 650X how does this handle the large array of sensors?
To be more precise...
OID: .1.3.6.1.4.1.9.9.13.1.3.1.2 contains a bunch of STRINGS about the available temp sensors, in my case a 6509 with 45 different sensors including inlet and outlet temps for each card.
example:
SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.60050 = STRING: "module 5 outlet temperature"
SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.60051 = STRING: "module 5 inlet temperature"
OID: .1.3.6.1.4.1.9.9.13.1.3.1.3 contains the GAUGE values for each of these sensors.
example:
SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.60050 = Gauge32: 28
SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.60051 = Gauge32: 22
OID: .1.3.6.1.4.1.9.9.13.1.3.1.4 contains INTEGER values of the threshold temps for each sensor.
example:
SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.60051 = INTEGER: 60
SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.60052 = INTEGER: 70
What I am looking for is being able to handle all of these with an environment plugin, possibly subdividing each module(blade) into a separate graph as a single one for all temps might be a bit much. |
|
| Back to top |
|
 |
lozzd
Joined: 08 Dec 2005 Posts: 26
|
Posted: Mon Aug 18, 2008 10:33 am Post subject: |
|
|
| That would be nice. Funnily enough I'm looking for exactly the same thing for our 6509s. |
|
| Back to top |
|
 |
|