Skip to content

Commit bcd8f85

Browse files
committed
restructuring example dashboards
-moved source code and example dashboards to separate sub-directories -tested and updated example dashboards with Grafana 7.0
1 parent 735a0f4 commit bcd8f85

File tree

59 files changed

+33906
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+33906
-5
lines changed

Advanced_dashboard_set.zip

-8.88 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ Check the SUPPORT_MATRIX file for the recommended version.
4848
Clone the repository using git in your favorite directory on the collector node. Alternatively download the zip package and unpack it :
4949

5050
```shell
51-
# unzip ibm-spectrum-scale-bridge-for-grafana.zip
51+
# git clone https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana.git
5252
```
5353

5454
Start the bridge application by issuing:
5555

5656
```shell
57-
# python zimonGrafanaIntf.py
57+
# cd source/
58+
59+
# python3 zimonGrafanaIntf.py
5860
```
5961

6062
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:
@@ -75,7 +77,7 @@ Download and install [Grafana](https://grafana.com/get) according to the given i
7577

7678
Define a new data source (Data Sources -> Add New)
7779

78-
![](Example_Add_DataSource.png)
80+
![](/docs/Example_Add_DataSource.png)
7981

8082
**NOTE**: The IBM Spectrum Scale bridge listens on port 4242 for HTTP connections, and on port 8443 for HTTPS connections
8183

default_dashboards_set.zip

-27 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

IMPORTING_EXAMPLE_DASHBOARDS.md renamed to docs/IMPORTING_EXAMPLE_DASHBOARDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Importing dashboards from Example Dashboards bundle
22

3-
With the bridge version 4, the new collection of example dashboards (["Example Dashboards bundle"](example_dashboards_bundle.zip)) has been added to the available for free download resources. These new dashboards could be used for managing a multi-cluster environment. Also the ["default dashboards set"](default_dashboards_set.zip) and ["Advanced Dashboards set"](Advanced_dashboard_set.zip) have been merged into this download package.
3+
With the bridge version 4, the new collection of example dashboards (["Example Dashboards bundle"](examples/example_dashboards_bundle)) has been added to the available for free download resources. These new dashboards could be used for managing a multi-cluster environment. Also the ["default dashboards set"](examples/example_dashboards_bundle/Predefined Basic Dashboards/) and ["Advanced Dashboards set"](examples/example_dashboards_bundle/Advanced Dashboards/) have been merged into this download package.
44

55

66

@@ -23,4 +23,4 @@ Each dashboard, included in the download package, can be imported and used as st
2323

2424
If you want to make a usage of the dashboards list overview as shown in the screenshot below, it is recommended to set the Grafana's home dashboard to the "Available Dashboards". For more information about how to change the home dashboard settings in Grafana read [this](https://community.grafana.com/t/change-home-dashboard/7441) Grafana's Community post.
2525

26-
![](AvailableDashboards.PNG)
26+
![](/docs/AvailableDashboards.PNG)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)