Skip to content

tvanerven/monitower

Repository files navigation

Monitower

Monitower is a containerized monitoring stack designed to provide observability and alerting for your infrastructure. This project leverages Docker Compose to orchestrate multiple services for metrics collection, visualization, error tracking, alert management, authentication, and container registry management.

Services

  • Prometheus: Collects and stores metrics from configured targets.
  • Grafana: Visualizes metrics and dashboards.
  • Alertmanager: Handles alerts sent by Prometheus.
  • Node Exporter: Exposes hardware and OS metrics for Prometheus.
  • Glitchtip: Provides error tracking and monitoring for your applications.
  • Registry: A private Docker registry for storing and distributing your container images.
  • Keycloak: Provides identity and access management, enabling single sign-on (SSO) and secure authentication for your services.

Getting Started

Prerequisites

Startup Instructions

  1. Clone this repository:

    git clone https://github.com/yourusername/monitower.git
    cd monitower
  2. Start all services:

    docker-compose up -d
  3. Access the dashboards and services:

  4. Stop the stack:

    docker-compose down

Configuration

  • Edit prometheus.yml to add scrape targets.
  • Configure Grafana dashboards and data sources as needed.
  • Adjust alert rules in Prometheus and Alertmanager configurations.
  • Set up projects and configure error reporting in Glitchtip.
  • Configure authentication and storage for the Registry as needed.
  • Set up realms, clients, and users in Keycloak to manage authentication and authorization for your services.

Purpose

Monitower provides a quick way to deploy a full-featured monitoring stack using Docker Compose. It is suitable for development, testing, or small-scale production environments, and includes a private registry for managing your container images, as well as integrated authentication with Keycloak.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published