Monitoring Blog

This is the blog section. It has two categories: News and Releases.

Files in these directories will be listed in reverse chronological order.

Posts in 2023
  • Replacing check_http by check_curl - Lessons Learned

    Friday, July 28, 2023 in Insights

    In a customer’s installation we had the problem, that an http-check (using the plugin check_http) could not successfully connect to a website. $ check_http -H cts-freq.cloud -t 120 --ssl -u "/" --ssl --onredirect follow -vvv CRITICAL - …

    Read more

  • SNClient 0.06 was released

    Thursday, July 27, 2023 in Releases

    A new prerelease of SNClient was released. Breaking Changes: Features relative include paths are now considered to be in the parent ini-file Changed Bugfixes wmi: improve error handling Download …

    Read more

  • SNClient 0.05 was released

    Friday, July 21, 2023 in Releases

    A new prerelease of SNClient was released. You can now install the MSI, put an additional ini-file with your customizations in the install directory and therefore don’t have to modify anything in the download package. Any local settings are …

    Read more

  • Naemon 1.4.1 is here

    Thursday, February 02, 2023 in Releases

    Today we released the version 1.4.1 of naemon-core and naemon-livestatus. This release includes bugfixes only and fixes a memory leak along with some packaging cleanup. Features None Changed Use /run/naemon instead of /var/run/naemon Bugfixes Fix …

    Read more

Posts in 2022
  • Naemon 1.4.0 is here

    Friday, November 11, 2022 in Releases

    Today we released the version 1.4.0 of naemon-core and naemon-livestatus. This release includes a new internal command to expire acknowledgements, and a few bugfixes. Due to object structure changes, NEB modules should be re-built when upgrading to …

    Read more

  • Image Change Triggers for Tekton

    Monday, March 14, 2022 in Insights

    One of our customers is in the process of decommisioning their OpenShift v3.11 cluster. This cluster is currently still used for building customer specific base images. Over time quite a few elaborated pipeline builds (based on Jenkins) have been …

    Read more

  • Visualisation and debugging of Apache Camel routes

    Thursday, February 24, 2022 in Insights

    The documentation of software is an everyday business of a software developer and engineer. Especially for integration scenarios a diagram on the flow of a message through the system or the whole landscape is an essential illustration. Fortunately …

    Read more

  • A look insight Camel K

    Thursday, February 24, 2022 in Insights

    Today software often needs to be run in cloud environments. Newly developed software, especially microservices are developed with cloud readiness in mind. But we not only have microservices in business environments, we also have integration …

    Read more

Posts in 2021
  • Streaming and Messaging

    Wednesday, July 14, 2021 in Insights

    Disclaimer This article is the author’s opinion on similarities and differences between Streaming and Messaging. Streaming and Messaging The first time I was busy with the terms messaging and streaming was during my master thesis in 2016. Among …

    Read more

  • A journey of a Helm operator to OperatorHub.io and back again

    Monday, May 03, 2021 in Insights

    Some time ago, I started a project to create a Helm based operator for an OpenShift application. I used the Operator SDK to create the Helm operator. The Operator SDK documentation describes the parameters pretty good, and it contains a simple …

    Read more