Run gofmt.
This commit is contained in:
parent
c1992f18e5
commit
9f046cd88e
13 changed files with 1 additions and 21 deletions
|
|
@ -38,8 +38,7 @@ func init() {
|
|||
// RAID status through megacli.
|
||||
func NewMegaCliCollector() (Collector, error) {
|
||||
return &megaCliCollector{
|
||||
|
||||
cli: *megacliCommand,
|
||||
cli: *megacliCommand,
|
||||
driveTemperature: prometheus.NewGaugeVec(prometheus.GaugeOpts{
|
||||
Namespace: Namespace,
|
||||
Name: "megacli_drive_temperature_celsius",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue