Skip to content

Commit 8b26779

Browse files
committed
update SUPPORT_MATRIX & CHANGELOG
1 parent 250fd53 commit 8b26779

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ If you want run the ***IBM Spectrum Scale bridge for Grafana*** in a docker cont
1111
### Prerequisites
1212

1313
Before installing the IBM Spectrum Scale bridge for Grafana you must install the software prerequisites. Those are:
14-
1. [Performance Monitoring tool](https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.2.3/com.ibm.spectrum.scale.v4r23.doc/bl1adv_PMToverview.htm) installed and configured on your IBM Spectrum Scale device
15-
2. On the [collector node](https://www.ibm.com/support/knowledgecenter/en/STXKQY_5.0.4/com.ibm.spectrum.scale.v5r04.doc/bl1adv_configurecollector.htm) the following software need to be installed:
16-
- [Python2.7](https://www.python.org/downloads/release/python-2717/)/ [Python3.6](https://www.python.org/downloads/release/python-369/)
14+
1. [Performance Monitoring tool](https://www.ibm.com/support/knowledgecenter/en/STXKQY_5.0.5/com.ibm.spectrum.scale.v5r05.doc/bl1adv_PMToverview.htm) installed and configured on your IBM Spectrum Scale device
15+
2. On the [collector node](https://www.ibm.com/support/knowledgecenter/en/STXKQY_5.0.5/com.ibm.spectrum.scale.v5r05.doc/bl1adv_configurecollector.htm) the following software need to be installed:
16+
- [Python3.6](https://www.python.org/downloads/release/python-369/)
1717
- [CherryPy](https://cherrypy.org/)
1818

1919

2020
### Dependencies
2121
This package could be used for:
22-
- IBM Spectrum Scale devices having mimimum release level 5.0.3 FP2 and above
23-
- Grafana 6.0.0 and above
22+
- IBM Spectrum Scale devices having minimum release level 5.0.5 FP2 and above
23+
- Grafana 7.1.0 and above
2424

25-
To use this tool on the older IBM Spectrum Scale devices please refer to the [SUPPORT_MATRIX](/docs/SUPPORT_MATRIX.md) file.
25+
To use this tool on the **older** IBM Spectrum Scale devices please refer to the [SUPPORT_MATRIX](/docs/SUPPORT_MATRIX.md) file.
2626

2727

2828

2929
### Installation, Configuration and Usage
3030

3131
#### Step 1. Ensure that IBM Spectrum Scale meets prerequisite conditions
3232

33-
The IBM Spectrum Scale system must run 4.2.1. or above. Run mmlsconfig to view the current configuration data of a GPFS™ cluster).
33+
The IBM Spectrum Scale system must run 5.0.5.2 or above. Run mmlsconfig to view the current configuration data of a GPFS™ cluster).
3434

3535
The bridge works in permanent communication with the pmcollector. Therefore it is recommended to install and run this tool directly on a pmcollector node.
3636

docs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Version 6 (11/01/2020)
2+
3+
Removed python2 support
4+
5+
Added Dockerfile which can be used to run the bridge in a docker container.
6+
Added instructions describing how to build the bridge image and run it in a container
7+
8+
Set default location of the log file: './logs/zserver.log'
9+
10+
Source code refactoring(moved source code and example dashboards to the separate sub-directories)
11+
12+
Fixed the issue "GPFSNSDFS/GPFSNSDPool sensor metrics are not found by the bridge"
13+
14+
15+
116
# Version 5 (12/01/2019)
217

318
Moved the source code & documentation to the IBM GITHUB

docs/Example_Add_DataSource.png

1.45 KB
Loading

docs/RUNNING_AS_DOCKER_CONTAINER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Running the IBM Spectrum Scale Performance Monitoring Bridge in a docker container
22

3-
IMPORTANT The IBM Spectrum Scale system must run 5.0.5 or above.
3+
IMPORTANT The IBM Spectrum Scale system must run 5.0.5.2 or above.
44

55

66

docs/SUPPORT_MATRIX.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
The following matrix gives a quick overview of the supported software for the IBM Spectrum Scale bridge for Grafana packages by version number:
22

3+
# Version 6 (11/01/2020)
4+
- Python 3.6
5+
- CherryPy 18.0.0
6+
- IBM Spectrum Scale system must run 5.0.5 FP2 and above
7+
- Grafana 7.1.0 and above
8+
39
# Version 5 (12/01/2019)
410
- Python 2.7 or Python 3.6
511
- CherryPy 8.0.0 and above (For HTTPS connection required CherryPy 8.0.0/Python 2.7 or CherryPy 18.0.0/Python3.6)

0 commit comments

Comments
 (0)