Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Monitoring the Unknown in the Service Manager

Nearly every operating system comes with at least one kind of service management. On a Unix-based operating system, this is historically part of the init system. While the specific tools have matured over time and there are changes between operating systems, they are essentially used to orchestrate both operating system services and user services. Specifically, a service manager ensures that, e.g., a web server is started once the network is configured and available.

Icinga 2 API and debug console

Have you ever experienced configuration issues, such as notifications not being sent as expected or apply rules not matching all expected objects, probably due to an incorrectly set custom variable? Icinga 2 has several options to assist you in such situations. Last time, Julian demonstrated how to analyse such problems using the icinga2 object list command. Today I will show you how to interactively investigate your problem using the mighty Icinga 2 debug console.

Photowatt, a French EDF group subsidiary trusts Icinga

We take pride in our diverse range of customers and users worldwide who trust Icinga for their monitoring needs. That’s why we’re showcasing some of these enterprises with their Success stories. It’s stories from companies or organizations just like yours, of any size and different kinds of industries.

Introducing our new Roadmap Page

Hey there, fellow open-source enthusiasts! At Icinga, we’ve always been committed to transparency, community engagement, and continuous improvement. That’s why we’re excited to introduce a new page on our website that will provide you with insights into the future direction of our project. Check out our brand new Roadmap page! So, what exactly is our Roadmap Page all about? 1. Transparency: We believe in keeping our community informed every step of the way.

Unleashing the Potential of SVGs: A Guide to Dynamic Visualization and Monitoring

In the dynamic realm of monitoring Kubernetes clusters, effective visualization is paramount for gaining insights into system health and performance. One versatile tool that has gained prominence in this domain is Scalable Vector Graphics (SVGs). In this blog post, we’ll delve into the usage of SVGs, explore different implementation methods, weigh the pros and cons, and discuss why they are indispensable for monitoring Kubernetes with Icinga2.

Analyzing configuration problems with Icinga 2

Today, I want to showcase an old, but still very useful, tool when it comes to analyzing and debugging an Icinga 2 configuration: the icinga2 object list command. It can be helpful in a variety of situations, for example when you want to verify that a config change has the desired effect, but also for finding out where something is set in the configuration.