blob: d4b876c7634d7c6969b411b1a55e41af58342061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# SO Monitoring
----
## Introduction
SO Monitoring provides multiple useful features:
* Search/Filtering Menu
* A graphical user interface
* Workflow pathing
* Subflow navigation
* Access to the workflow variables
## Compiling / Running
Compiling is simple: `mvn clean install`
Compilation may fail if your code is not formatted properly.
## Components
### so-monitoring-handler
### so-monitoring-service
Backend API for so-monitoring. Requires basic auth to access it.
Default credentials:
- with role GUI-Client: gui/password1$
Note that these default users should be changed for production.
### so-monitoring-ui
UI for so-monitoring has a separate README.md - so-monitoring/so-monitoring-ui/src/main/frontend/README.md
|