Merge pull request #114 from astappiev/patch-1

Add `--output-sensor-state` argument to ipmi-sensors command
This commit is contained in:
Conrad Hoffmann 2022-06-17 11:28:56 +02:00 committed by GitHub
commit 2900c84847
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",
}
}