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 2017
  • Protecting Passwords in Java Properties Files on Windows

    Monday, March 27, 2017 in Insights

    Typical Java backend applications need to integrate with existing 3rd party services. In most cases, calls to these 3rd party services are authenticated. Frequently, Java applications are required to use login credentials for authenticated calls: A …

    Read more

  • Protecting Passwords in Java Properties Files on Windows

    Monday, March 27, 2017 in Insights

    ![safe](./safe.png) Typical Java backend applications need to integrate with existing 3rd party services. In most cases, calls to these 3rd party services are authenticated. Frequently, Java applications are required to use login credentials for …

    Read more

  • Ansible limit pitfalls

    Wednesday, March 15, 2017 in Insights

    Mit steigender Zahl der im Ansible-Inventory gepflegten Hosts verlängert sich die Laufzeit eines Playbooks. Ansible erkennt zwar, welche Tasks nicht ausgeführt müssen (z.B. weil bestimmte Pakete bereits installiert sind), jedoch kostet auch diese …

    Read more

  • Getting Started With Java 9's New HTTP Client

    Tuesday, March 14, 2017 in Insights

    If you ever needed to request HTTP resources with Java, you probably came across several solutions put together from a surprising number of lines. And you probably ended up with using a third party library to achieve your goal in a reasonable …

    Read more

  • Ansible meets DokuWiki

    Monday, March 13, 2017 in Insights

    Ansible meets DokuWiki Dokumentation belegt in der Rangliste der beliebtesten Arbeiten eines Administrators sicher einen der hinteren Plätze. Neben der Beliebtheit der Aufgabe ist es auch mit zunehmender Anzahl der vorhandenen Systeme immer …

    Read more

  • Testing Logstash Configuration with Citrus and Docker

    Wednesday, March 08, 2017 in Insights

    The ELK-Stack is a good option to aggregate and visualize distributed logging-data. It basically based on Logstash for extracting and distributing the data Kibana as visualization frontend. The core of the most ELK applications is the Logstash …

    Read more

  • Prometheus und die Fritzbox

    Wednesday, March 08, 2017 in Insights

    Prometheus ist ein quelloffenes Monitoring- und Alarmierungs-Werkzeug. Seine Basis bildet eine Zeitreihen-Datenbank, auf deren Daten mit einer eingebauten, sehr mächtigen Abfragesprache zugegriffen werden kann. Prometheus verfolgt den Ansatze des …

    Read more

  • Portchannel-Monitoring mit check_nwc_health

    Sunday, February 26, 2017 in Insights

    Version 6.0 von check_nwc_health ist erschienen und hat neben Aufräumarbeiten unter der Haube ein paar neue Features zu bieten: interface-etherstats F5 Wide IPs Juniper VSD Memberstatus interface-stack-status Interface-Monitoring auf Ethernet-Ebene …

    Read more

  • SNMP-Traps und OMD - Teil 1

    Saturday, February 25, 2017 in Insights

    SNMP-Traps und Nagios ist eins der Themen, um das man bislang gerne einen großen Bogen gemacht hat. Grundsätzlich gibt es seit etlichen Jahren die AddOns SNMPTT und Nagtrap, deren Konfiguration aber ein wenig mühsam ist. In einem Projekt, bei dem es …

    Read more

  • Using .gitignore the Right Way

    Wednesday, February 22, 2017 in Insights

    Have you ever wondered what kind of patterns .gitignore allows? Was it **/*/target, target/* or *target*?? Read on and find out! Motivation Everyone who uses Git sooner or later has to define a .gitignore in a newly created project. We simply …

    Read more