cfg/templates/nut/collectd.conf

9 lines
154 B
Plaintext

{% if collectd.nut.load_plugin -%}
LoadPlugin nut
{% endif %}
<Plugin nut>
{%- for ups in collectd.nut.ups %}
UPS "{{ ups }}"
{%- endfor %}
</Plugin>