-
Notifications
You must be signed in to change notification settings - Fork 781
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
Due to the use of a single, global UPS name field, only one local UPS may be used at a time. Technically a remote netclient monitor can also be used, but it also uses the same UPS name field, so use is limited.
This disallows the use of redundant UPS systems, and other more complex setups, with the NUT plugin.
Describe the solution you'd like
A user should be allowed to define as many local UPS drivers as they would like, each with a different name. A lit of UPSs, like what is done for firewall rules, would be perfect.
Describe alternatives you've considered
The plugin could be ignored completely and NUT configured manually.