This procedure is unsupported.
Articles in the "Unsupported Community Documents" space are not supported by ITRS support.Version
This article was written for version 7.0 of op5 Monitor, it could work on both lower and higher version if nothing else is stated.
Introduction
If you need to use the NRPE monitoring agent on a Red Hat Enterprise Linux-based system with SELinux or IPv6 enabled, installing it from the third-party EPEL repository is currently your best option.
In this how-to we will configure the repository and required packages on CentOS/RHEL 6 and 7 based systems.
The EPEL repository is not controlled and managed by op5 AB - we can not guarantee the quality of the software packages.
Prerequisites
- Root access on the host
- A working Internet-connection
Installation
We first need to install the EPEL the repository and it's public GPG key. This is most easily done by executing one of the following commands:
# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# yum --enablerepo=extras install epel-release
If the installation of the repositories was successful, execute the following command to install NRPE:
# yum install nrpe
You should now have the NRPE monitoring agent installed. Information covering configuration NRPE can be found here.
Disabling the EPEL repository
Disabling the repository is optional, but it's recommended if you don't want software from EPEL to appear in your search results or install applications from it by mistake.
This is done by changing the value of "enabled" to "0" in the repository configuration file:
# sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/epel.repo
If you choose to disable the repository, make sure to enable it during updates so the NRPE agent receives security and bug fixes:
# yum --enablerepo=epel update
-
Tags:
Comments
0 comments
Please sign in to leave a comment.