plugins/inputs/processes/processes.go (5 lines of code) (raw):

package processes func (p *Processes) Description() string { return "Get the number of processes and group them by status" } func (p *Processes) SampleConfig() string { return "" }