prometheus-pingdom-exporter
exports Pingdom metrics to Prometheus.
Download the latest release: https://github.com/giantswarm/prometheus-pingdom-exporter/releases/latest
Clone the git repository: https://github.com/giantswarm/prometheus-pingdom-exporter.git
Download the latest docker image from here: https://hub.docker.com/r/giantswarm/prometheus-pingdom-exporter/
make
make docker-image
Running the binary directly:
$ prometheus-pingdom-exporter server <API-TOKEN>
2016/07/09 12:20:51 Listening on port 8000
Running in a Docker container:
$ docker run -p 8000:8000 giantswarm/prometheus-pingdom-exporter:latest server <API-TOKEN>
2016/07/09 11:22:04 Listening on port 8000
Help information can be found with the --help
flag.
- Mailing list: giantswarm
- Bugs: issues
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
prometheus-pingdom-exporter
is under the Apache 2.0 license. See the LICENSE file for details.