nagstamon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nagstamon: command not found
or when using sudo you get the following error message
sudo: nagstamon: command not found
Solutions to nagstamon: command not found
How To Fix nagstamon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nagstamon is provided by nagstamon package.
nagstamon is:
Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE) as floating statusbar to inform you in realtime about the status of your Nagios and some of its derivatives monitored network. It allows one to connect to multiple Nagios, Icinga, Opsview, Centreon, Op5Monitor, Checkmk Multisite, Thruk, Zabbix and Zenoss servers. Events could be handled by instant access to failed hosts/services.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nagstamon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nagstamon.
sudo apt -y install nagstamon
Or if you have aptitude installed you can use the following command.
sudo aptitude install nagstamon
Summary
In this tutorial we learn how to fix nagstamon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.