r/collectd: Add missing processes.conf template
I forgot to `git add` the template file.jenkins-master
parent
f3c4b4d174
commit
93bf6593d7
|
@ -0,0 +1,11 @@
|
|||
{% if collectd_processes|d %}
|
||||
<Plugin processes>
|
||||
{% for proc in collectd_processes %}
|
||||
{% if proc.regex is defined %}
|
||||
ProcessMatch "{{ proc.name }}" "{{ proc.regex }}"
|
||||
{% else %}
|
||||
Process "{{ proc.name }}"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</Plugin>
|
||||
{% endif %}
|
Loading…
Reference in New Issue