Identation and description

This commit is contained in:
Alexander Oleinik 2015-09-10 19:09:29 +00:00
parent 07c4f51157
commit 956cb528c2
1 changed files with 22 additions and 22 deletions

View File

@ -52,7 +52,7 @@ func (n *Webservercodes) SampleConfig() string {
} }
func (n *Webservercodes) Description() string { func (n *Webservercodes) Description() string {
return "Read webserver access log files and collects http return codes stats" return "Read webserver access log files and count http return codes found"
} }
func (n *Webservercodes) Gather(acc plugins.Accumulator) error { func (n *Webservercodes) Gather(acc plugins.Accumulator) error {