uoa-monitor-service/README.md

1.2 KiB

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)