文件名称:redfish_exporter:导出程序从基于lenovodellsuperc服务器的基于Redfish的硬件中获取指标
文件大小:1.1MB
文件格式:ZIP
更新时间:2024-05-28 13:35:45
prometheus-exporter xcc redfish Go
redfish_exporter Prometheus导出器,用于从基于Redfish的服务器(例如lenovo / dell / Supermicro服务器)中获取指标。 配置 给出一个示例配置作为示例: hosts : 10.36.48.24 : username : admin password : pass default : username : admin password : pass groups : group1 : username : group1_user password : group1_pass 请注意,“ default”条目非常有用,因为它避免了所讨论的错误情况。 建造 要构建redfish_exporter可执行文件,请运行以下命令: make build 或在centos 7 doc
【文件预览】:
redfish_exporter-master
----go.mod(437B)
----main.go(5KB)
----.github()
--------workflows()
----config.yml.example(203B)
----go.sum(13KB)
----Changelog(276B)
----VERSION(6B)
----sampleOut()
--------storage_raid_drive1.json(1KB)
--------pcei-device.json(1017B)
--------chassis.json(3KB)
--------processors.json(917B)
--------storage_raid_volume_1.json(704B)
--------storage.json(542B)
--------manager.json(3KB)
--------storage_drives.json(2KB)
--------memory_1.json(1KB)
--------storage_storagecontroller.json(2KB)
--------storage_raid.json(2KB)
--------ServiceRoot.json(1KB)
--------memories.json(4KB)
--------system.json(6KB)
--------processor_1.json(2KB)
----collector()
--------manager_collector.go(4KB)
--------redfish_collector.go(6KB)
--------system_collector.go(29KB)
--------chassis_collector.go(22KB)
----scripts()
--------redfish_exporter.service(248B)
--------build_rpm.sh(654B)
--------redfish_exporter.yml(66B)
--------redfish_exporter.spec(2KB)
----LICENSE(11KB)
----README.md(2KB)
----Makefile(3KB)
----Dockerfile.Centos8-builder(452B)
----.gitignore(284B)
----REST_API_user_manual.pdf(1.09MB)
----Dockerfile.Centos7-builder(452B)
----config.go(1KB)