Update main.yml

Moved procstat to EXTRA section that need custom process name that can apply only in some hosts
This commit is contained in:
Alejandro
2015-10-29 09:55:44 -03:00
parent a3951d52a8
commit 37f3a8e208

View File

@ -23,10 +23,9 @@ telegraf_plugins_default:
- plugin: system - plugin: system
- plugin: swap - plugin: swap
- plugin: netstat - plugin: netstat
telegraf_plugins_extra:
- plugin: procstat - plugin: procstat
specifications: specifications:
- prefix = "" # optional string to prefix measurements - prefix = "" # optional string to prefix measurements
- exe = "java" # the name as pgrep can find - exe = "java" # the name as pgrep can find
telegraf_plugins_extra: