prometheus-kemp-exporter
exports Kemp statistics to Prometheus.
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/
- github.com/giantswarm/kemp-client
- github.com/prometheus/client_golang
- github.com/spf13/cobra
make
make docker-image
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.
- Mailing list: giantswarm
- IRC: #giantswarm on freenode.org
- Bugs: issues
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
prometheus-kemp-exporter
is under the Apache 2.0 license. See the LICENSE file for details.