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
FAN Monitoring
Moderators: Developers, Moderators
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',
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',
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
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: Select all
[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"
Who is online
Users browsing this forum: No registered users and 0 guests