collector.sar not being picked up by jboss during startup
Poll JMX attributes from Java based applications with Nagios
Brought to you by:
gropi
it seems like collector.sar is not being picked up by jboss v5 on linux. I follwed the steps by throwing the .sar under deploy folder and the running the perl plugin, check mbean collector. But I get a ERROR: could not create socket error. I did a netstat on 3 different machines and am seeing that the netstat results do not show 5566 to be listening and there is also no indication in the jboss node logs. Any ideas would be appreciated. Thanks ibmwasadm@gmail.com
Finally I found time to check that. It worked for me with JBoss 5.1 on Fedora 15.
The server port binds to ${jboss.bind.address} (which is set by run.sh -b) by default.