this is a sample implementation for a log file reading program that sends an http post request with the a new log file line
run client with npm start
and install dependencies with npm install
ATTENTION! Server runs on Port 8080 at the moment
this is a springboot based http rest api server made to handle the requests from watchdog client.
This was created with the help of spring initializr
to start backend run main in watchdog_server/src/main/java/com/siemt3/WatchdogServerApplication.java
Please run threshold_sb.sql to ensure the thresholds are in the database!