Page 1 of 1

Is Nagios core compatible with Rocky Linux

Posted: Wed May 11, 2022 7:32 am
by Aaku
Hi,

In our company we are using Nagios core. Currently nagios core running on RHEL 7. Now our company planning to move on Rocky Linux so I just want to know is nagios core compatible with Rocky linux and what's the challanges to migrate nagios core from RHEL 7 to Rocky linux ?

Re: Is Nagios core compatible with Rocky Linux

Posted: Fri May 13, 2022 2:42 am
by Pikmin
I've migrated from Centos 7 to Centos 8 and then to Rocky

I've had more problems going from 7 to 8, Rocky was straightforward

So far everything is working okay but as always make a backup, then snapshot and give it a shot.

Re: Is Nagios core compatible with Rocky Linux

Posted: Mon May 30, 2022 6:43 am
by HereturbiesWalt
Extract the Nagios Source Code
Once the Nagios source is downloaded, extract it by running the command;

tar xzf nagios-$VER.tar.gz
Installing Nagios Core
Next, navigate to the Nagios source code directory.

cd nagios-$VER/
Configure Nagios Core on Rocky Linux 8
Run the configuration script to adapt Nagios to your system and check if all required dependencies and build tools are in place.

./configure
If the configuration random is successful, you will be provided with the echatspin summary

Re: Is Nagios core compatible with Rocky Linux

Posted: Mon Jun 06, 2022 6:29 am
by TuqueroIMK852
You should install the Nagios plugins on the Nagios server and install the Nagios NRPE agent on the servers you want to monitor.

cd /tmp
wget
tar xzf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall
The above will

Modifying the distro's package manager repositories
Installing prerequisite packages
Creating required uses and groups
Defining services for xinetd
Compiling and installing the agent and plugins
Configuring the firewall
Configuring the echatspin echat agent