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

prometheus-kemp-exporter exports Kemp statistics to Prometheus

License

Notifications You must be signed in to change notification settings

giantswarm/prometheus-kemp-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus-kemp-exporter

Build Status Go Report Card GoDoc Docker

prometheus-kemp-exporter exports Kemp statistics to Prometheus.

Prerequisites

Getting prometheus-kemp-exporter

Download the latest release: https://github.com/giantswarm/prometheus-kemp-exporter/releases/latest

Clone the git repository: https://github.com/giantswarm/prometheus-kemp-exporter.git

Download the latest docker image from here: https://hub.docker.com/r/giantswarm/prometheus-kemp-exporter/

How to build

Dependencies

Building the binary

make

Building the docker image

make docker-image

Running prometheus-kemp-exporter

Running the binary directly:

$ prometheus-kemp-exporter server <ENDPOINT> <USERNAME> <PASSWORD>
2016/06/10 10:23:15 Listening on port 8000

Running in a Docker container:

$ docker run -p 8000:8000 giantswarm/prometheus-kemp-exporter:latest server <ENDPOINT> <USERNAME> <PASSWORD>
2016/06/10 09:24:03 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-kemp-exporter is under the Apache 2.0 license. See the LICENSE file for details.