Adding a New Bleckmann Host to Nagios Monitoring: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 82: Line 82:
Install the NRPE agent and required packages:
Install the NRPE agent and required packages:


# Core plugins and dependencies
Core plugins and dependencies


yum install nagios-plugins
yum install nagios-plugins
Line 92: Line 92:
ln -s /bin/python3 /usr/bin/python
ln -s /bin/python3 /usr/bin/python


# Perl modules
 
Perl modules


dnf install perl-Array-Unique
dnf install perl-Array-Unique
Line 106: Line 107:
dnf install perl-List-MoreUtils
dnf install perl-List-MoreUtils


# EPEL and full NRPE plugin set
 
EPEL and full NRPE plugin set


yum install epel-release -y
yum install epel-release -y
Anonymous user