Wondering how you guys monitor osgi bundles deployed on your Fuse Container. Ideally looking for something which is able to notify by email if some bundle has gone down and needs addressing. HawtIO i guess can do a job but has no "notify" capability as far as i know. Thanks
Fuse has a number of entry points that exposes the data you are looking for.
So which of the above methods you are going to use, depends on your monitoring tool. But usually monitoring tools will let you write some bash/python scripts and using these scripts you can access the data you need.
I've used Nagios/OPSView/JON as monitoring/alerting tool, and it works great.
Here is blog post from a colleague of mine demonstrating how to monitor Fuse using Nagios:
http://giallone.blogspot.co.uk/2014/01/monitoring-jboss-fuse-esb-with-nagios.html
Enjoy!