Skip to content

Commit 9734e6d

Browse files
committed
Disable monitoring dashboard build from the current repo
1 parent 5207081 commit 9734e6d

File tree

5 files changed

+19
-39
lines changed

5 files changed

+19
-39
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ hs_err_pid*
2525
# ignore Intellij-IDEA files
2626
*.iml
2727
.idea/
28+
.vscode/
2829
.DS_Store
2930

3031
# Eclipse files

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@
66
This repository houses tooling components required for WSO2 Micro Integrator. Each of these components interact with
77
the Management API of the WSO2 Micro Integrator to provide the information related to a specified server instance.
88

9-
# product-mi-components
10-
The two main tooling artifacts included here are as follows:
11-
1. [Command Line Interface](https://github.com/wso2/product-mi-tooling/tree/master/cmd) for WSO2 Micro Integrator.
12-
2. [Monitoring Dashboard](https://github.com/wso2/product-mi-tooling/tree/master/monitoring-dashboard) for WSO2 Micro Integrator.
9+
The tooling artifacts included here are as follows:
1310

14-
* Please refer the README.md files relevant to each module for more information on each of the modules.
15-
1. [Command Line Interface README.md](https://github.com/wso2/product-mi-tooling/blob/master/cmd/README.md)
16-
2. [Monitoring Dashboard README.md](https://github.com/wso2/product-mi-tooling/blob/master/monitoring-dashboard/README.md)
11+
## Command Line Interface
1712

13+
- [Command Line Interface](https://github.com/wso2/product-mi-tooling/tree/master/cmd) for WSO2 Micro Integrator.
14+
15+
- For more information refer [Command Line Interface README.md](https://github.com/wso2/product-mi-tooling/blob/master/cmd/README.md)
16+
17+
## Monitoring Dashboard
18+
19+
> **⚠️ NOTICE: Monitoring Dashboard is no longer maintained in this repository.**
20+
>
21+
> This monitoring dashboard is no longer maintained in this repository. Please use the new [Integration Control Plane](https://github.com/wso2/integration-control-plane) repository for the latest monitoring and management tools for WSO2 Micro Integrator.
1822
1923
# How to Contribute
2024
- Please report issues on [Github](https://github.com/wso2/micro-integrator).
2125
- Send your pull requests to [product-mi-tooling](https://github.com/wso2/product-mi-tooling) repository.
2226

2327

2428

25-
26-

monitoring-dashboard/README.md

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
1-
# Monitoring Dashboard for WSO2 Micro Integrator
1+
## Monitoring Dashboard for WSO2 Micro Integrator
22

3-
## Building from the source.
4-
5-
### Setting up the development environment.
6-
1. Install Node.js [14.X.X](https://nodejs.org/en/download/releases/).
7-
2. Fork the [Micro Integrator Tooling repository](https://github.com/wso2/product-mi-tooling).
8-
3. Clone your fork into any directory.
9-
4. Access the cloned directory and then navigate to `product-mi-tooling/monitoring-dashboard`. This
10-
will be the <DASHBOARD_REPO> for future reference.
11-
5. Run the script available by doing the following Apache Maven command.
12-
```mvn clean install```
13-
6. wso2mi-monitoring-dashboard-version.zip can be found in
14-
`<DASHBOARD_REPO>/distribution/target`.
15-
16-
### Running.
17-
- Extract the compressed archive generated to a desired location.
18-
```
19-
cd to the <DASHBOARD_HOME>/bin
20-
21-
Execute dashboard.sh or dashboard.bat as appropriate.
22-
```
23-
24-
- Load the login page with the dashboard context. i.e: https://localhost:9743/dashboard.
25-
26-
### Management API Address and Port
27-
The Management API address and Port is required when logging into the dashboard.
28-
NOTE: The default hostname is localhost and the port is 9164.
3+
> **⚠️ NOTICE: Monitoring Dashboard is no longer maintained in this repository.**
4+
>
5+
> This monitoring dashboard is no longer maintained in this repository. Please use the new [Integration Control Plane](https://github.com/wso2/integration-control-plane) repository for the latest monitoring and management tools for WSO2 Micro Integrator.

monitoring-dashboard/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<version>1.1.1-SNAPSHOT</version>
3434

3535
<modules>
36-
<module>components</module>
36+
<!-- <module>components</module>
3737
<module>distribution</module>
38-
<module>integration</module>
38+
<module>integration</module> -->
3939
</modules>
4040

4141
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</scm>
4949

5050
<modules>
51-
<module>monitoring-dashboard</module>
51+
<!-- <module>monitoring-dashboard</module> -->
5252
<!-- <module>encryption-client</module>-->
5353
</modules>
5454

0 commit comments

Comments
 (0)