Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2706180AF for ; Sun, 2 Aug 2015 06:25:39 +0000 (UTC) Received: (qmail 99252 invoked by uid 500); 2 Aug 2015 06:25:39 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 99183 invoked by uid 500); 2 Aug 2015 06:25:39 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 99164 invoked by uid 99); 2 Aug 2015 06:25:39 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2015 06:25:39 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 8DFAAAC0636 for ; Sun, 2 Aug 2015 06:25:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1693790 [2/2] - in /karaf/site/production: ./ index/community/ index/community/news/ index/subprojects/ index/subprojects/decanter/ index/subprojects/decanter/download/ site/ Date: Sun, 02 Aug 2015 06:25:39 -0000 To: commits@karaf.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150802062539.8DFAAAC0636@hades.apache.org> Added: karaf/site/production/index/community/news/news-2015-08-01.html URL: http://svn.apache.org/viewvc/karaf/site/production/index/community/news/news-2015-08-01.html?rev=1693790&view=auto ============================================================================== --- karaf/site/production/index/community/news/news-2015-08-01.html (added) +++ karaf/site/production/index/community/news/news-2015-08-01.html Sun Aug 2 06:25:38 2015 @@ -0,0 +1,134 @@ + + + + + + + + + + + Apache Karaf ${pom.version} Guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   + +   + +   +
+   + +   + +
+ +
+ + + + + +
+
+
+ +
+
+
+
+   + +   +
+   + + + + + + +
+ + +
+

The Apache Karaf Team posted on August 01, 2015
Karaf Decanter 1.0.0 released!

The Karaf team is pleased to announce the availability of Karaf Decanter 1.0.0.

Apache Karaf Decanter 1.0.0 is the first release of Decanter, a complete monitoring and alerting solution for Karaf and related projects (like Camel, ActiveMQ, etc).

For more information, please see the release notes.

+
+
+
+   +
+   + +   + + + +   + +   +
+   + +   + +   +
+ + \ No newline at end of file Modified: karaf/site/production/index/subprojects/decanter.html URL: http://svn.apache.org/viewvc/karaf/site/production/index/subprojects/decanter.html?rev=1693790&r1=1693789&r2=1693790&view=diff ============================================================================== --- karaf/site/production/index/subprojects/decanter.html (original) +++ karaf/site/production/index/subprojects/decanter.html Sun Aug 2 06:25:38 2015 @@ -84,8 +84,8 @@
-

Karaf Decanter

Decanter is a complete monitoring solution for Apache Karaf and related projects.

It's composed by:

  • collectors retrieving monitored data (JMX metrics, log messages, ...)
  • a dispatcher powered by EventAdmin
  • appenders storing the monitored data (log, Elasticsearch, Cassandra, JDBC, ...)

Quick Start

To install and start Decanter into your running Karaf instance, you have to install different Decanter features
depending the data that you want to collect, and the storage/appender that you want to use.

First you register the decanter features repository:

-karaf@root()> feature:repo-add decanter
+

Karaf Decanter

Decanter is a complete monitoring and alerting solution for Apache Karaf and related projects (like Camel, ActiveMQ, etc).

It's composed by:

  • collectors retrieving monitored data (JMX metrics, log messages, ...)
  • a dispatcher powered by EventAdmin
  • appenders storing the monitored data (log, Elasticsearch, Cassandra, JDBC, ...)

Quick Start

To install and start Decanter into your running Karaf instance, you have to install different Decanter features
depending the data that you want to collect, and the storage/appender that you want to use.

First you register the decanter features repository:

+karaf@root()> feature:repo-add mvn:org.apache.karaf.decanter/apache-karaf-decanter/1.0.0/xml/features
 

To harvest JMX metrics:

 karaf@root()> feature:install decanter-collector-jmx
 

To harvest Camel exchanges and metrics:


Modified: karaf/site/production/index/subprojects/decanter/decanter-download.html
URL: http://svn.apache.org/viewvc/karaf/site/production/index/subprojects/decanter/decanter-download.html?rev=1693790&r1=1693789&r2=1693790&view=diff
==============================================================================
--- karaf/site/production/index/subprojects/decanter/decanter-download.html (original)
+++ karaf/site/production/index/subprojects/decanter/decanter-download.html Sun Aug  2 06:25:38 2015
@@ -84,7 +84,11 @@
               
               
                 
-

Latest Releases

There's not yet a release of Decanter. It's coming soon ...

+

Latest Releases

Grab these releases while they are hot!

The latest release is:

Releases:

Karaf Decanter 1.0.0

Release Notes

Direct Installation

Simply register the Karaf Decanter features repository in your running Karaf instance:

For Karaf 3.x and 4.x:

+karaf@root()> feature:repo-add mvn:org.apache.karaf.decanter/apache-karaf-decanter/1.0.0/xml/features
+

For Karaf 2.x:

+karaf@root> features:addUrl mvn:org.apache.karaf.decanter/apache-karaf-decanter/1.0.0/xml/features
+

See the documentation for the Decanter features to install depending of what you need.

Added: karaf/site/production/index/subprojects/decanter/download/karaf-decanter-1.0.0-release.html URL: http://svn.apache.org/viewvc/karaf/site/production/index/subprojects/decanter/download/karaf-decanter-1.0.0-release.html?rev=1693790&view=auto ============================================================================== --- karaf/site/production/index/subprojects/decanter/download/karaf-decanter-1.0.0-release.html (added) +++ karaf/site/production/index/subprojects/decanter/download/karaf-decanter-1.0.0-release.html Sun Aug 2 06:25:38 2015 @@ -0,0 +1,134 @@ + + + + + + + + + + + Karaf Decanter 1.0.0 Release + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   + +   + +   +
+   + +   + +
+ +
+ + + + + +
+
+
+ +
+
+
+
+   + +   +
+   + + + + + + +
+ + +
+

Download

Download links can be found in the Download page.

Release Notes - Karaf Decanter - Version 1.0.0

This release is the first Apache Karaf Decanter release.

Decanter is a monitoring and alerting solution for Apache Karaf and related projects (ActiveMQ, Camel, etc) and applications running on it.

See documentation for details.

Bug

* KARAF-3815 - Decanter can't retrieve metrics for ObjectName containing white spaces
* KARAF-3855 - Decanter JMX collector create bunch of threads
* KARAF-3884 - ElasticsearchAppender sometimes throws NullPointer Exception when adding o.toString() to arrayBuilder
* KARAF-3889 - The clusterName for the elasticsearch appender isn't an optional configura tion as it should be.

Dependency upgrade

* KARAF-3845 - Upgrade to elasticsearch 1.6.0
* KARAF-3847 - Upgrade to kibana 3.1.2

Improvement

* KARAF-3777 - Add Karaf source IP address or hostname in the collected data
* KARAF-3836 - Add a configuration allowing to define the period of the simple scheduler
* KARAF-3848 - Be able to define the embedded elasticsearch node by configuration
* KARAF-3849 - Provide "key turn" kibana dashboards
* KARAF-3851 - Be able to poll remote MBeanServer
* KARAF-3883 - The elasticsearch appender uses the default clustername of Elasticsearch client, this needs to be configurable

New Feature

* KARAF-3637 - Decanter: JDBC appender
* KARAF-3771 - Add decanter system collector
* KARAF-3772 - Add Decanter SLA support
* KARAF-3861 - Add CamelAppender
* KARAF-3862 - Add CamelSLA
* KARAF-3863 - Add CamelTracer collector
* KARAF-3865 - Add decanter documentation
* KARAF-3866 - Add decanter JMS appender
* KARAF-3870 - Create SLA email alerting
* KARAF-3881 - The embedded ElasticSearch Node should be configurable through config-admin

Wish

* KARAF-3675 - Check if recent Johnzon snapshot is OSGi ready

+
+
+
+   +
+   + +   + + + +   + +   +
+   + +   + +   +
+ + \ No newline at end of file Modified: karaf/site/production/site/sitemap.html URL: http://svn.apache.org/viewvc/karaf/site/production/site/sitemap.html?rev=1693790&r1=1693789&r2=1693790&view=diff ============================================================================== --- karaf/site/production/site/sitemap.html (original) +++ karaf/site/production/site/sitemap.html Sun Aug 2 06:25:38 2015 @@ -759,6 +759,11 @@ News 2015 07 12 +
  • + + News 2015 08 01 + +