added newline apache.go
This commit is contained in:
parent
9acf7f688a
commit
cc3f492e62
plugins/apache
|
@ -20,7 +20,8 @@ type Apache struct {
|
|||
|
||||
var sampleConfig = `
|
||||
# An array of Apache status URI to gather stats.
|
||||
urls = ["http://localhost/server-status?auto"]`
|
||||
urls = ["http://localhost/server-status?auto"]
|
||||
`
|
||||
|
||||
func (n *Apache) SampleConfig() string {
|
||||
return sampleConfig
|
||||
|
|
Loading…
Reference in New Issue