Fix the collectd network plugin config

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-05-26 16:18:41 +02:00
parent e7d4e4e905
commit 206873b92f
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -1,8 +1,11 @@
LoadPlugin network
<Plugin "network">
Server "log01"
{% if ansible_distribution_major_version != '6' %}
{% if ansible_distribution_major_version != '6' %}
Server "log01"
{% else %}
<Server "log01">
ResolveInterval 14400
{% endif %}
</Server>
{% endif %}
</Plugin>