How to identify PDU controllable outlets? #14971
Unanswered
llamafilm
asked this question in
Help Wanted!
Replies: 1 comment 2 replies
-
You can add a custom field to Power Outlet, and you can mark it as "UI Visible: If Set". Then if you don't set it, then it won't clutter up the UI for other power outlets. A Device Type has Power Outlet Templates. I'm not sure if custom fields on a Power Outlet Template are copied to the Power Outlet that is created when a device is instantiated (and if not, perhaps they should be). But at worst, you'd just do a bulk edit of the Power Outlets and set the custom fields as required. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some PDUs where only some outlets are controllable, for example Middle Atlantic RLNK-1615V.
I need to track which outlets are controllable and which are not, because I'm building a PDU rebooter service to kick failed devices.
If I could add a custom boolean field to the Power Outlet in the Device Type that would address this nicely. But that is not possible, see #12423.
I can add a keyword Controllable in the outlet name and use that as a filter in my rebooter service. But I wonder if it would be worthwhile to add a new field in the database for this.
Beta Was this translation helpful? Give feedback.
All reactions