Enable network monitoring
This commit is contained in:
parent
c8ba440042
commit
475c585fb0
|
@ -35,6 +35,7 @@
|
||||||
[[inputs.processes]]
|
[[inputs.processes]]
|
||||||
[[inputs.swap]]
|
[[inputs.swap]]
|
||||||
[[inputs.system]]
|
[[inputs.system]]
|
||||||
|
[[inputs.net]]
|
||||||
|
|
||||||
{% for entry in telegraf.inputs.cloudwatch %}
|
{% for entry in telegraf.inputs.cloudwatch %}
|
||||||
[[inputs.cloudwatch]]
|
[[inputs.cloudwatch]]
|
||||||
|
@ -84,3 +85,5 @@
|
||||||
port = "25575"
|
port = "25575"
|
||||||
password = "{{ vault_minecraft.rcon.password }}"
|
password = "{{ vault_minecraft.rcon.password }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
#[[inputs.syslog]]
|
||||||
|
|
Reference in New Issue