Page 1 of 1

Cannot install nagios-plugins-all on RHEL 8.2

Posted: Sat Feb 06, 2021 6:06 am
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.

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

Posted: Fri Feb 12, 2021 5:23 am
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.

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

Posted: Fri Feb 12, 2021 2:28 pm
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