https://github.com/bcambl/hpilo-warranty
Check warranty status on multiple servers via iLO IP
https://github.com/bcambl/hpilo-warranty
Last synced: over 1 year ago
JSON representation
Check warranty status on multiple servers via iLO IP
- Host: GitHub
- URL: https://github.com/bcambl/hpilo-warranty
- Owner: bcambl
- Created: 2014-10-31T13:34:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T20:13:11.000Z (over 11 years ago)
- Last Synced: 2025-02-27T11:28:46.659Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hpilo-warranty
==============
###Description
Check warranty status on multiple servers via iLO IP.
###Instructions
To install this project:
```
$ git clone https://github.com/bcambl/hpilo-warranty.git
```
```
$ cd hpilo-warranty
```
```
$ git submodules init
```
```
$ git submodules update --remote
```
(*note: `--remote` is important.*)
Create file 'serverlist' in the same directory as checkwarranty.py
```
$ cp examples/serverlist.example serverlist
```
Edit serverlist with a list of iLO IP's or iLO hostnames (one per line)
Run the checkwarranty script
```
$ python checkwarranty.py
```
Once the script has completed, view 'warranty_results.csv' for warranty results
####Credit/Thanks:
http://ocdnix.wordpress.com/
https://github.com/iutrs/hpisee.git