Problem scenario
You have a small AWS server (e.g., t2.nano with 0.5 GB of RAM) running Ubuntu. How do you install Nagios on it?
Solution
1. As root or a sudoer user, run a script with the following content (sudo bash /tmp/install.sh):
# Written by continualintegration.com
#This script installs Nagios. There is some interactive portion at the beginning.
# But it should be easy to install Nagios using the following.
…
Continue reading “How Do You Install Nagios on Ubuntu Step-By-Step?”