I'm trying to get the Hyperic Agent running on a board that has an ARMv7 processor. The first thing I encountered was non-support for Sigar but found a download for this at:
https://groups.google.com/group/jmeter-plugins/attach/9e77c67719623c2a/libsigar-arm-linux.so?part=4&authuser=0
With that the install completed ok, but first time running hq-agent.sh start I got the following error:
Invalid Java Home detected at /home/hyperic/agent-5.0.0/jre
Which I discovered could be fix by setting HQ_JAVA_HOME= to my local jre install.
But now I'm getting this error:
Unable to locate any of the following binaries:
/home/hyperic/agent-5.0.0/wrapper/sbin/../../wrapper/sbin/wrapper-linux-armv7l-32
/home/hyperic/agent-5.0.0/wrapper/sbin/../../wrapper/sbin/wrapper-linux-armv7l-64
/home/hyperic/agent-5.0.0/wrapper/sbin/../../wrapper/sbin/wrapper
Is hyperic agent suppose to run on this board? If yes where can I get the wrapper files?