Fix the collectd network plugin config
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e7d4e4e905
commit
206873b92f
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue