I have Hyperic server which can display 'netstat' of a remote machine and would like to interface with Hyperic server or agent programatically using Java to fetch the same information but I could not see any Hyperic API which return what I look for. Can you please help. Thank you.
Do you mean you have a plugin which gets netstat info and stores it as a metric?
You can interface with the Hyperic Server using HQApi, documentation on how to set it up and use the Java interface can be found here: http://pubs.vmware.com/vfabric5/index.jsp?topic=/com.vmware.vfabric.hyperic.4.6/Introduction_to_HQAp...
Adar
Hi Adar,
I know of the API but could not find anything the exact call to make that happen. Thank you.