honeybee
Goto Top

Icinga 2: Check Plugins unter CentOS 8

Hallo,

ich wollte die Check Plugins installieren, wie in der Icinga-Dokumentation angegeben, aber es schlägt mit einem Fehler fehl:

[root@xxx]# dnf install nagios-plugins-all
Last metadata expiration check: 2:02:15 ago on Wed Aug 18 09:06:00 2021.
Error:
 Problem: package nagios-plugins-all-2.3.3-5.el8.x86_64 requires nagios-plugins-disk_smb, but none of the providers can be installed
  - package nagios-plugins-disk_smb-2.3.3-5.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)  

Ich finde in der Doku nichts, welche Pakete man vorher installieren muss, um die Abhängigkeiten zu beseitigen.
Wie kann ich die Check Plugins unter CentOS 8 installieren?

Content-ID: 1168238153

Url: https://administrator.de/forum/icinga-2-check-plugins-unter-centos-8-1168238153.html

Ausgedruckt am: 03.04.2025 um 06:04 Uhr

honeybee
Lösung honeybee 18.08.2021 um 11:41:54 Uhr
Goto Top
Habe die Lösung gefunden.

In der folgenden Doku wegen der abhängigen PowerTools Repository für EPEL (https://icinga.com/docs/icinga-2/latest/doc/02-installation/#package-rep ..) gibt es einen Fehler. Es soll folgendes sein:

dnf config-manager --set-enabled powertools
statt
dnf config-manager --set-enabled PowerTools

Erst dann lassen sich die Check Plugins installieren.