Update README.md

This commit is contained in:
Kris Sekula 2019-01-24 01:40:32 +01:00 committed by GitHub
parent 510f6c3cee
commit 133d25910d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions

View File

@ -173,21 +173,22 @@ Here is an example of thos the graphs look like:
with our addresses. Once done sace and use to import new dashboard to Grafana.
4. Install the script:
* Clone the repositry locally.
`git clone https://github.com/Kris-Sekula/Hyperflex-API.git'
```
git clone https://github.com/Kris-Sekula/Hyperflex-API.git'
```
* Create credentials file:
`vi hx_creds.py`
```
vi hx_creds.py
```
This is how the file should look like:
```
hosts=[{'host':'ip_HX_Cluster_1', 'username':'local/root', 'password':'password_HX1'},{'host':'ip_HX_Cluster2', 'username':'local/root', 'password':'password_HX2'}]
```
* run the script:
`python hx_metrics.py`
```
python hx_metrics.py
```
* Logs are created in the same directory, you can watch them to see if prometheus is calling the script every 1 minute.
Keywords: Cisco Hyperflex, API, python.