Operations | Monitoring | ITSM | DevOps | Cloud

May 2020

Icinga L10n

Icinga Web 2 and all its modules have been localized from the very beginning. There were also quite a few languages added. Just recently Icinga Web 2 and the Director got a Japanese locale! And a updated Russian as well as a new Spanish (Argentina) locale are in the works at the moment. Over the years our Saudi Arabian, German, Finnish, Italian, Japanese, Brazilian, Russian and Ukrainian users were able to experience Icinga Web 2 and some of its modules in their native tongue.

Icinga Business Process Modelling Version 2.3.0

The Business Process module is used to visualise all the objects in Icinga in a hierarchical format. This way, you can visualise your data in a way that fits its application! You can create custom process-based dashboards and trigger notifications at process or sub-process level. You can also have a quick top-level view for thousands of components on a single screen.

Building the Future of Icinga

When we started the development of Icinga 2 we had a clear picture. We wanted a great monitoring solution for small and large environments. Back then, we imagined Icinga 2 to be a scalable monitoring tool with a dynamic configuration, enriched with a slight and fast web interface. In fact, there were some more details to that. But let’s keep it short. We worked hard to achieve our goals.

How we use the powerful new Icinga PHP Library to build the Icinga DB Web UI

When building Icinga DB Web we completely rewrote the basic Icinga Web UI. The “monitoring module”, which it was called before. While this existed for some time and the and the underlying concepts were already used in the Icinga Director, we took the chance and brought our Web UI to a new level. In Icinga IPL every UI element is represented by a PHP class.

Introducing ipl/Sql - OOP SQL abstraction for PHP

During the past few months while working on Icinga DB, we have tested our existing libraries on how we work with data and how we present them programmatically. Maybe it was because we were doing something new with Icinga DB or we weren’t entirely happy with the existing code. In any case, it was time for new libraries :-). The IPL – Icinga PHP Library was born. And we want to share that work starting with ipl/Sql an OOP SQL abstraction for PHP.