mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Removal of extra parameter
It seems that diskio and io are one and the same, so this causes it to be loaded twice. Removing the extra diskio.
This commit is contained in:
@ -43,7 +43,6 @@ telegraf_plugins_default:
|
|||||||
- plugin: swap
|
- plugin: swap
|
||||||
- plugin: netstat
|
- plugin: netstat
|
||||||
- plugin: processes
|
- plugin: processes
|
||||||
- plugin: diskio
|
|
||||||
- plugin: kernel
|
- plugin: kernel
|
||||||
|
|
||||||
# extra configuration - /etc/telegraf/telegraf.d/*
|
# extra configuration - /etc/telegraf/telegraf.d/*
|
||||||
|
Reference in New Issue
Block a user