ipmi power
1.0.0
This app lets you power cycle your machine remotely using the Intelligent Platform Management Interface (IPMI) protocol. You may also configure a schedule to automatically power on/off your system.
The app has been successfully tested with the Supermicro A2SDi-4C-HLN4F motherboard.
freeipmi or ipmitool installed on your system.Set the following environment variables:
| Environment variable | Description |
|---|---|
IPMI_NAME |
Server name |
IPMI_HOST |
Hostname or IP address |
IPMI_USERNAME |
Username |
IPMI_PASSWORD |
Password |
You can specify your custom power on/off schedule in the schedule.yml file and enable/disable the feature using the auto_power flag. This feature is disabled by default.
Install the gems, then run the app.
bundle install
foreman start
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureThe app is available as open source under the terms of the MIT License.