|
|
| Author |
Message |
Guest Guest
|
Posted: Wed Sep 29, 2004 1:58 am Post subject: FAN Monitoring |
|
|
HI!
I want to monitor my fans with cacti.
But:
Whitch script do I need.
What additional other things do I need.
Is here anyone who do this too and can explain me this a somewhat?
Guest |
|
| Back to top |
|
 |
addlema Cacti User
Joined: 18 Aug 2004 Posts: 81 Location: Bloomington, IN
|
Posted: Wed Sep 29, 2004 7:59 am Post subject: |
|
|
| What fans? In what type of OS? Can you do an SNMPWALK and get a mib displaying your current RPM? |
|
| Back to top |
|
 |
cheggler
Joined: 12 Oct 2004 Posts: 1
|
Posted: Wed Oct 13, 2004 7:44 am Post subject: |
|
|
I'm a really newbie handeling things with cacti....
But a fan is a ventilator for example in a big switch! |
|
| Back to top |
|
 |
egarnel Cacti Pro User
Joined: 21 Nov 2002 Posts: 630 Location: Austin, TX
|
Posted: Wed Oct 13, 2004 8:58 am Post subject: |
|
|
Can you be more specific? switch model...
example OIDs for Cisco:
'ciscoEnvMonTemperatureStatusTable' => '.1.3.6.1.4.1.9.9.13.1.3',
'ciscoEnvMonTemperatureStatusEntry' => '.1.3.6.1.4.1.9.9.13.1.3.1',
'ciscoEnvMonTemperatureStatusDescr' => '.1.3.6.1.4.1.9.9.13.1.3.1.2',
'ciscoEnvMonTemperatureStatusValue' => '.1.3.6.1.4.1.9.9.13.1.3.1.3',
'ciscoEnvMonTemperatureThreshold' => '.1.3.6.1.4.1.9.9.13.1.3.1.4',
'ciscoEnvMonTemperatureLastShutdown'=> '.1.3.6.1.4.1.9.9.13.1.3.1.5',
'ciscoEnvMonTemperatureState' => '.1.3.6.1.4.1.9.9.13.1.3.1.6',
'ciscoEnvMonFanStatusDescr' => '.1.3.6.1.4.1.9.9.13.1.4.1.2',
'ciscoEnvMonFanState' => '.1.3.6.1.4.1.9.9.13.1.4.1.3',
'ciscoEnvMonSupplyStatusDescr' => '.1.3.6.1.4.1.9.9.13.1.5.1.2',
'ciscoEnvMonSupplyState' => '.1.3.6.1.4.1.9.9.13.1.5.1.3',
'ciscoEnvMonSupplySource' => '.1.3.6.1.4.1.9.9.13.1.5.1.4', |
|
| Back to top |
|
 |
egarnel Cacti Pro User
Joined: 21 Nov 2002 Posts: 630 Location: Austin, TX
|
Posted: Wed Oct 13, 2004 9:30 am Post subject: |
|
|
follow up:
here is the output from an snmpwalk, which I believe only indicates that the fans are on & not what rpm they are turning at. The 6500s may provide more info
| Code: |
[mis@monitor2 mis]$ snmpwalk -c AcCd_5h0w -v1 172.20.1.246 .1.3.6.1.4.1.9.9.13.1.4.1.3
SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.1 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.2 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.3 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.4 = INTEGER: 1
[mis@monitor2 mis]$ snmpwalk -c AcCd_5h0w -v1 172.20.1.246 .1.3.6.1.4.1.9.9.13.1.4.1.2
SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.1 = STRING: "Chassis Fan Tray 1"
SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.2 = STRING: "Power Supply 1 Fan"
SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.3 = STRING: "Power Supply 2 Fan"
SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.4 = STRING: "Power Supply 3 Fan"
|
|
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6876 Location: WA, USA
|
Posted: Wed Oct 13, 2004 9:30 am Post subject: |
|
|
| If you're talking about fans on a windows system, then install MBM5. I've got a perl script that can parse out of its csv file for stats. |
|
| Back to top |
|
 |
|