首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在centos7.9 raspberrypi上安装centreon

在centos7.9 raspberrypi上安装centreon
EN

Stack Overflow用户
提问于 2021-03-03 03:52:40
回答 1查看 94关注 0票数 0

各位,你们能帮我吗?我在安装中心时遇到了问题:#yum install centreon-base-config-centreon-engine centreon输出

代码语言:javascript
复制
Loading mirror speeds from cached hostfile
  base: mirror.vpsnet.com
  centos-kernel: mirror.vpsnet.com
  extras: mirror.vpsnet.com
  updates: centosh9.centos.org
http://yum.centreon.com/standard/3.4/el7/stable/armhfp/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.


 One of the configured repositories failed (Centreon Entreprise Linux reposistory contains software to use with Centreon.),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=centreon-stable ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable centreon-stable
        or
            subscription-manager repos --disable=centreon-stable

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=centreon-stable.skip_if_unavailable=true

失败: repodata/repomd.xml from centreon-stable: Errno 256没有可尝试的镜像。http://yum.centreon.com/standard/3.4/el7/stable/armhfp/repodata/repomd.xml:Errno 14 HTTPS错误404 -找不到我所做的是: ls /etc/yum.repos.d/ nano /etc/yum.repos.d/centreon.repo #enabled=0

我在哪里可以找到"centreon-base-config-centreon-engine centreon“的包?

EN

回答 1

Stack Overflow用户

发布于 2021-04-28 15:22:22

不再支持Centreon 3.4版。您应该使用较新的版本。最新的是21.04。

这个版本附带了一个自动执行所有安装的脚本。在Centreon下载站点的"Packages“标签中对其进行了描述:https://download.centreon.com/

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66446204

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档