Cannot install nagios-plugins-all on RHEL 8.2

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
morphmkd
Posts: 1
Joined: Sat Feb 06, 2021 5:06 am

Cannot install nagios-plugins-all on RHEL 8.2

Post by morphmkd »

Hi,
I'm trying to install nagios-plugins-all on RHEL 8.2 but can't seem to be able to do that.

Code: Select all

Error: 
 Problem: package nagios-plugins-all-2.3.3-4.el8.x86_64 requires nagios-plugins-disk_smb, but none of the providers can be installed
  - package nagios-plugins-disk_smb-2.3.3-4.el8.x86_64 requires perl(utf8::all), but none of the providers can be installed
  - conflicting requests
  - nothing provides perl(Import::Into) needed by perl-utf8-all-0.024-7.el8.noarch
  - nothing provides perl(PerlIO::utf8_strict) needed by perl-utf8-all-0.024-7.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Has anyone else encountered this error?
I have the following repos enabled:

Code: Select all

repo id                                                                  repo name
RHEL-8.2-DVD                                                             RHEL-8.2-DVD
RHEL-8.2-stream                                                          RHEL-8.2-stream
epel                                                                     Extra Packages for Enterprise Linux 8 - x86_64
epel-modular                                                             Extra Packages for Enterprise Linux Modular 8 - x86_64
mariadb                                                                  MariaDB
Thank you in advance.
turbine2
Posts: 4
Joined: Tue Feb 09, 2021 9:57 am

Re: Cannot install nagios-plugins-all on RHEL 8.2

Post by turbine2 »

I've recently installed nagios on an Oracle Linux Server 8.3 install. I installed them by doing a manual make in the end.

Code: Select all

wget https://nagios-plugins.org/download/nagios-plugins-2.3.3.tar.gz
tar -zxf nagios-plugins-2.3.3.tar.gz
cd nagios-plugins-2.3.3
make
make install
That stuck them in /usr/local/nagios/libexec

Not sure, but I hope that helps. Good luck.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Cannot install nagios-plugins-all on RHEL 8.2

Post by benjaminsmith »

Thanks @turbine2!

Try installing the Linux Agent, it should work. It will install the NRPE agent plus the plugins automatically.

https://assets.nagios.com/downloads/nag ... _Agent.pdf

Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked