A full stack application developed using MERN stack that checks the up and down status of network devices like Switch, Access Points, Servers, Domains, etc. Includes informative charts using chart.js with device down email notifications using Node Mailer.
Clone the Repositoy:
git clone https://github.com/IdreesEtewy/Network-Monitor
Go Inside the directory:
cd Network-Monitor
Build the docker image:
docker-compose build
Run the docker container on the background:
docker-compose up -d
Check the application:
http://localhost:3003/ [frontend]
http://localhost:5005/ [backend API]
Stopping the running container can be done with a single command:
docker-compose down
If you need to stop and remove containers, networks, and all images used by any service in docker-compose.yml file, use the command:
docker-compose down --rmi all
- Site live at [Not deployed yet]