Merge pull request #224 from chu11/legacy_Q_option

Use long option for quiet cache
This commit is contained in:
Conrad Hoffmann 2024-12-06 10:13:49 +01:00 committed by GitHub
commit 1ae273d1a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ func (c IPMICollector) Cmd() string {
func (c IPMICollector) Args() []string {
return []string{
"-Q",
"--quiet-cache",
"--ignore-unrecognized-events",
"--comma-separated-output",
"--no-header-output",

View File

@ -59,7 +59,7 @@ func (c SELEventsCollector) Cmd() string {
func (c SELEventsCollector) Args() []string {
return []string{
"-Q",
"--quiet-cache",
"--comma-separated-output",
"--no-header-output",
"--sdr-cache-recreate",