• Stars
    star
    105
  • Rank 321,619 (Top 7 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created almost 7 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker compose collections

Docker Compose

Prometheus Grafana and Alertmanager

Docker compose script for setup monitoring tools using Grafana, Prometheus and Alertmanager.

Cadvisor

Docker compose script for docker container monitoring. You can use this for scrape using Prometheus

Blackbox Exporter

Docker compose script for monitoring services HTTP,HTTPS,DNS,TCP and ICMP using Blackbox.

Jenkins

Docker compose script for setup Jenkins using docker.

Nginx-proxy

Docker compose script for setup domain monitoring tools using Nginx docker.

Nginx-php-fpm

Docker compose script for setup webserver using Nginx and PHP docker.

Installation

$ git clone https://github.com/dimzrio/docker-compose.git

$ cd blackbox-exporter/blackboxdata

$ docker build -t prom/blackbox-exporter:v.1.0.0 .

$ cd ..

$ docker-compose up -d