Icinga Explained

Icinga
Latest Release Version:2.14.2 (Icinga 2)
Latest Release Date:[1]
Programming Language:C++, PHP
Operating System:Cross-platform (master on Linux only)
Genre:Network monitoring
License:GPLv2

Icinga is an open-source computer system and network monitoring application. It was created as a fork of the Nagios system monitoring application in 2009.[2] [3]

Icinga tries to improve Nagios' development process[4] as well as adding new features[5] [6] such as a modern Web 2.0 style user interface, additional database connectors (for MySQL, Oracle, and PostgreSQL), and a REST API that lets administrators integrate numerous extensions without complicated modification of the Icinga core.

The first stable version, 1.0, was released in December 2009, and new versions were released every couple of months as of January 2010.[7]

History

In May 2009, a group of developers from the Nagios community announced the fork Icinga, citing their dissatisfaction with the stagnant development of the Nagios software at the time and their desire to open its development to a broader base. The name Icinga is a Zulu word meaning "it looks for", "it browses" or "it examines"[8] and is pronounced with a click consonant.[9]

In their first year, Icinga developers released separate versions of Core, API, and Web, and celebrated their 10,000th download.[10]

In its second year, the Icinga project released unified and stable Core and Web; added dual-stack IPv6 and IPv4 support, optimized database connectivity, and revamped the Icinga Web user interface, integrating various community add-ons (PNP4Nagios, LConf, Heatmap and Business Process Addon). The project achieved more than 70,000 downloads and grew to 23 team members.

In their second year, Icinga celebrated their 100,000th download, integrated the Icinga API component into Icinga Web, improved SLA reporting; and extended the Icinga virtual appliances to the Debian, OpenSUSE and CentOS operating systems.[11]

In October 2012, the Icinga project released a technology preview of Icinga 2. It was a core framework replacement and parallel development branch. The developers said they want to rewrite the core to fix problems. These include the complicated setup and scalability limits in big deployments. They plan to rewrite the Icinga 2 core in C++ and design a new component loader architecture. They also plan to change how monitoring checks run.[12]

In June 2014, the Icinga project released the first stable release of Icinga 2.[13] New features, such as an agent or API feature, are scheduled for later releases.

Features

Due to its nature as a fork, Icinga offers Nagios’ features with some additions such as optional reporting module with improved SLA accuracy, additional database connectors for PostgreSQL and Oracle, and distributed systems for redundant monitoring. Icinga also maintains configuration and plug-in compatibility with Nagios, facilitating migration between the two monitoring software.

Monitoring

Notification

Visualisation & reporting

Architecture

Icinga Core is written in C[16] and has a modular architecture with a standalone core, user interface, and database on which users can integrate various add-ons and plug-ins.

The latter communicates via Icinga's Doctrine abstraction layer, REST and plug-in APIs that mediate between the external data and internal structures. This bundling of components allows users to distribute Icinga's system for redundant monitoring. It also offers users the freedom to customize Icinga to suit their needs.[17]

Icinga Core

The Icinga Core manages monitoring tasks, receiving check results from various plug-ins. It then communicates these results to the IDODB (Icinga Data Out Database) through the IDOMOD (Icinga Data Out Module) interface and the IDO2DB (Icinga Data Out to Database) service daemon over SSL-encrypted TCP sockets. Though both come packaged (also known as IDOUtils) with the core, they are single-standing components that can be separated to distribute the data and processes across multiple servers for distributed system monitoring.

The Icinga Classic user interface also comes packaged with Icinga Core and can be used as a substitute for the PHP-based Icinga Web interface.

Icinga 2

Icinga 2 manages monitoring tasks, running checks, and sending alert notifications. The Icinga 2 features can be enabled on-demand, be it default features such as the 'checker' or 'notification' component, or external interfaces compatible with Icinga 1.x and its user interfaces, for example, the IDO DB (Icinga Data Out Database). Icinga 2 ships a built-in cluster stack secured by SSL x509 certificates attempting to make distributed monitoring setups more easy.

The configuration syntax is different for Icinga Core 1.x and Nagios and requires a migration on upgrade.

Icinga's User Interface

Icinga offers a web interface for users to view monitoring results and send commands to the Icinga Core, called Icinga Web (also referred to as New Web) is the projective and PHP based, Web 2.0 inspired front end that uses Cronks (widgets) to offer drag-n-drop customized dashboards. Icinga Web is a standalone piece, of software. It communicates to the core, database, and 3rd party add-ons the thrinput/dmponent layers: Doctrine abstraction, layer the (Input/Database), REST API (external scripts) and Command Control Interface (writing to a pipe, executing commands).

The interface presents information on host and service status, history, notifications, and status maps to show the health of a network in real-time and also supports IPv4 as well as IPv6 addresses.

Icinga Data Out Database

The Icinga Data Out Database (IDODB) is a storage point for historical monitoring data for add-ons or the Icinga Web interface to access. In contrast to its predecessor Nagios, Icinga supports PostgreSQL and Oracle databases in addition to MySQL.

Icinga Reporting

The Icinga project offers an optional Icinga Reporting module based on the open source Jasper Reports. It can be integrated into both Icinga Classic and Icinga Web user interfaces. The module provides template-based reports (e.g., Top 10 problematic hosts or services, synopsis of complete monitoring environment, availability reports, etc.) that can be saved to a repository with varying access levels and automated report generation and distribution. Reports can also be viewed in both of Icinga's optional user interfaces.

Icinga Mobile

Icinga Mobile is a user interface for smartphones and tablet browsers that run on WebKit. These usually are available on iOS, Android, BlackBerry Tablet OS and webOS. Based on JavaScript and Sencha Touch, Icinga Mobile is downloaded onto a server for access by authorized users via their mobile devices. Administration and updates can thus be made centrally, to automatically apply to all users of a computer network.[18]

Extended functionality

Some of the most popular add-ons to extend Icinga's functionality include:

Icinga has been deployed in distributed and failover setups.[19] The software has modular architecture with standalone Core, Web and IDODB (Icinga Data Out Database), which provides distributed monitoring and distributed systems monitoring.

Nagios Remote Plugin Executor (NRPE) is an Icinga-compatible agent that allows remote systems monitoring using scripts that are hosted on remote systems. It allows for monitoring resources such as disk usage, system load or the number of users currently logged in. Icinga periodically polls the agent on the remote system using the check_nrpe plug-in. In setups using the optional Icinga Web user interface, monitoring data from multiple Icinga Core instances can be displayed as long as each instance writes to the same IDODB. Icinga can have its various components split and scattered in a distributed setup.

The user access, notifications, and views can be customized.

Notes and References

  1. Web site: Releases. 25 March 2024. GitHub.
  2. Web site: What's in a name? These DevOps tools come with strange backstories 6 - Page 6. Gewirtz. David. 2019-04-11. ZDNet. en. https://archive.today/20190711033231/https://www.zdnet.com/pictures/23-coding-and-devops-tools-with-great-stories-and-strange-sounding-names/6/. 2019-07-11. live. 2019-07-11.
  3. News: Asay. Matt. Open-source working as advertised: ICINGA forks Nagios. CNET. 6 May 2009.
  4. Web site: Why a fork? - Icinga: Open Source Monitoring . Icinga . 2013-03-12 . https://web.archive.org/web/20120308221618/http://www.icinga.org/faq/why-a-fork/ . 2012-03-08 . dead .
  5. Web site: M.el. Khamlichi. ICINGA – An Advanced Opensource Monitoring Tool. Tutorial. Unixmen. 2012-11-04. https://web.archive.org/web/20120810010932/http://www.unixmen.com/icinga-an-advanced-opensource-monitoring-tool/. 2012-08-10. dead.
  6. Web site: Open Source Monitoring: Icinga vs Nagios Sos open source . Sosopensource.com . 2010-11-25 . 2013-03-12.
  7. Benthin. Falko. Monitoring network computers with the Icinga Nagios fork. Admin Network & Security. 2010. 1.
  8. Web site: – Zulu-English online dictionary . 2013-03-12 . Isizulu.net.
  9. Web site: 2010-11-03 . A lesson in Zulu: "Icinga" - "Eee-Chingaa", "Aye-Singa", 'c', 'see', 'g', 'ng - Icinga: Open Source Monitoring . dead . https://web.archive.org/web/20101110030900/https://www.icinga.org/2010/11/03/a-lesson-in-zulu-icinga/ . 2010-11-10 . 2013-03-12 . Icinga.
  10. News: Mobily. Tony. Nagios Vs. Icinga: the real story of one of the most heated forks in free software. Free Software Magazine. 27 April 2012. 3 November 2012. https://web.archive.org/web/20170915030704/http://freesoftwaremagazine.com/articles/nagios_and_icinga/. 15 September 2017. dead.
  11. Web site: 3 years old & 100,000 downloads! - Icinga, Classic, Doctrine - Icinga: Open Source Monitoring . Icinga . 2012-05-06 . 2013-03-12 . 2012-05-17 . https://web.archive.org/web/20120517054402/https://www.icinga.org/2012/05/06/3-years-old-100000-downloads/ . dead .
  12. Web site: Icinga 2 v.0.0.1 released! - What the hell is Icinga 2, download Icinga 2 the first technology preview v001 off Sourceforge now, What about Icinga 1x, testing, Development Roa . Icinga.org . 2012-10-25 . 2013-03-12 . 2014-07-24 . https://web.archive.org/web/20140724123716/https://www.icinga.org/2012/10/25/icinga-2-v-0-0-1-released/ . dead .
  13. Web site: Icinga 2.0 has arrived . Icinga.org . 2014-06-16 . 2014-09-03 . 2014-07-01 . https://web.archive.org/web/20140701081235/https://www.icinga.org/2014/06/16/icinga-2-0-has-arrived/ . dead .
  14. Web site: Citunius Notifier® for Icinga - Citunius GmbH. www.citunius.de. en-gb. 2017-11-25.
  15. News: Henning. Edward. Nagios fork Icinga 1.6 records SLA information. The H Open. 6 December 2011.
  16. Web site: Intro - Icinga 2 - Icinga Wiki . Wiki.icinga.org . 2012-10-18 . 2013-03-12 . https://web.archive.org/web/20130927224405/https://wiki.icinga.org/display/icinga2/Intro . 2013-09-27 . dead .
  17. Web site: Features - Icinga: Open Source Monitoring . Icinga . 2013-09-29 . https://web.archive.org/web/20130927223945/https://www.icinga.org/about/icinga-features/ . 2013-09-27 . dead .
  18. Web site: Mobile - Icinga: Open Source Monitoring . Icinga . 2013-03-12 . https://web.archive.org/web/20130127121248/https://www.icinga.org/about/icinga-mobile/ . 2013-01-27 . dead .
  19. Web site: Users - Icinga: Open Source Monitoring . Icinga . 2013-03-12 . https://web.archive.org/web/20130302071900/http://www.icinga.org/users/ . 2013-03-02 . dead .