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:
parent
f90205cc46
commit
d6e55de0b6
|
@ -139,6 +139,7 @@ func (c IPMICollector) Args() []string {
|
|||
"--no-header-output",
|
||||
"--sdr-cache-recreate",
|
||||
"--output-event-bitmask",
|
||||
"--output-sensor-state",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue