Identation and description
This commit is contained in:
parent
07c4f51157
commit
956cb528c2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue