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?
Author: | Gerhard Laußer |
---|---|
Tags: | check_logfiles, Eventlog, Nagios |
Categories: | nagios |
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.
Author: | Christoph Deppisch |
---|---|
Tags: | Citrus, XPath |
Categories: | citrus, development |
I recently struggled with the validation of a very generic XML data structure in some message payload. It turned out to be a good example where XPath validation can overcome the normal XML tree comparison. I’d like to share my thoughts about this issue, because others might run into similar problems too and the solution with XPath really impressed me with its powerful validation possibilities.
Author: | Christoph Deppisch |
---|---|
Tags: | Citrus, XPath |
Categories: | citrus, development |
The Citrus project sources are now available on GitHub for public checkout. You can clone/fork the Citrus project via Git and build your own version on your local machine. Visit the Citrus project site on GitHub for more details.
Author: | Christoph Deppisch |
---|---|
Tags: | Citrus |
Categories: | citrus, development |
In larger projects usually a team of testers is working on Citrus integration tests. This means that we need to localize the citrus.properties for testing on different machines, as each tester executes test cases with individual environment settings. In this post I’d like to share an easy way to localize the Citrus settings with Maven.
Author: | Christoph Deppisch |
---|---|
Tags: | Citrus, Maven |
Categories: | citrus, development |
We put a further Citrtus 1.1-SNAPSHOT version online (see http://www.citrusframework.org).
Author: | Christoph Deppisch |
---|---|
Tags: | Citrus |
Categories: | citrus, development |
Test cases in Citrus are usually provided with some meta information like the author’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.
Author: | Christoph Deppisch |
---|---|
Tags: | Citrus, reporting |
Categories: | citrus, development |
The first developer version jmx4perl 0.55_1 with OSGi support has been pushed to CPAN.
Jmx4perl 0.51 has been released.