How to Install and Uninstall icinga2-common Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "icinga2-common" package

In this section, we are going to explain the necessary steps to install icinga2-common on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install icinga2-common

2. Uninstall "icinga2-common" package

In this section, we are going to explain the necessary steps to uninstall icinga2-common on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove icinga2-common $ sudo apt autoclean && sudo apt autoremove

3. Information about the icinga2-common package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: icinga2-common
Priority: extra
Section: universe/admin
Installed-Size: 308
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Nagios Maintainer Group
Architecture: all
Source: icinga2
Version: 2.4.1-2ubuntu1
Replaces: python-icinga2
Provides: python-icinga2
Depends: adduser, lsb-release, init-system-helpers (>= 1.18~)
Recommends: logrotate
Conflicts: python-icinga2
Filename: pool/universe/i/icinga2/icinga2-common_2.4.1-2ubuntu1_all.deb
Size: 42214
MD5sum: 76b537924e6c0b650b97887ba1cbdfbc
SHA1: 9355a22d153325a1a0b4a8d4ec82310ed67133d6
SHA256: 3c1083ba9000910b04f12f18f3fc974fff261c35d7e10781b25b57978d5d7dc6
Description-en: host and network monitoring system - common files
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides configuration and some basic helper scripts.
Description-md5: a606f8c9a028867e7d20cd49f3fab5ea
Homepage: http://www.icinga.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu