Skip to content

Commit

Permalink
refactor: reduce ipmi log
Browse files Browse the repository at this point in the history
  • Loading branch information
tanxiao1990 committed Jun 14, 2024
1 parent 0a773cb commit a5b8a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputs/ipmi/exporter/collector_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ type IPMIConfig struct {
Timeout uint32
}

func Collect(ch chan<- prometheus.Metric, host, binPath string, config IPMIConfig) {
func Collect(ch chan<- prometheus.Metric, host, binPath string, config IPMIConfig, debugMod bool) {
return
}

0 comments on commit a5b8a89

Please sign in to comment.