1、nz-talon 编译打包时,打包 telegraf-1.26.2 (当前最新版本) 2、内置 cpu,mem,disk ,io 等默认监控配置 3、telegraf service 名称: nz-telegraf 4、promtail service 名称改为: nz-promtail 5、nz-talon 更新时确保原有 telegraf 配置不丢失
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
# Get the number of processes and group them by status
|
|
# This plugin ONLY supports non-Windows
|
|
[[inputs.processes]]
|
|
## Use sudo to run ps command on *BSD systems. Linux systems will read
|
|
## /proc, so this does not apply there.
|
|
use_sudo = false |