2018-07-11 23:43:49 +00:00
|
|
|
package processes
|
2016-03-06 06:04:54 +00:00
|
|
|
|
2016-03-08 10:42:31 +00:00
|
|
|
func (p *Processes) Description() string {
|
|
|
|
return "Get the number of processes and group them by status"
|
2016-03-06 06:04:54 +00:00
|
|
|
}
|
|
|
|
|
2016-03-08 10:42:31 +00:00
|
|
|
func (p *Processes) SampleConfig() string { return "" }
|