mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/nut: Fix typo in snmp-ups driver (#1626)
* Update ups.conf * Update Makefile * Update Makefile * Update Makefile
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PLUGIN_NAME= nut
|
||||
PLUGIN_VERSION= 1.6
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Network UPS Tools
|
||||
PLUGIN_DEPENDS= nut
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -59,7 +59,7 @@ driver=riello_usb
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.Nut.snmp.enable') and OPNsense.Nut.snmp.enable == '1' %}
|
||||
[{{ OPNsense.Nut.general.name }}]
|
||||
driver=snmp_ups
|
||||
driver=snmp-ups
|
||||
{% if helpers.exists('OPNsense.Nut.snmp.args') and OPNsense.Nut.snmp.args != '' %}
|
||||
{% for args in OPNsense.Nut.snmp.args.split(',') %}
|
||||
{{ args }}
|
||||
|
||||
Reference in New Issue
Block a user