Icinga / icingadb

Icinga configuration and state database supporting multiple environments
https://icinga.com
GNU General Public License v2.0
59 stars 21 forks source link

icinga-redis dependency package is missing #135

Closed mrgohin closed 4 years ago

mrgohin commented 4 years ago

Hi,

I tried to install IcingaDB but got following error from yum:

# yum install icingadb
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.plusline.net
 * centos-sclo-rh: ftp.plusline.net
 * centos-sclo-sclo: mirror.23media.com
 * epel: ftp.plusline.net
 * extras: mirror.checkdomain.de
 * updates: ftp.plusline.net
Resolving Dependencies
--> Running transaction check
---> Package icingadb.x86_64 0:1.0.0-0.rc1.1.el7.icinga will be installed
--> Processing Dependency: icinga-redis for package: icingadb-1.0.0-0.rc1.1.el7.icinga.x86_64
--> Finished Dependency Resolution
Error: Package: icingadb-1.0.0-0.rc1.1.el7.icinga.x86_64 (icinga-testing-builds)
           Requires: icinga-redis
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

CentOS Linux release 7.6.1810 (Core)

Greets,

htriem commented 4 years ago

Hey :)

Have you tried including the release repository?

rpm --import https://packages.icinga.com/icinga.key

wget https://packages.icinga.com/epel/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo

It's required for the icinga-redis package, which seems to be missing in your attempt.

htriem commented 4 years ago

Asked @m4k5ym and the issue is resolved. 👍