Skip to content

aantoniuk-gl/Monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring

Monitoring system for logging messages from several systems

How to build

  • mvn clean install -DskipTests=true

How to run

  • java -jar target/crypto.poc.monitoring-1.0-SNAPSHOT.jar

By default running on port 8080

Endpoints:

Logging the messages:

  • Method: POST
  • Endpoint: \log
  • MediaType: application/json
  • Body: {"system":"test", "message":"msg"}

Result: log the messages to currentDir\log\log.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages