prometheus-pingdom-exporter
prometheus-pingdom-exporter copied to clipboard
prometheus-pingdom-exporter exports Pingdom metrics to Prometheus
prometheus-pingdom-exporter
prometheus-pingdom-exporter
exports Pingdom metrics to Prometheus.
Prerequisites
Getting prometheus-pingdom-exporter
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/
How to build
Dependencies
Building the binary
make
Building the docker image
make docker-image
Running prometheus-pingdom-exporter
Running the binary directly:
$ prometheus-pingdom-exporter server <USERNAME> <PASSWORD> <API-KEY>
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 <USERNAME> <PASSWORD> <API-KEY>
2016/07/09 11:22:04 Listening on port 8000
Help information can be found with the --help
flag.
Contact
- Mailing list: giantswarm
- Bugs: issues
Contributing & Reporting Bugs
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
License
prometheus-pingdom-exporter
is under the Apache 2.0 license. See the LICENSE file for details.