Updated version and added plugins

Updated for 0.2.0 version and added plugins netstat and procstat that has new  "specifications" params
This commit is contained in:
Alejandro
2015-10-29 09:47:54 -03:00
parent a41e4f9c84
commit 677950be23

View File

@ -1,11 +1,9 @@
---
# defaults file for ansible-telegraf
telegraf_agent_version: 0.1.9
telegraf_agent_version: 0.2.0
telegraf_agent_interval: 10
telegraf_agent_debug: False
telegraf_agent_utc: True
telegraf_agent_precision: s
telegraf_agent_tags:
@ -24,5 +22,11 @@ telegraf_plugins_default:
- plugin: mem
- plugin: system
- plugin: swap
- plugin: netstat
- plugin: procstat
specifications:
- prefix = "" # optional string to prefix measurements
- exe = "java" # the name as pgrep can find
telegraf_plugins_extra: