On Fri, Apr 1, 2011 at 6:34 PM, Michael Prieß <[email protected]> wrote: > Thanks for your fast response. > > I know that i can get notifications from camel but i like that nagios > call camel and check if the route is running. So i need a attribute > which can i easy check without > saving timestamps. >
You can use JMX. Or you can develop a custom service which nagios can invoke, and that service can return back "I am OK" or "Hey something is wrong". The service can use JMX to check the health of Camel, or use EventNotifer to listen for feedback. Or use API on CamelContext or whatever. In the future we want to expose a REST based API for health and statistics as well. Eg to unify JMX and REST. The REST API is documented here: http://camel.apache.org/web-console.html > Regards, > > Michael > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
