ScaleIO
This module will monitor one or more ScaleIO (VxFlex OS) instances via VxFlex OS Gateway API.
notes
Module was tested on:
- VxFlex OS REST API v2.5
- VxFlex OS v2.6.1.1_113
- VxFlex OS 3.0.0.1_134, REST API v3.0
charts/collected metrics
Please see CHARTS.md
configuration
Needs only url of VxFlex OS Gateway API, MDM username and password.
Here is an example for 2 instances:
jobs:
- name : local
url : https://127.0.0.1
username : admin
password : password
- name : remote
url : https://100.64.0.1
username : admin
password : password
For all available options please see module configuration file.
Without configuration module won't work.