Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (44 loc) · 2.44 KB

README.md

File metadata and controls

70 lines (44 loc) · 2.44 KB

prometheus-pingdom-exporter

Build Status Go Report Card GoDoc Docker IRC Channel

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

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.