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

Last updated: May 19,2024

1. Install "icinga2-bin" package

This is a short guide on how to install icinga2-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install icinga2-bin

2. Uninstall "icinga2-bin" package

This tutorial shows how to uninstall icinga2-bin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: icinga2-bin
Priority: extra
Section: universe/admin
Installed-Size: 189
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Nagios Maintainer Group
Architecture: amd64
Source: icinga2
Version: 2.4.1-2ubuntu1
Depends: icinga2-common (= 2.4.1-2ubuntu1), libicinga2 (= 2.4.1-2ubuntu1), libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/i/icinga2/icinga2-bin_2.4.1-2ubuntu1_amd64.deb
Size: 48346
MD5sum: a5af5724bdc924d2275a197c2022a816
SHA1: 5bd5fdae8bb1cdc78feecca272e9c53f563745a1
SHA256: 167fbb54e70a9c75898d17d5bc65b840b93b2e4ae475d0bb63a9829e401b4768
Description-en: host and network monitoring system - daemon
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 the Icinga 2 daemon.
Description-md5: 2786f709af874963bf1e186a3d434d9f
Homepage: http://www.icinga.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu