Skip to content
Snippets Groups Projects
Commit b0a2b213 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

cflowd - `metering_process` as option

`metering_process` is not working in SR2se.
Making it optional and commenting out in group_vars
parent 5af6232e
No related branches found
No related tags found
1 merge request!170Bugfixes for SR2se/PE
......@@ -10,7 +10,9 @@
<sample-profile>
<profile-id>{{ profile.id }}</profile-id>
<sample-rate>{{ profile.sample_rate }}</sample-rate>
{% if profile.metering_process is defined %}
<metering-process>{{ profile.metering_process }}</metering-process>
{% endif %}
</sample-profile>
{% endfor %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment