Add wireguard and vmstat monitoring, monitor all disk IO
This commit is contained in:
parent
475c585fb0
commit
4f25f7b36d
|
@ -28,9 +28,8 @@
|
||||||
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
|
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
|
||||||
|
|
||||||
[[inputs.diskio]]
|
[[inputs.diskio]]
|
||||||
devices = ["vd*"]
|
|
||||||
|
|
||||||
[[inputs.kernel]]
|
[[inputs.kernel]]
|
||||||
|
[[inputs.kernel_vmstat]]
|
||||||
[[inputs.mem]]
|
[[inputs.mem]]
|
||||||
[[inputs.processes]]
|
[[inputs.processes]]
|
||||||
[[inputs.swap]]
|
[[inputs.swap]]
|
||||||
|
@ -87,3 +86,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#[[inputs.syslog]]
|
#[[inputs.syslog]]
|
||||||
|
|
||||||
|
{% if inventory_hostname == "n1" %}
|
||||||
|
[[inputs.wireguard]]
|
||||||
|
devices = ["wg0"]
|
||||||
|
{% endif %}
|
||||||
|
|
Reference in New Issue