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/
- github.com/russellcardullo/go-pingdom
- github.com/prometheus/client_golang
- github.com/spf13/cobra
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.