Skip to content

hahasheminejad/telemetry-prometheus-grafana

Repository files navigation

Docker Telemetry - Prometheus - Grafana Stack for NX-OS

========

A monitoring solution for NX-OS switches with Prometheus, Grafana, NodeExporter.

Prerequisites

Docker Engine >= 1.13 Docker Compose >= 1.11

Installation

Docker compose is required to run this.

Clone this repository on your Docker host, cd into directory and run compose up:

$ cd telemetry-prometheus-grafana
$ docker-compose up -d

Diagram:

Containers:

  • Prometheus (metrics database) http://<host-ip>:9090
  • Prometheus-Pushgateway (push acceptor for ephemeral and batch jobs) http://<host-ip>:9091
  • Grafana (visualize metrics) http://<host-ip>:3000
  • NodeExporter (host metrics collector)
  • Docker Telemetry Receiver http://<host-ip>:50001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages