Skip to content

Setup the IBM Spectrum Scale Performance Monitoring Bridge for classic IBM Spectrum Scale devices

Helene Wassmann edited this page Sep 21, 2021 · 14 revisions

Clone the repository using git in your favourite directory on the collector node. Alternatively download the zip package and unpack it :

# git clone https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana.git

Start the bridge application by issuing:

# cd source/

# python3 zimonGrafanaIntf.py --apiKeyValue

You will be prompted by a command line interface to provide the 'password'. Enter the scale_grafana API key value(32 hexadecimal digits sequence). You can also pass the key value directly (not recommended) by the zimonGrafanaIntf.py script invocation following the '--apiKeyValue' input parameter name. Alternatively, store the key value in the config.ini file. For more options configuring and invoking the API key for an IBM Spectrum Scale Performance Monitoring Bridge please read the WiKi article.

If the bridge did establish the connection to the specified pmcollector and the initialization of the metadata was performed successfully, you should get the message "server started" at the end of line. Otherwise check the zserver.log stored in the zimonGrafanaIntf directory. Additionally, check the pmcollector service running properly by issuing:

# systemctl status pmcollector

User Guide

Installation

Configuration

Maintenance

Troubleshooting

Use cases

Designing dashboards

Developer Guide

Clone this wiki locally