Konstantinos Triantafyllou d599b7bb2d | ||
---|---|---|
scripts | ||
src/main | ||
.gitignore | ||
README.md | ||
merge.sh | ||
pom.xml |
README.md
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
- Check 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 (need Login)