Support IPMI power commands #452
Closed
stv0g
started this conversation in
Feature requests
Replies: 2 comments 1 reply
-
I haven't heard of IPMI yet, but I think your suggestion is currently possible. About the two linked repos:
What I would suggest: Have a look at the readme here. There is an Alpine package called "ipmitool". You can install that. Every device in UpSnap has the possibility to set a custom command for ping, wake and shutdown. You could enter your ipmi command there. |
Beta Was this translation helpful? Give feedback.
1 reply
-
After #453 has not been merged, I added the missing packages by building my own Docker image: FROM ghcr.io/seriousm4x/upsnap:4
RUN apk add ipmitool |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would be great if we can extend UpSnap with the capability to send IPMI commands to control the power state of remote systems.
Most servers nowadays can be remotely managed by a Board Management Controller (ILO, iDRAC, ...). Most of them support the Intelligent Platform Management Interface (IPMI).
Thanks to a BMC we could implement even more cool things like:
Beta Was this translation helpful? Give feedback.
All reactions