All Projects → giantswarm → prometheus-pingdom-exporter

giantswarm / prometheus-pingdom-exporter

Licence: Apache-2.0 license
prometheus-pingdom-exporter exports Pingdom metrics to Prometheus

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to prometheus-pingdom-exporter

freeradius exporter
FreeRADIUS Prometheus Exporter
Stars: ✭ 25 (-45.65%)
Mutual labels:  prometheus
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (-13.04%)
Mutual labels:  prometheus
wildfly exporter
A prometheus exporter for Jboss Wildfly
Stars: ✭ 19 (-58.7%)
Mutual labels:  prometheus
hetzner exporter
Prometheus exporter for Hetzner
Stars: ✭ 16 (-65.22%)
Mutual labels:  prometheus
Lecture2Gether
A tool for synchronized online streaming
Stars: ✭ 52 (+13.04%)
Mutual labels:  prometheus
upf-epc
4G/5G Mobile Core User Plane
Stars: ✭ 97 (+110.87%)
Mutual labels:  prometheus
piccolo
Netty4长连接网关
Stars: ✭ 19 (-58.7%)
Mutual labels:  prometheus
airflow-prometheus-exporter
Export Airflow metrics (from mysql) in prometheus format
Stars: ✭ 25 (-45.65%)
Mutual labels:  prometheus
docker-pulls
A simple compose script to use in conjunction with the prometheus stack to monitor Docker pulls.
Stars: ✭ 19 (-58.7%)
Mutual labels:  prometheus
tilt-pitch
Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
Stars: ✭ 32 (-30.43%)
Mutual labels:  prometheus
mattermost-plugin-alertmanager
AlertManager Bot for Mattermost
Stars: ✭ 48 (+4.35%)
Mutual labels:  prometheus
nginx-prometheus
Turn Nginx logs into Prometheus metrics
Stars: ✭ 29 (-36.96%)
Mutual labels:  prometheus
dockerX
Examples of amazing Docker/Docker-Compose/Docker Swarm technologies
Stars: ✭ 17 (-63.04%)
Mutual labels:  prometheus
skalogs-bundle
Open Source data and event driven real time Monitoring and Analytics Platform
Stars: ✭ 16 (-65.22%)
Mutual labels:  prometheus
dockerize-and-ansible
🐳 Build & Deploy the containerized Dev & Prod Env
Stars: ✭ 20 (-56.52%)
Mutual labels:  prometheus
pm2-prometheus-exporter
🐰 🐰 pm2 prometheus exporter
Stars: ✭ 90 (+95.65%)
Mutual labels:  prometheus
k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+123.91%)
Mutual labels:  prometheus
hastic
Hastic standalone
Stars: ✭ 37 (-19.57%)
Mutual labels:  prometheus
KUR8
A visual overview of Kubernetes architecture and Prometheus metrics
Stars: ✭ 197 (+328.26%)
Mutual labels:  prometheus
Kong-API-Manager
Kong API Manager with Prometheus And Graylog
Stars: ✭ 78 (+69.57%)
Mutual labels:  prometheus

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].