Skip to content

Commit

Permalink
fixed config file length
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Cerutti committed Feb 2, 2017
1 parent 9ff0c3a commit bfa289f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/ipmi_sensor/ipmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ var sampleConfig = `
## optionally specify the path to the ipmitool executable
## path = "/usr/bin/ipmitool"
## optionally specify one or more servers via a url matching. If servers is omitted, only the local machine sensor stats will be retrieved.
## optionally specify one or more servers via a url matching
## if no servers are specified, the local machine sensor stats will be queried
## [username[:password]@][protocol[(address)]]
## e.g.
## root:passwd@lan(127.0.0.1)
##
## servers = ["USERID:PASSW0RD@lan(192.168.1.1)"]
`

func (m *Ipmi) SampleConfig() string {
Expand Down

0 comments on commit bfa289f

Please sign in to comment.