Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 659 Bytes

siemt3-logging

watchdog_client_nodejs_demo

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

watchdog_server

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

Database

Please run threshold_sb.sql to ensure the thresholds are in the database!