Add support for NUT (EATON inverter)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Managed by Ansible - DO NOT EDIT MANUALLY
|
||||
# See: https://networkupstools.org/docs/man/ups.conf.html
|
||||
|
||||
[{{ nut_ups_name }}]
|
||||
driver = {{ nut_ups_driver }}
|
||||
port = auto
|
||||
desc = "{{ nut_ups_description }}"
|
||||
pollinterval = {{ nut_ups_pollinterval }}
|
||||
maxretry = {{ nut_ups_maxretry }}
|
||||
{% if nut_ups_vendorid %}
|
||||
vendorid = {{ nut_ups_vendorid }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user