diff --git a/plugins/apache/apache.go b/plugins/apache/apache.go index ca91acf9d..307f84907 100644 --- a/plugins/apache/apache.go +++ b/plugins/apache/apache.go @@ -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