https://github.com/bigouden/uptime-robot-exporter
Uptime Robot Prometheus Exporter
https://github.com/bigouden/uptime-robot-exporter
alerting devops docker metrics monitoring observability prometheus prometheus-exporter
Last synced: about 2 months ago
JSON representation
Uptime Robot Prometheus Exporter
- Host: GitHub
- URL: https://github.com/bigouden/uptime-robot-exporter
- Owner: Bigouden
- Created: 2023-05-21T11:57:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T11:02:26.000Z (about 1 year ago)
- Last Synced: 2025-06-01T20:11:22.379Z (about 1 year ago)
- Topics: alerting, devops, docker, metrics, monitoring, observability, prometheus, prometheus-exporter
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uptime Robot Exporter
## Quick Start
```bash
DOCKER_BUILDKIT=1 docker build -t uptime-robot-exporter .
docker run -dit --name uptime-robot-exporter --env UPTIME_ROBOT_API_KEY=xxx
```
## Metrics
```bash
# HELP uptime_robot_status Uptime Robot Status
# TYPE uptime_robot_status gauge
uptime_robot_status{create_datetime="1684600296",friendly_name="Google",id="xxx",interval="300",job="uptime-robot-exporter",status="2",timeout="30",type="1",url="https://www.google.fr"} 2.0
```