Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
37
plugins/inputs/redfish/sample.conf
Normal file
37
plugins/inputs/redfish/sample.conf
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Read CPU, Fans, Powersupply and Voltage metrics of hardware server through redfish APIs
|
||||
[[inputs.redfish]]
|
||||
## Redfish API Base URL.
|
||||
address = "https://127.0.0.1:5000"
|
||||
|
||||
## Credentials for the Redfish API. Can also use secrets.
|
||||
username = "root"
|
||||
password = "password123456"
|
||||
|
||||
## System Id to collect data for in Redfish APIs.
|
||||
computer_system_id="System.Embedded.1"
|
||||
|
||||
## Metrics to collect
|
||||
## The metric collects to gather. Choose from "power" and "thermal".
|
||||
# include_metrics = ["power", "thermal"]
|
||||
|
||||
## Tag sets allow you to include redfish OData link parent data
|
||||
## For Example.
|
||||
## Thermal data is an OData link with parent Chassis which has a link of Location.
|
||||
## For more info see the Redfish Resource and Schema Guide at DMTFs website.
|
||||
## Available sets are: "chassis.location" and "chassis"
|
||||
# include_tag_sets = ["chassis.location"]
|
||||
|
||||
## Workarounds
|
||||
## Defines workarounds for certain hardware vendors. Choose from:
|
||||
## * ilo4-thermal - Do not pass 0Data-Version header to Thermal endpoint
|
||||
# workarounds = []
|
||||
|
||||
## Amount of time allowed to complete the HTTP request
|
||||
# timeout = "5s"
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
# tls_key = "/etc/telegraf/key.pem"
|
||||
## Use TLS but skip chain & host verification
|
||||
# insecure_skip_verify = false
|
Loading…
Add table
Add a link
Reference in a new issue