Insights

Posts in 2017
  • NEB Modules with Go

    Friday, September 01, 2017 in Insights

    Have you ever written a NEB (Nagios Event Broker) module? This article will explain a tool which makes this a lot easier, especially if the reason was that you are not familiar with C or C++. In this case the “Go NEB Wrapper” could come very handy …

    Read more

  • OMD 2.60 Labs Edition Released

    Monday, August 21, 2017 in Insights

    OMD Labs Edition 2.60 has been released today. The OMD Labs Edition is based on the standard OMD but adds some more useful addons like Grafana and Prometheus or additional cores like Icinga 2 and Naemon. This release updates many of the shiped …

    Read more

  • OMD 2.60 Labs Edition Released

    Monday, August 21, 2017 in Insights

    OMD Labs Edition 2.60 has been released today. The OMD Labs Edition is based on the standard OMD but adds some more useful addons like Grafana and Prometheus or additional cores like Icinga 2 and Naemon. This release updates many of the shiped …

    Read more

  • Automated CI/CD Build Pipeline with Jenkis in OpenShift

    Monday, July 17, 2017 in Insights

    The GitHub repository toschneck/openshift-example-bakery-ci-pipeline contains, the sourcecode for the examples of the talk Continuous Testing: Integration- und UI-Testing mit OpenShift-Build-Pipelines at the Redhat/ConSol OpenShift-Day: The example …

    Read more

  • Automated CI/CD Build Pipeline with Jenkis in OpenShift

    Monday, July 17, 2017 in Insights

    The GitHub repository toschneck/openshift-example-bakery-ci-pipeline contains, the sourcecode for the examples of the talk Continuous Testing: Integration- und UI-Testing mit OpenShift-Build-Pipelines at the Redhat/ConSol OpenShift-Day: The example …

    Read more

  • Introduction to GitLab CI with Maven

    Friday, July 14, 2017 in Insights

    At ConSol we use GitLab as our central Git server and I am quite happy with its functionality. Lately, I have been playing around with GitLab CI with the objective of finding out if we can use it instead of Jenkins, our current CI server of choice. …

    Read more

  • Introduction to GitLab CI with Maven

    Friday, July 14, 2017 in Insights

    At ConSol we use GitLab as our central Git server and I am quite happy with its functionality. Lately, I have been playing around with GitLab CI with the objective of finding out if we can use it instead of Jenkins, our current CI server of choice. …

    Read more

  • Introducing Citrus Admin Web UI

    Tuesday, July 11, 2017 in Insights

    It has been a while since the last release in the Citrus universe. It took us some time to get the new Citrus release 2.7.2 ready for you. Of course we were not being lazy in that time. Besides the new Citrus 2.7.2 release we are proud to announce a …

    Read more

  • Introducing Citrus Admin Web UI

    Tuesday, July 11, 2017 in Insights

    It has been a while since the last release in the Citrus universe. It took us some time to get the new Citrus release 2.7.2 ready for you. Of course we were not being lazy in that time. Besides the new Citrus 2.7.2 release we are proud to announce a …

    Read more

  • Prometheus Monitoring for Java Web Applications without Modifying Their Source Code

    Monday, July 10, 2017 in Insights

    The Prometheus monitoring tool follows a white-box monitoring approach: Applications actively provide metrics about their internal state to the Prometheus server. In order to instrument an application with Prometheus metrics, you have to add a …

    Read more