It is a software development project that monitoring product offer.
Before you begin, ensure you have met the following requirements:
- You have a
Linux machine with Docker installed
To install this project, follow these steps once the project is cloned and inside the main directory :
Linux:
- Create docker-compose's .env file from .env.example
cp .env.example .env
- Run
docker network create web_monitor
- Run
docker network create postgresql_monitor
- Run
docker-compose up -d
- Change permission to exectute script.sh file
sudo chmod +x script.sh
- Run
./script.sh
- Create an alias in the
/etc/hosts
file for the location set in the VIRTUALHOST environment variable of your web server
To contribute follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
If you want to contact me you can reach me at [email protected].
This project uses the following license: GPL-3.0 License .