diff --git a/plugins/apache/apache.go b/plugins/apache/apache.go index f4098b331..e90567826 100644 --- a/plugins/apache/apache.go +++ b/plugins/apache/apache.go @@ -19,8 +19,8 @@ type Apache struct { } var sampleConfig = ` -# An array of Apache status URI to gather stats. -urls = ["http://localhost/server-status?auto"] + # An array of Apache status URI to gather stats. + urls = ["http://localhost/server-status?auto"] ` func (n *Apache) SampleConfig() string {