Re: Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-16 Thread Claus Ibsen
On Tue, Dec 17, 2013 at 2:19 AM, gigglesun wrote: > Thank you very much. I am wondering since camel-nagios can't get message > from the nagios server, how could a programmer know whether his\her request > has been successful execued and what is its result , In the other way , > what's the purpose

Camel.2.12.x.notest - Build # 81 - Failure

2013-12-16 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.12.x.notest (build #81) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.12.x.notest/81/ to view the results.

camel pull request: CAMEL-7073: Overwrite org.restlet.http.headers in respo...

2013-12-16 Thread davidkeen
Github user davidkeen closed the pull request at: https://github.com/apache/camel/pull/69

Re: Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-16 Thread Qunhu Sun
“By using JSend NSCA, you can easily integrate your Java applications into a Nagios monitored environment thereby notifying Nagios/Icinga/Opsview of problems and issues during the running of your application.”[1], I think I have got it, camel-nagios didn't care ab

Re: Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-16 Thread Johan Edstrom
Same purpose as sending udp would have in networking. Sent from my pressure cooker. On Dec 16, 2013, at 18:19, gigglesun wrote: > Thank you very much. I am wondering since camel-nagios can't get message > from the nagios server, how could a programmer know whether his\her request > has been suc

Re: Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-16 Thread gigglesun
Thank you very much. I am wondering since camel-nagios can't get message from the nagios server, how could a programmer know whether his\her request has been successful execued and what is its result , In the other way , what's the purpose a programmer use camel-nagios ? 2013/12/16 Willem.Jiang

Camel JMS asyncConsumers and onCompletion

2013-12-16 Thread james.wilson
I have been hunting and hunting for a way/solution for this but basically my route is below. The idea is I get the start time as soon as I receive a message, I get the stop time as soon as the route is complete and on complete only, lastly I record the difference and some other metadata in a databa

camel pull request: Fix JavaDoc parameters of withProperty method

2013-12-16 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/70 Fix JavaDoc parameters of withProperty method Fixes the JavaDoc comment of the withProperty() method parameters in ExchangeBuilder You can merge this pull request into a Git repository by running:

camel pull request: CAMEL-7073: Overwrite org.restlet.http.headers in respo...

2013-12-16 Thread davidkeen
GitHub user davidkeen opened a pull request: https://github.com/apache/camel/pull/69 CAMEL-7073: Overwrite org.restlet.http.headers in response instead of ad... Fix for https://issues.apache.org/jira/browse/CAMEL-7073. Don't copy request headers into the response. Includes

camel pull request: VERACODE-648: fix of CWE ID470 in AnnotationTypeConvert...

2013-12-16 Thread MrLion
GitHub user MrLion opened a pull request: https://github.com/apache/camel/pull/68 VERACODE-648: fix of CWE ID470 in AnnotationTypeConverterLoader using ObjectHelper.loadClass for class loading https://issues.apache.org/jira/browse/CAMEL-7072 During Veracode scan of our appl

Re: Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-16 Thread Willem Jiang
camel-nagios is based on jsendnsca[1] which doesn’t support to get the response of nagios server. [1]https://code.google.com/p/jsendnsca/ -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye

Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-16 Thread gigglesun
In the instruction of camel-nagios,it says:"The Nagios component allows you to send passive checks to Nagios",I am not only to do so,bu also hope to get the corresponding results from nagios. I have tried the following xml,and it works: / http://ca