icingacli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
icingacli: command not found
or when using sudo you get the following error message
sudo: icingacli: command not found
Solutions to icingacli: command not found
How To Fix icingacli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu icingacli is provided by icingacli package.
icingacli is:
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga monitoring environment.
icingacli
is a command line utility, allowing the admin to configure Icinga
Web 2 and provides the possibility to query Icinga data from your shell.
All modules of Icingaweb2 can add additional commands to the icingacli.
To fix this problem, we can install more using the command below.
sudo apt-get -y install icingacli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install icingacli.
sudo apt -y install icingacli
Or if you have aptitude installed you can use the following command.
sudo aptitude install icingacli
Summary
In this tutorial we learn how to fix icingacli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.