-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] ipmitool dcmi power reading #1566
Comments
I would love to see this as well! Any word on if this is on the roadmap? |
It's not on the roadmap right now, but we would accept a pull request or you could do this with the |
I would love to have this as well, as my system does not report power usage on the standard "sdr" output. |
I have used the exec input to parse dcmi output from supermicro server:
|
Introduces the ability to specify some additional sensor paths to collect. Specifically, dcmi power reading and chassis power status. fixes: influxdata#1566
Hi, Can one of you grab one of the artifacts from this PR: #15495 (comment) You will need to update your IPMI sensor plugin config as follows: [[inputs.ipmi_sensor]]
sensors = ["sdr", "dcmi_power_reading"] And let me know if that provides the new metrics? Thanks |
Feature Request
Add support for parsing ' ipmitool dcmi power reading'
Proposal:
add support for parsing ipmitool dcmi power reading in the IPMI plugin
Current behavior:
ipmitool dcmi power reading is not parsed or reported
Desired behavior:
parse and report ipmitool dcmi power reading
Use case:
gather server power usage from the server its self
Example output:
The text was updated successfully, but these errors were encountered: