Skip to content

Dockerized Python web app that visualizes web-server logs with date/metric filters, an interactive chart, and a data table

Notifications You must be signed in to change notification settings

AltSpaceTG/MonitoringApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the application, execute the following commands

docker build -t monitor .
docker run -p 8081:8081 monitor

the application will be available at http://localhost:8081/

original task

About

Dockerized Python web app that visualizes web-server logs with date/metric filters, an interactive chart, and a data table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published