mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
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:
@ -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:
|
|
||||||
|
Reference in New Issue
Block a user