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.
- Please make sure you have
freeipmi
oripmitool
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
The app is available as open source under the terms of the MIT License.