Skip to content

duychau10/prometheus-pingdom-exporter

 
 

Repository files navigation

prometheus-pingdom-exporter

Build Status Go Report Card GoDoc Docker

prometheus-pingdom-exporter exports Pingdom metrics to Prometheus.

Prerequisites

Getting prometheus-pingdom-exporter

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/

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 --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.

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.

About

prometheus-pingdom-exporter exports Pingdom metrics to Prometheus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 71.0%
  • Makefile 25.6%
  • Dockerfile 3.4%