tar -xf ipmi_exporter-v1.0.0.linux-amd64.tar.gz -C /opt/cd/opt/ipmi_exporter-v1.0.0.linux-amd64/ 增加配置文件 catipmi_remote.ymlmodules:10.193.x.x:#远控卡ip地址user:"root"#远控卡用户pass:"xxxxxxxxxxxxx"#远控卡密码# Available collectors are bmc, ipmi, chassis, and dcmicollectors:-b...
针对IPMI 管理工具 Prometheus 社区开发了一个 IPMI Exporter 来通过 IPMI 来获取监控数据,官方仓库是https://github.com/prometheus-community/ipmi_exporter,最新版本是 v1.4.0 ,发布于进 2021 年的 6 月 2 日。 IPMI Exporter 支持通过常规的/metrics接口暴露数据,以及通过 RMCP 支持 IPMI 的/ipmi接口,RMCP ...
version: '3.7' services: ipmi_exporter: build: context: . volumes: - ./ipmi_remote.yml:/config.yml:ro # replace with your own config ports: - 9290:9290 # bind on 0.0.0.0 # - 127.0.0.1:9290:9290 # or bind to specific interface hostname: ipmi_exporter_docker 1 2 3 4 5 6 7 8...
Add a description, image, and links to the ipmi-exporter topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the ipmi-exporter topic, visit your repo's landing page and select "manage topics." ...
51CTO博客已为您找到关于ipmi exporter的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及ipmi exporter问答内容。更多ipmi exporter相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
How to use it: https://github.com/srkaviani/prometheus_exporters/tree/main/ipmi_exporter Revisions RevisionDescriptionCreated Download Get this dashboard 1 Sign up for Grafana Cloud Create free account 2 Import the dashboard template Copy ID to clipboard or Download JSON Resources Docs: Importing ...
[prometheus-ipmi-exporter_1.8.0-1.dsc] [prometheus-ipmi-exporter_1.8.0.orig.tar.gz] [prometheus-ipmi-exporter_1.8.0-1.debian.tar.xz] 维护者: Ubuntu MOTU Developers (Mail Archive) Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly. Ori...
ipmi_exporter / go.sum go.sum 11.33 KB 一键复制 编辑 原始数据 按行查看 历史 Conrad Hoffmann 提交于 4年前 . Update dependencies 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
prometheus-ipmi-exporter のダウンロード アーキテクチャパッケージサイズインストールサイズファイル amd643,300.3 kB9,958.0 kB[ファイル一覧] arm642,968.3 kB9,546.0 kB[ファイル一覧] armhf2,979.9 kB9,574.0 kB[ファイル一覧] ...
Prometheus IPMI出口商 这是的IPMI出口商。 它既支持常规/metrics终结点,从正在运行导出程序的主机中暴露度量标准,又支持/ipmi终结点,该终结点支持通过RMCP的IPMI-在一个主机上运行的一个导出程序可用于监视大量IPMI通过将target参数传递给刮擦来进行接口。 导出器依靠套件中的工具来实现实际的IPMI。 安装 对于大多数...