Skip to content

Lfdelossantos/healthcheck-monitoring

 
 

Repository files navigation

Healthcheck Monitoring Dashboard : Using this application we can easily monitor all the API or Service healthcheck and keep track of their status . This application will monitor preodically based on preconfigured time intervals in config file . Dashboard will show the status check mark with clour code and status code message . In case of any error we can view the Error message .

Archtecture :

Dashboard --> (ReactJS) --> (NodeJS) --> Target API's \

"proxy": "http://localhost:3838",

docker view docker view

Getting Started with Healthcheck Monitoring

npm install

npm run build

Runs the app [ node server.js / nodemon server.js / pm2 start server.js ]
Open http://localhost:3838 to view it in the browser.

About

NodeJS , ReactJS , Healthcheck , Monitoring , Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.6%
  • JavaScript 36.7%
  • HTML 6.7%
  • CSS 5.0%