31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
|
# UOA Monitor Service
|
||
|
|
||
|
This service provides method in order to create templates and profiles for Monitor Dashboards.
|
||
|
Also includes notifications, admin-tools and stateless authorization.
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
- Check [Notification Service](https://code-repo.d4science.org/MaDgIK/uoa-notification-service)
|
||
|
- Check [Admin Tools Library](https://code-repo.d4science.org/MaDgIK/uoa-admin-tools-library)
|
||
|
|
||
|
### Mongo Configuration
|
||
|
|
||
|
monitor-service.mongodb.host # Required - Host of mongo server - Default: localhost
|
||
|
monitor-service.mongodb.database # Required - Database name
|
||
|
monitor-service.mongodb.username # Optional - Username if needed
|
||
|
monitor-service.mongodb.password # Optional - Password if needed
|
||
|
monitor-service.mongodb.port # Required - Mongo server port - Default: 27017
|
||
|
|
||
|
## Usage as dependency
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>eu.dnetlib</groupId>
|
||
|
<artifactId>uoa-monitor-service</artifactId>
|
||
|
<version>2.0.0</version>
|
||
|
<classifier>library</classifier>
|
||
|
</dependency>
|
||
|
|
||
|
## Run
|
||
|
|
||
|
Check [Spring boot Documentation](https://code-repo.d4science.org/MaDgIK/Documentation/wiki/Spring-boot) (need Login)
|