![]() |
![]() |
Subject: | Fan errors on HP Proliant |
Author: | [Not Specified] |
Posted: | 2015-01-26 15:20 |
Hi All,
I am trying to use ZenPacks.community.HPMon packfor monitoring my HP Proliant DL series servers. Everything seems good with the ZenPack except fan monitoring.
All servers have fans of SpinDetect type. It means that SNMP OIDs for reading out rpm speeds are even not defined in SNMP agents. When monitoring those fans I regulary get the following error:
At the same time following error are occurring on the monitoring server itself:
1 compType = evt.compClass
2 status = int(round(float(evt.compStatus)))
3 else:
4 compType = None
5 statusstr = evt.message.rsplit(' ', 1)[-1]
6 status = not statusstr.replace('.','').isdigit() and 3 or int(round(float(statusstr)))
7 try: comp = component
8 except NameError:
9 from ZODB.transact import transact
10 for comp in device.getMonitoredComponents(type=compType):
11 if comp.id == evt.component: break
12 else:
13 comp = None
14 if comp is not None:
15 if comp.status == status:
16 evt._action = 'drop'
17 else:
18 @transact
19 def updateDb():
20 comp.status = status
21 if hasattr(comp, 'statusmap'):
22 col,evt.severity,state = comp.statusmap.get(status) or (0,evt.severity,'Unknown')
23 if hasattr(comp, 'state'):
24 comp.state = state
25 updateDb()
The page showing fan status on the Zenoss GUI is really confusing:
https://drive.google.com/openid=0B8zduG6WD4HUZEI3UnJ3dDMwM3c&authuser=0
RPM=2 --- What a hell In fact that is the status meaning that the fan operates properly
The graph is simply useless.
Also, why a warning mark displayed in rows if the fan status in "OK"
Please send any idea on handling this situation!
Thanks in advance!
Subject: | It's possible the pack isn't |
Author: | Andrew Kirch |
Posted: | 2015-01-27 13:43 |
It's possible the pack isn't compatible with your specific hardware, or has a bug, I'd join us for Dev Hours to see if maybe you can fix it. http://www.zenoss.org/blog/201501/q1-dev-hours
Andrew Kirch
akirch@gvit.com
Need Zenoss support, consulting or custom development Look no further. Email or PM me!
Ready for Distributed Topology (collectors) for Zenoss 5 Coming May 1st from GoVanguard
Subject: | No exotic HW |
Author: | [Not Specified] |
Posted: | 2015-01-27 17:26 |
Hi,
My servers are
DL160 - G6
DL 160 - G8
DL 380 - G6
DL 380 - G8
< |
Previous Traps VMWare ESXi |
Next CPU id not shown for Window machine |
> |