I've been plugging away on this lately and made some progress on IPMI/CIM data. I'd really like to pull it from vCenter directly, but their API is turning out to be quite a pain in how they gather from each vendor. In the end I will most likely write a custom agent that gets what I need directly from each host on a periodic basis from each host directly. In the end I think this will work out better since I can then use it for any host, running VMware or not.
Would just the alarms from vCenter on the HW status be sufficient or would you want the actual CIM data? You can get the CIM data, but it's not easily available via PowerCLI + Custom agent, so it's really more VMware CIM SDK programming and a custom agent. The alarms would be much simpler to have fire based on the ones in vCenter already.
DELL-Thomas B
171 Posts
390
0
Posted June 25th, 2013 21:00
I've been plugging away on this lately and made some progress on IPMI/CIM data. I'd really like to pull it from vCenter directly, but their API is turning out to be quite a pain in how they gather from each vendor. In the end I will most likely write a custom agent that gets what I need directly from each host on a periodic basis from each host directly. In the end I think this will work out better since I can then use it for any host, running VMware or not.