RHEL linux agent install problem

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pccwglobalit
Posts: 105
Joined: Wed Mar 11, 2015 9:00 pm

RHEL linux agent install problem

Post by pccwglobalit »

We have some problems when installing RHEL agent
1. EPEL is installed by redhat satellite. can we skip to install epel in install script
2. Due to some application reasons, we cannot upgrade kernel, can we skip to update/upgrade kernel in install script
3. can we disable firewall check during installation. we would like to install firewall rules ourself.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: RHEL linux agent install problem

Post by rkennedy »

1. Yes, you'll need to modify the install script accordingly though as it may take additional changes depending on your setup. As long as you have EPEL installed some how, it should work.
2. Can you show us what part of the script you're referring to?
3. Yes, you'll need to comment out or create the file it's looking for in the if statement. It should just be 5666 that you need to open up.
Former Nagios Employee
Locked