Hello,
I am installing the last version (22.04) open source of centreon but I encounter problems.
I'm going with a distributed architecture (1 central machine, 1 database and pollers).
All my VMs are freshly installed OS whose characteristics are as follows:
[root@sup-cent-01 ~]# cat /etc/centos-release
AlmaLinux release 8.6 (Sky Tiger)
[root@sup-cent-01 ~]# uname -m
x86_64
[root@sup-cent-01 ~]# uname -r
4.18.0-372.16.1.el8_6.x86_64
I want to install via packages, I followed this procedure:
https://docs.centreon.com/docs/installation/installation-of-a-central-server/using-packages/
My problem is that on the central, arrived at step (With a remote database / Run the following command on the Central server:) “dnf install -y centreon-central” I encounter these errors:
Error:
Problem: package centreon-central-22.04.1-8.el8.noarch requires centreon-license-manager < 22.05.0, but none of the providers can be installed
- package centreon-central-22.04.1-8.el8.noarch requires centreon-license-manager >= 22.04.0, but none of the providers can be installed
- package centreon-license-manager-22.04.0-1.el8.noarch requires php-pecl-gnupg >= 1.5, but none of the providers can be installed
- cannot install the best candidate for the job
- package php-pecl-gnupg-1.5.0-1.el8.remi.7.2.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.0-1.el8.remi.7.3.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.0-1.el8.remi.7.4.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.0-1.el8.remi.8.0.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.0-2.el8.remi.8.1.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.1-1.el8.remi.7.2.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.1-1.el8.remi.7.3.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.1-1.el8.remi.7.4.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.1-1.el8.remi.8.0.x86_64 is filtered out by modular filtering
- package php-pecl-gnupg-1.5.1-1.el8.remi.8.1.x86_64 is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
I admit that I am neither an expert in centreon nor in linux and I wonder what I should do.
Maybe I should try to install an older version of centreon?
Thanks
Cordially