https://github.com/acalephstorage/ipmee
A handy CLI and API to manage server power state with IPMI
https://github.com/acalephstorage/ipmee
Last synced: 10 months ago
JSON representation
A handy CLI and API to manage server power state with IPMI
- Host: GitHub
- URL: https://github.com/acalephstorage/ipmee
- Owner: AcalephStorage
- License: apache-2.0
- Created: 2015-11-05T06:46:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T02:20:49.000Z (over 10 years ago)
- Last Synced: 2025-02-22T05:17:40.520Z (over 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ipmee
=====
A handy CLI and API to manage server power state with IPMI (API for now)
## Building
```
$ git submodule update
$ export GO15VENDOREXPERIMENT=1
$ go build .
```
## Running
```
$ ipmee -config /path/to/config.json
```
## Notes
Still WIP. Lots of stuff todo.