epel repo를 사용하여 nagios 3.5.1 설치

epel repo를 사용하여 nagios 3.5.1 설치

epel repo를 사용하여 yum을 통해 nagios-core 3.5.1을 설치하려고 합니다. 이전 버전의 nagios가 epel-repo에서 제거되었기 때문에 문제가 있습니다. 최신 epel-repo는 nagios 4.3.2와 함께 제공됩니다. 나는 nagios를 구성하기 위해 ansible을 사용하고 있습니다.

yum info nagios이것은 epel-repo를 추가한 후 표시되는 출력입니다.

Available Packages
Name        : nagios
Arch        : x86_64
Version     : 4.3.2
Release     : 5.el6
Size        : 1.7 M
Repo        : epel
Summary     : Host/service/network monitoring program
URL         : https://www.nagios.org/projects/nagios-core/
License     : GPLv2
Description : Nagios is a program that will monitor hosts and services on your
            : network.  It has the ability to send email or page alerts when a
            : problem arises and when a problem is resolved.  Nagios is written
            : in C and is designed to run under Linux (and some other *NIX
            : variants) as a background process, intermittently running checks
            : on various services that you specify.
            :
            : The actual service checks are performed by separate "plugin" programs
            : which return the status of the checks to Nagios. The plugins are
            : available at https://github.com/nagios-plugins/nagios-plugins
            :
            : This package provides the core program, web interface, and documentation
            : files for Nagios. Development files are built as a separate package.

답변1

설치를 사용하려면 rpm패키지를 다운로드하십시오.여기그리고 설치하세요:

rpm -Uvh nagios-3.5.1-1.el6.x86_64.rpm

Nagios의 이전 버전이 여전히 사용 가능한지 확인하십시오. (확실히 확인하려면 다시 확인하십시오. 아무 이유 없이 어려움을 겪고 싶지는 않을 것입니다.)

yum --showduplicates list nagios | expand

이전 버전이 존재하지 않는 경우:

새 EPEL 저장소 비활성화/etc/yum/yum.repos.d/

이전 EPEL 저장소를 추가합니다.

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm

이전 저장소를 활성화 /etc/yum/yum.repos.d/한 다음 설치 했는지 확인하세요.nagios

yum install nagios -y

답변2

편리하게도 더 이상 배포판을 제공하지 않기로 결정했지만 결과적으로 나는 fedora koji(epel의 출처임)에서 제공하는 EL6 패키지에 대한 링크를 제공했습니다.

https://koji.fedoraproject.org/koji/buildinfo?buildID=460533

관련 정보