phstudy / smokeping_exporter

Docker build of the smokeping_prober project. Used to run and expose SmokePing results to Prometheus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smokeping Exporter

Docker image of the smokeping_prober Prometheus client implementation of smokeping.

Usage

Pull the image and run it using your preferred method. Standalone from the command line, you can run as follows. See smokeping_prober for list of command line options. These can be added via "CMD" override:

docker pull jrowe88/smokeping_exporter
docker run -d -p 9374:9374 --name smokeping_exporter jrowe88/smokeping_exporter

References

  1. Prometheus implementation project by SuperQ: SuperQ/smokeping_prober
  2. Smoke Ping: Website | GitHub
  3. Prometheus monitoring solution

About

Docker build of the smokeping_prober project. Used to run and expose SmokePing results to Prometheus.

License:MIT License


Languages

Language:Dockerfile 100.0%