{% if collectd_load_nut_plugin %}
LoadPlugin nut
{% endif %}
<Plugin nut>
{% for ups in collectd_nut_ups %}
UPS "{{ ups }}"
{% endfor %}
</Plugin>