prometheus-pingdom-exporter exports Pingdom metrics to Prometheus.
Download the latest release: https://github.com/duychau10/prometheus-pingdom-exporter/releases/tag/0.1.0
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 <API-TOKEN>
2022/02/18 17:15:20 Listening on port 8000
$ prometheus-pingdom-exporter server --api_token_file <API-TOKEN-FILE>
2022/02/18 17:20:48 Listening on port 8000
Running in a Docker container:
$ docker run -p 8000:8000 giantswarm/prometheus-pingdom-exporter:latest server --api_token <API-TOKEN>
2022/02/18 17:24:10 Listening on port 8000
$ docker run -p 8000:8000 giantswarm/prometheus-pingdom-exporter:latest server --api_token_file <API-TOKEN-FILE>
2022/02/18 17:29:55 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.