<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ConSol* Labs</title>
	<atom:link href="http://labs.consol.de/lang/de/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.consol.de</link>
	<description>Open Source by ConSol*</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:27:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Osgish</title>
		<link>http://labs.consol.de/lang/de/blog/osgish/osgish</link>
		<comments>http://labs.consol.de/lang/de/blog/osgish/osgish#comments</comments>
		<pubDate>Tue, 02 Mar 2010 17:41:57 +0000</pubDate>
		<dc:creator>roland</dc:creator>
				<category><![CDATA[osgish]]></category>
		<category><![CDATA[jmx]]></category>
		<category><![CDATA[Jmx4Perl]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1519&amp;lang=de</guid>
		<description><![CDATA[Osgish is a command line shell for OSGi. It is based on the Readline
Library, Jmx4Perl as OSGi backend and Aries JMX as OSGi Management
layer. It is different than other OSGi shells as it is implemented in
pure Perl and provides unique features like wildcard support, context
sensitive command line completion, syntax highlighting, bulk lifecycle
operations, advanced query facilities and remoting via HTTP. It uses
the jmx4perl and Aries JMX OSGi bundles for accessing the OSGi
container.

This is the initial release.]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/osgish/osgish/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jmx4Perl 0.60 released</title>
		<link>http://labs.consol.de/lang/de/blog/jmx4perl/jmx4perl-0-60-released</link>
		<comments>http://labs.consol.de/lang/de/blog/jmx4perl/jmx4perl-0-60-released#comments</comments>
		<pubDate>Sun, 28 Feb 2010 16:29:43 +0000</pubDate>
		<dc:creator>roland</dc:creator>
				<category><![CDATA[Jmx4Perl]]></category>
		<category><![CDATA[jmx]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1550&amp;lang=de</guid>
		<description><![CDATA[Jmx4Perl’s next release 0.60 is out in the wild.


This release contains


OSGi bundle (including dependencies) for exposing JMX JSON export via an OSGi HTTP-Service. It&#8217;s in agent/modules/j4p-osgi.
Refined error handling.
Added support for overloaded JMX operations for &#8216;list&#8217; and &#8216;exec&#8217;
commands.
&#8216;read&#8217; operation can now be used without an attribute name in which
case the value of all attributes is returned. [...]]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/jmx4perl/jmx4perl-0-60-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damit dem Windows-Team nichts mehr entgeht &#8211; Allesfresser check_logfiles</title>
		<link>http://labs.consol.de/lang/de/blog/nagios/damit-dem-windows-team-nichts-mehr-entgeht-anwendungsbeispiel-fr-check_logfiles</link>
		<comments>http://labs.consol.de/lang/de/blog/nagios/damit-dem-windows-team-nichts-mehr-entgeht-anwendungsbeispiel-fr-check_logfiles#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:11:06 +0000</pubDate>
		<dc:creator>lausser</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[check_logfiles]]></category>
		<category><![CDATA[Eventlog]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1507&amp;lang=de</guid>
		<description><![CDATA[Folgende Anfrage wurde von einem Kunden an mich gerichtet:

Jetzt kam von den Admin die Anfrage ob es nicht möglich ist alle Meldungen (winwarncrit) erstmal als Warning an Nagios zu melden, um dann bestimmte Meldungen nach und nach als Critical einzustufen, oder komplett zu verwerfen (exclude).      Geht das?



Vor dieser Aufgabenstellung dürften [...]]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/nagios/damit-dem-windows-team-nichts-mehr-entgeht-anwendungsbeispiel-fr-check_logfiles/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Citrus: More XPath validation power</title>
		<link>http://labs.consol.de/lang/de/blog/citrus/citrus-more-xpath-validation-power</link>
		<comments>http://labs.consol.de/lang/de/blog/citrus/citrus-more-xpath-validation-power#comments</comments>
		<pubDate>Fri, 26 Feb 2010 09:50:02 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Citrus]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1500</guid>
		<description><![CDATA[In my last post (citrus-xpath-validation-power) I solved a validation problem regarding generic XML data structures with some XPath expression power. Now in latest 1.1-SNAPSHOT version of Citrus things become even more straightforward.


In the latest snapshot you are able to evaluate XPath expressions to different result types like boolean, string or number. Before that XPath expressions [...]]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/citrus/citrus-more-xpath-validation-power/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrus: XPath validation power</title>
		<link>http://labs.consol.de/lang/de/blog/citrus/citrus-xpath-validation-power</link>
		<comments>http://labs.consol.de/lang/de/blog/citrus/citrus-xpath-validation-power#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:02:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Citrus]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1470</guid>
		<description><![CDATA[This post shows the power of XPath validation in Citrus]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/citrus/citrus-xpath-validation-power/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Citrus sources on GitHub</title>
		<link>http://labs.consol.de/lang/de/blog/citrus/citrus-sources-on-github</link>
		<comments>http://labs.consol.de/lang/de/blog/citrus/citrus-sources-on-github#comments</comments>
		<pubDate>Thu, 11 Feb 2010 14:53:16 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Citrus]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1454</guid>
		<description><![CDATA[Citrus sources available on GitHub for public checkout]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/citrus/citrus-sources-on-github/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localized citrus.properties</title>
		<link>http://labs.consol.de/lang/de/blog/citrus/localized-citrus-properties</link>
		<comments>http://labs.consol.de/lang/de/blog/citrus/localized-citrus-properties#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:06:02 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Citrus]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1389</guid>
		<description><![CDATA[In larger projects usually a team of testers is working on Citrus integration tests. In this post I'd like to share an easy way to localize the Citrus settings with Maven.]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/citrus/localized-citrus-properties/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrus: Latest 1.1-SNAPSHOT version available</title>
		<link>http://labs.consol.de/lang/de/blog/citrus/citrus-latest-1-1-snapshot-version-available</link>
		<comments>http://labs.consol.de/lang/de/blog/citrus/citrus-latest-1-1-snapshot-version-available#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:58:50 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Citrus]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1426</guid>
		<description><![CDATA[Latest 1.1-SNAPSHOT version available]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/citrus/citrus-latest-1-1-snapshot-version-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing meta information</title>
		<link>http://labs.consol.de/lang/de/blog/citrus/customizing-meta-information</link>
		<comments>http://labs.consol.de/lang/de/blog/citrus/customizing-meta-information#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:43:46 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Citrus]]></category>
		<category><![CDATA[reporting]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1353</guid>
		<description><![CDATA[Test cases in Citrus are usually provided with some meta information like the author&#8217;s name or the date of creation. This post shows how to extend on this to include your very specific meta data on your own.


Meta-data that comes shipped with Citrus looks like


&#60;testcase name=&#34;PwdChange_OK_1_Test&#34;&#62;
    &#60;meta-info&#62;
      [...]]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/citrus/customizing-meta-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jmx4Perl OSGi Bundle</title>
		<link>http://labs.consol.de/lang/de/blog/jmx4perl/jmx4perl-osgi-bundle</link>
		<comments>http://labs.consol.de/lang/de/blog/jmx4perl/jmx4perl-osgi-bundle#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:08:28 +0000</pubDate>
		<dc:creator>roland</dc:creator>
				<category><![CDATA[Jmx4Perl]]></category>
		<category><![CDATA[jmx]]></category>
		<category><![CDATA[OSGi]]></category>
		<category><![CDATA[osgish]]></category>

		<guid isPermaLink="false">http://labs.consol.de/?p=1299&amp;lang=de</guid>
		<description><![CDATA[The first developer version jmx4perl 0.55_1 with OSGi support has been pushed to CPAN. This post desribes the new features and the plans for 0.55 and beyond.]]></description>
		<wfw:commentRss>http://labs.consol.de/lang/de/blog/jmx4perl/jmx4perl-osgi-bundle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
