Skip to content

Commit

Permalink
Merge pull request #224 from chu11/legacy_Q_option
Browse files Browse the repository at this point in the history
Use long option for quiet cache
  • Loading branch information
bitfehler authored Dec 6, 2024
2 parents 50d22df + ccbb13f commit 1ae273d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collector_ipmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion collector_sel_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1ae273d

Please sign in to comment.