1
0
Fork 0
home-stack-ansible/roles/nut-server/templates/upsmon.conf

5 lines
131 B
Plaintext
Raw Normal View History

2024-09-13 04:56:15 +00:00
# TODO: setup credentials
{% for name in nut_server.ups.keys() %}
2024-09-15 22:12:43 +00:00
MONITOR {{ name }}@localhost 1 monuser admin master
2024-09-13 04:56:15 +00:00
{% endfor %}