Add `--output-sensor-state` argument to ipmi-sensors command

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.
This commit is contained in:
Oleh Astappiev 2022-06-08 16:29:21 +02:00 committed by GitHub
parent f90205cc46
commit d6e55de0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ func (c IPMICollector) Args() []string {
"--no-header-output",
"--sdr-cache-recreate",
"--output-event-bitmask",
"--output-sensor-state",
}
}