Skip to content

Commit

Permalink
Add --output-sensor-state argument to ipmi-sensors command
Browse files Browse the repository at this point in the history
I received an error collection ipmi sensors status, because my output table is missing status column. It can be added by the argument according to `--help` information.
  • Loading branch information
astappiev authored Jun 8, 2022
1 parent f90205c commit d6e55de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector_ipmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func (c IPMICollector) Args() []string {
"--no-header-output",
"--sdr-cache-recreate",
"--output-event-bitmask",
"--output-sensor-state",
}
}

Expand Down

0 comments on commit d6e55de

Please sign in to comment.