Go to file
Konstantinos Triantafyllou d599b7bb2d [maven-release-plugin] prepare for next development iteration 2024-10-16 23:36:53 +03:00
scripts [umbrella]: Add script to add standalone field with default value true. 2024-06-03 11:47:25 +03:00
src/main Update notification-service and admin-tools-library 2024-10-16 23:36:10 +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)