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