mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-22 06:00:01 +00:00
Merge pull request #224 from chu11/legacy_Q_option
Use long option for quiet cache
This commit is contained in:
commit
1ae273d1a4
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user