Releasing Icinga Cube 1.3.3

Releasing Icinga Cube 1.3.3

We present you the tiniest but very important Icinga DB Web related bugfix release (v1.3.3)! If you had an issue with the module crashing, when certain hosts were in an unreachable state, you will be happy to hear that this bug has been fixed. Icinga DB Web (since...

IPL: How to use ipl-web

IPL: How to use ipl-web

In my ongoing blogpost series about the Icinga PHP library, I am briefly explaining what the individual components of this library do and how easily you can use them in your project. In my previous blog post, i already covered the ipl-html and explained how easy it is...

IPL: How to use ipl-stdlib and ipl-i18n

IPL: How to use ipl-stdlib and ipl-i18n

In my previous blogpost, I explained how easy it is to validate forms with the ipl-validator. Today we will talk about the following two very useful libraries: Ipl-stdlib: All our libraries are based on this library. It provides many useful features like string...

IPL: How to use ipl-validator

IPL: How to use ipl-validator

In my last blogpost I explained how our ipl-html lib works and how to use it. With the help of ipl-html it is possible to add forms. Usually we want to validate the data of the form before submitting it and display messages if the validation fails. For this purpose,...

IPL: How to use ipl-html

IPL: How to use ipl-html

In my previous blogpost I briefly explained the IPL and the tasks that these individual libs can perform. Today I want to explain how our ipl-html lib works and how to use it. This library helps you write HTML in a very simple and safe way. You don't need text...

IPL – Icinga PHP Library

IPL – Icinga PHP Library

A few years ago, we introduced a new, completely independent library. The IPL - Icinga PHP Library, a bundle of Icinga PHP libraries. Since then we are actively working on further development and adding new features. Today I would like to highlight individual parts of...

How to use path wildcards in Graphite Module

How to use path wildcards in Graphite Module

The Graphite module of Icingaweb2 is a great tool for rendering graphs from performance data. The latest version 1.2.0 introduces some bug fixes and new features like dark and light mode support, a lot of new templates, support for path wildcard, etc. The support for...

The best apprenticeship at Icinga

The best apprenticeship at Icinga

I started my apprenticeship as a developer in September 2018 in another company and then moved to Icinga (the best decision I could have made) and continued the rest of my apprenticeship here.   And now I would like to share my experiences as a trainee at Icinga....

Introducing dark and light theme modes

Introducing dark and light theme modes

We are constantly working to make Icinga even better by adding new useful features. We will be releasing Icinga Web 2 version 2.9.0 very soon. This version will have many new interesting features. Update: The initial version of this article mentioned v2.9 as target...

How to make a data tree out of a rollup SQL query

How to make a data tree out of a rollup SQL query

For our Cube module we use the ROLLUP SQL query to fetch all data from the database and then make a tree data structure out of the given result. This is how we make it a lot easier to render cubes dynamically. What is ROLLUP? and how it works? The SQL ROLLUP is a...

Subscribe to our Newsletter

A monthly digest of the latest Icinga news, releases, articles and community topics.