Skip to content

Bunsarak27/monitoring-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a local monitoring lab for the CyberLab monitoring project. It uses Docker Compose to start Prometheus, Grafana, and Blackbox Exporter for early testing.

How to run locally: clone, enter folder, run compose, open URLs. Default ports: Grafana 3300, Prometheus 9090, Blackbox 9115.

Prerequisites

Make sure you have installed:

  • Docker
  • Docker Compose

Run locally

Clone the repository and start the containers:

git clone https://github.com/Bunsarak27/monitoring-lab.git
cd monitoring-lab
docker compose up -d

To stop the stack:

docker compose down

To check logs:

docker compose logs -f prometheus
docker compose logs -f grafana
docker compose logs -f blackbox

Services

After starting the stack, open:

Default Grafana login

  • Username: admin
  • Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors