Hi,
I have the new MP adapter for Hyperic, but it doesn't seem to be working properly. All my Hyperic objects are now visible in vCops, but they're all shown as 'down'.
The adapter log shows the following:
2013-12-15 23:59:51,754 ERROR [Collector worker thread 22] (655) com.vmware.adapter3.hyperic.HypericApiAdapter.handleHypericConnectivityError - Handling hyperic connectivity problem, setting adapter instance resource down
2013-12-16 00:04:51,002 ERROR [Collector worker thread 18] (655) com.vmware.adapter3.hyperic.HypericApiAdapter.onCollect - Exception in onCollect method
java.io.IOException: Server returned HTTP response code: 400 for URL: https://10.7.160.100:7443/rest/metric/registration
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at com.vmware.adapter3.hyperic.operation.HypericServerOperationImpl.registerForPerformanceData(HypericServerOperationImpl.java:129)
at com.vmware.adapter3.hyperic.HypericApiAdapter.onCollect(HypericApiAdapter.java:524)
at com.integrien.alive.common.adapter3.AdapterBase.collectBase(AdapterBase.java:644)
at com.integrien.alive.common.adapter3.AdapterBase.collect(AdapterBase.java:457)
at com.integrien.alive.collector.CollectorWorkItem3.run(CollectorWorkItem3.java:47)
at com.integrien.alive.common.util.ThreadPool$WorkerItem.run(ThreadPool.java:239)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)