ScaleIO
This module will monitor one or more ScaleIO (VxFlex OS) instances via VxFlex OS Gateway API.
It collects metrics for following ScaleIO components:
ScaleIO module is tested on:
- VxFlex OS v2.6.1.1_113. REST API v2.5
- VxFlex OS v3.0.0.1_134, REST API v3.0
Charts
System charts:
- Total Capacity in
KiB
- Capacity In Use in
KiB
- Capacity Usage in
KiB
- Available For Volume Allocation in
KiB
- Capacity Health State in
KiB
- Primary Backend Bandwidth Total (Read and Write) in
KiB/s
- Primary Backend Bandwidth in
KiB/s
- Primary Backend IOPS Total (Read and Write) in
iops/s
- Primary Backend IOPS in
iops/s
- Primary Backend I/O Size Total (Read and Write) in
KiB
- Rebalance in
KiB/s
- Rebalance Pending Capacity in
KiB
- Rebalance Approximate Time Until Finish in
seconds
- Rebuild Bandwidth Total (Forward, Backward and Normal) in
KiB/s
- Rebuild Pending Capacity Total (Forward, Backward and Normal) in
KiB
- Components in
number
- Volumes By Type in
number
- Volumes By Mapping in
number
Storage Pool charts:
- Total Capacity in
KiB
- Capacity In Use in
KiB
- Capacity Usage in
KiB
- Capacity Utilization in
percentage
- Available For Volume Allocation in
KiB
- Capacity Health State in
KiB
- Components in
number
Sdc charts:
- MDM Connection State in
boolean
- Bandwidth in
KiB/s
- IOPS in
iops/s
- I/O Size in
KiB
- Mapped Volumes in
volumes
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
tls_skip_verify: yes # self-signed certificate
- name: remote
url: https://203.0.113.10
username: admin
password: password
For all available options please see module configuration file.
Without configuration module won't work.
Troubleshooting
Check the module debug output.
Run following command as netdata user:
./go.d.plugin -d -m scaleio