(01)Install Nagios Core
Linux
1# Ubuntu / Debian2sudo apt-get install -y nagios4 nagios-plugins-contrib apache23 4# RHEL / Fedora5sudo dnf install -y nagios nagios-plugins-all httpd6 7sudo systemctl enable nagios httpd8sudo systemctl start nagios httpd9 10# Default web UI: http://server/nagios11# Default user: nagiosadmin (set password during install)