Go to file
Konstantinos Triantafyllou 6264d3b65e [master | DONE | UPDATED]: Filter non-default stakeholders when multiple entities are found for an indexed field in `CommonRepository`. 2026-04-27 17:18:05 +03:00
scripts [master | ADDED | DONE]: Add migration script to transform SubCategories into Topics with associated "Overview" Categories. 2026-04-02 13:17:50 +03:00
src/main [master | DONE | UPDATED]: Filter non-default stakeholders when multiple entities are found for an indexed field in `CommonRepository`. 2026-04-27 17:18:05 +03:00
.gitignore [master | UPDATED | DONE]: Refactor `StakeholderService` and `CommonRepository` to replace `findByAlias` and `findById` methods with a more generic `findByIndexedField`. 2026-04-27 16:26:50 +03:00
Dockerfile [master | DONE | CHANGED]: Add Docker support with `Dockerfile` for uoa-monitor-service and configure image building in Maven. (alternative) 2026-03-06 17:05:58 +02:00
README.md Update ReadMe with latest version 2025-05-27 15:29:35 +03:00
merge.sh Add info messages during merge 2022-09-13 13:01:53 +03:00
pom.xml Update dependencies: bump `uoa-admin-tools-library` and `uoa-notification-service` to version 2.1.0 2026-04-21 14:33:03 +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.2.2</version>
    <classifier>library</classifier>
</dependency>

Run

Check Spring boot Documentation (need Login)