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