sentry.rottigni.tech

レポ #50248052 | |
---|---|
著者 | Lorenzo Rottigni |
作成日 | 2023-09-11 |
更新日時 | 2025-05-16 |
押された | 2024-03-04 |
サイズ | null MB |
主な言語 | docker |
星の数 | 0 |
デフォルトのブランチ | main |
Docker
私を読んでください.md
sentry.rottigni.tech
Project Overview
This project is a monitoring solution designed to keep track of the status and performance of the following projects:
- https://www.rottigni.tech
- https://portfolio.rottigni.tech
- https://smtp.rottigni.tech
- https://cv.rottigni.tech
- https://jupyterhub.rottigni.tech
- https://storage.rottigni.tech
Table of Contents
Getting Started
Prerequisites
Before running this project, you will need to have the following installed:
- Docker
- Docker Compose
Installation
- Clone this repository:
git clone git@gitlab.com:LorenzoRottigni/sentry.rottigni.tech.git
- Navigate to project directory:
cd sentry.rottigni.tech
Build the Docker images:
docker-compose build
Start the Docker containers:
docker-compose up -d
Usage
Once the Docker containers are running, you can access the monitoring dashboard at:
- Grafana: http://localhost:5000
- Default Credentials: Username - admin, Password - admin
- Prometheus: http://localhost:9090
Docker Compose
The project uses Docker Compose to manage the containerized services. The docker-compose.yml
file defines the services and their configurations.
Grafana
Grafana is an open-source analytics and monitoring platform. It provides a powerful and customizable dashboard for visualizing metrics and logs.
Prometheus
Prometheus is an open-source monitoring and alerting toolkit. It collects and stores time-series data and can be used to query and alert on that data.
License
This project is licensed under the MIT License.