Go to file
Konstantinos Triantafyllou 976a11b81c Merge remote-tracking branch 'origin/spring-boot3' into indicatorPathGroups 2024-10-16 23:41:41 +03:00
scripts Add indicatorPathGroups in Indicator and remove indicatorPaths. 2024-06-18 10:05:17 +03:00
src/main Merge remote-tracking branch 'origin/spring-boot3' into indicatorPathGroups 2024-10-16 23:41:41 +03:00
.gitignore Adding make.sh in .gitignore 2022-08-31 16:42:22 +03:00
README.md [spring-boot3]: Upgrade to spring boot 3 2024-10-15 10:26:04 +03:00
merge.sh Add info messages during merge 2022-09-13 13:01:53 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2024-10-16 23:36:53 +03:00

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

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)