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

Last updated: May 17,2024

1. Install "icinga2" package

Learn how to install icinga2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install icinga2

2. Uninstall "icinga2" package

Please follow the steps below to uninstall icinga2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: icinga2
Priority: extra
Section: universe/admin
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Nagios Maintainer Group
Architecture: amd64
Version: 2.4.1-2ubuntu1
Depends: icinga2-bin (= 2.4.1-2ubuntu1), icinga2-common (= 2.4.1-2ubuntu1)
Recommends: icinga2-doc, monitoring-plugins-basic | nagios-plugins-basic, libreadline6
Suggests: icinga2-studio, vim-icinga2
Filename: pool/universe/i/icinga2/icinga2_2.4.1-2ubuntu1_amd64.deb
Size: 6392
MD5sum: d5540fa93e86d3dfff768f320f683d1e
SHA1: 03d7cd4bee4b6bf25ccfb4d3397e59b1cf45ab11
SHA256: 6427e003e102bdc501b7e335e87a62adf3dc3f54bb831f18238c76476866c5f3
Description-en: host and network monitoring system
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 is the metapackage to install all Icinga 2 features.
Description-md5: 2437d4eec840a772b3ba09c39cbe2bb3
Homepage: http://www.icinga.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu