Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.56 KB

File metadata and controls

51 lines (28 loc) · 1.56 KB

Nagios Server Installation Steps

  • Login to Lab VM and run below command
sudo -s
cd
  • Update your OS
apt update
  • Execute the below command to install Nagios and it will take 20 to 25 mins
curl https://assets.nagios.com/downloads/nagiosxi/install.sh | sh

In the end you will get url , user name and password to login

Adding Host to Nagios Server

  • Navigate to Configure > Core config manager from the nagios dashboard

image

  • To manually add a new host, select the Hosts link located under Monitoring on the left menu of CCM

image

This will bring up the Host Management page, which displays a list of the current hosts being monitored by Nagios XI.

image

  • Click on Add hosts

    image

  • The Host Management page will open on the Common Settings tab.

image

  • Define the primary host parameters such as Host Name, Description, Address, and Display name. image