Skip to content
Technology News Information & Jobs

Technology News Information & Jobs

Ubuntu Tutorials, Ubuntu How To , Linux Tips, Tech Jobs

  • Work with US
  • Search Jobs
  • Post a Job
  • Contact Us
  • Ubuntu
    • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Themes
  • Linux
  • Laptops
  • Tutorials
  • Job Dashboard
  • Toggle search form
Install Nagios Monitoring Tool On RHEL 8

Install Nagios Monitoring Tool On RHEL 8

Posted on July 12, 2019 By admin No Comments on Install Nagios Monitoring Tool On RHEL 8

Insight: Install Nagios Monitoring Tool On RHEL 8

In this tutorial, we will show you the method to install the Nagios monitoring tool on Redhat operating system. Nagios or Nagios Core is an open-source IT monitoring, server, network monitoring, and application monitoring tool. You can monitor servers, switches, applications, and services.

How To Install Nagios Monitoring Tool On RHEL 8

At first, you need to install the dependencies like Apache HTTP server and PHP. Run the command below to install:

dnf install -y gcc glibc glibc-common perl httpd php wget gd gd-devel

Run the following commands to start the HTTPD service and enable HTTPD to automatically start at the time of system boot.

systemctl start httpd
systemctl enable httpd

Now, you need to download the Nagios Core file in your system and compile it.

wget -O nagioscore.tar.gz https://github.com/NagiosEnterprises/nagioscore/archive/nagios-4.4.3.tar.gz
tar xzf nagioscore.tar.gz
cd nagioscore-nagios-4.4.3/

 

Now, run the following commands to configure the source package and build it in your system using make command:

./configure
make all

Create the Nagios user and group. After creating, add the Apache user to the Nagios group with the command below:

make install-groups-users
usermod -a -G nagios apache

Install the binary files, CGIs, and HTML files:

make install
make install-daemoninit

It’s time to install and configure the external command file, a sample configuration file, and the Apache-Nagios configuration file.

make install-commandmode		
make install-config			  
make install-webconf

Now, create an Nagios Administrator account.

htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

Now, install the required dependencies to install Nagios plugins.

dnf install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils

Downlaod and extract the Nagios plugins with the following command:

wget --no-check-certificate -O nagios-plugins.tar.gz https://github.com/nagios-plugins/nagios-plugins/archive/release-2.2.1.tar.gz
tar zxf nagios-plugins.tar.gz

Compile, build and install the Nagios plugins with the commands below:

cd nagios-plugins-release-2.2.1/
./tools/setup
./configure
make
make install

Run the following command to start and enable Nagios service.

systemctl restart httpd.service
systemctl start nagios.service
systemctl start nagios.service
systemctl start nagios.service

Run the following commands to open port 80 in firewall.

firewall-cmd --permanent --zone=public --add-port=80/tcp
firewall-cmd --reload

Disable SELinux or set it in permissive mode.

sed -i 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
setenforce 0

You can now access the Nagios web console from your web browser.

http:ip-address/nagios
READ More Relevant Stuff:  This Is TUXEDO InfinityBook Pro14 Linux Laptop : Full Specifications
Linux Tags:linux, Nagios

Post navigation

Previous Post: How To Mount An exFAT Drive on CentOS
Next Post: A To Z Linux Commands With Examples

Related Posts

Ubuntu 18.04.6 LTS Released : Critical Security Fix Linux
Best EPUB Readers For Linux In 2022 Best EPUB Readers For Linux In 2023 Linux
Server Monitoring Tools For Linux In 2020 Server Monitoring Tools For Linux In 2020 Linux
How To Use SCP Command To Securely Transfer Files How To Use SCP Command To Securely Transfer Files [2023] How To Ubuntu
Linux Kernel 5.6 Released With Plenty Of New Features Linux Kernel 5.6 Released With Plenty Of New Features Linux
Nitrux 2.0. Is Available For Download Nitrux 2.0. Is Available For Download Linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • New Job Search October 10, 2025
  • How To Enable Hibernate in Ubuntu 22.04 LTS May 20, 2024
  • Popular Ubuntu Games: Top 5 Games To Play March 17, 2024
  • WordPress | Your site doesn’t include support for the “generateblocks/container” block GenerateBlocks Plugin February 11, 2024
  • Ubuntu Autoremove Command Debian Autoremove Command February 10, 2024
  • How To Mount Windows 11 Shares on Debian Linux December 7, 2023
  • Anonymous Browsing 101: A Deep Dive Into Residential Proxies November 20, 2023
  • How To Correctly Install Uninstall Linux Ubuntu Nvidia Drivers Fast October 31, 2023
  • Ethical Web Design: The Dos and Don’ts October 28, 2023
  • Understanding the Role of Security Operations Center October 25, 2023
  • The Positive Effects of AI Tools and Online Services on Students Successful Essay-Writing Skills October 3, 2023

Categories

  • Android
  • Apple
  • Blogs
  • Debian
  • Fix
  • Gadgets
  • Game
  • Google
  • How To Ubuntu
  • Internet
  • Laptops
  • Linux
  • Linux Commands
  • Linux Game
  • Linux Mint
  • News
  • Operating Systems
  • Security
  • Technology
  • Themes
  • Tools
  • Tutorials
  • Ubuntu
  • ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Windows 11
  • Wordpress

Tags

android apps centos ChatGPT command Commands Debian deepin Desktop docker Fedora fix game games Gaming gnome google kernel linux linux commands linux kernel Linux laptops Linux Mint Linux themes minecraft NVIDIA Python Raspberry Pi sysadmin themes ubuntu ubuntu 18.04 Ubuntu 18.04 LTS Ubuntu 20.04 ubuntu 20.04 lts Ubuntu 22.04 LTS Ubuntu games Ubuntu kernel ubuntu themes ubuntu tutorial VirtualBox Windows Windows 11 Wine WSL
itsubuntu.com is an Equal Opportunity Employer. For Advertisement, Jobs, Guest posts, and any other thoughts, email us at info@itsubuntu.com
  • Writer/Journalist Internship

    • Ellensburg, WA
    • The Borgen Project
    • Internship
  • Remote Federal Appellate Brief Writer, Performance-Based Pay

    • East Brunswick, NJ
    • National Organization of Social Security Claimants' Represen...
    • Full Time
  • Principal Data Scientist: Associate AI experience

    • Sunnyvale, CA
    • Walmart
    • Full Time
  • Solutions Architecture Senior Advisor

    • Dallas, TX
    • NTT DATA
    • Full Time
  • Azure Architect

    • Remote
    • Openkyber
    • Full Time
  • Azure Architect

    • North Carolina
    • Openkyber
    • Full Time
  • Azure Infrastructure

    • Avon Lake, OH
    • Staffingine LLC
    • Temporary
  • Azure Engineer

    • Iselin, NJ
    • HAN Staffing
    • Full Time

Copyright © 2026 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme