mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-03 04:42:25 +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 {
|
func (c IPMICollector) Args() []string {
|
||||||
return []string{
|
return []string{
|
||||||
"-Q",
|
"--quiet-cache",
|
||||||
"--ignore-unrecognized-events",
|
"--ignore-unrecognized-events",
|
||||||
"--comma-separated-output",
|
"--comma-separated-output",
|
||||||
"--no-header-output",
|
"--no-header-output",
|
||||||
|
@ -59,7 +59,7 @@ func (c SELEventsCollector) Cmd() string {
|
|||||||
|
|
||||||
func (c SELEventsCollector) Args() []string {
|
func (c SELEventsCollector) Args() []string {
|
||||||
return []string{
|
return []string{
|
||||||
"-Q",
|
"--quiet-cache",
|
||||||
"--comma-separated-output",
|
"--comma-separated-output",
|
||||||
"--no-header-output",
|
"--no-header-output",
|
||||||
"--sdr-cache-recreate",
|
"--sdr-cache-recreate",
|
||||||
|
Loading…
Reference in New Issue
Block a user