{"id":18266293,"url":"https://github.com/ssube/uptimerobot-exporter","last_synced_at":"2026-07-17T02:34:29.685Z","repository":{"id":42715679,"uuid":"393579991","full_name":"ssube/uptimerobot-exporter","owner":"ssube","description":"Prometheus Exporter for the UptimeRobot API","archived":false,"fork":false,"pushed_at":"2023-10-09T11:19:12.000Z","size":12,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T02:19:46.477Z","etag":null,"topics":["prometheus","prometheus-exporter","prometheus-metrics","uptime","uptime-monitor","uptime-robot","uptimerobot","uptimerobot-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-07T04:41:09.000Z","updated_at":"2023-05-12T17:04:50.000Z","dependencies_parsed_at":"2025-02-14T20:37:43.419Z","dependency_job_id":"a3ed8df3-40e4-4c1b-b763-17194585d1db","html_url":"https://github.com/ssube/uptimerobot-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ssube/uptimerobot-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssube%2Fuptimerobot-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssube%2Fuptimerobot-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssube%2Fuptimerobot-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssube%2Fuptimerobot-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssube","download_url":"https://codeload.github.com/ssube/uptimerobot-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssube%2Fuptimerobot-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279085729,"owners_count":26100020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["prometheus","prometheus-exporter","prometheus-metrics","uptime","uptime-monitor","uptime-robot","uptimerobot","uptimerobot-api"],"created_at":"2024-11-05T11:22:45.586Z","updated_at":"2025-10-15T14:55:54.473Z","avatar_url":"https://github.com/ssube.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uptime Robot Exporter\n\nThis is a Prometheus exporter for the Uptime Robot monitoring API.\n\n## API Auth\n\nThe Uptime Robot API offers read-only keys, meant for reading the monitor response times.\n\n1. Create a new `Read-Only API Key` in the dashboard, https://uptimerobot.com/dashboard#mySettings\n2. Put the resulting secrets in an `.env` file or k8s secret\n3. Mount or source those secrets before running `node index.js`\n\n## Configuration\n\nThe following environment variables must be set:\n\n- `UPTIME_KEY`\n  - the read-only API key\n\n## Metrics\n\nThe API has a GetMonitors endpoint that exposes the average and last sampled response times for each monitor.\nThe last response time has a corresponding timestamp, and may not be the current response time. The average is\ncalculate by the API.\n\n- `uptimerobot_response_last_seconds`\n  - `id`\n    - number\n  - `name`\n    - friendly name\n- `uptimerobot_response_avg_seconds`\n  - `id`\n    - number\n  - `name`\n    - friendly name\n- `uptimerobot_status`\n  - `id`\n    - number\n  - `name`\n    - friendly name\n\nMetrics are fetched once on startup, then on a scheduled interval, by default every 10 minutes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssube%2Fuptimerobot-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssube%2Fuptimerobot-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssube%2Fuptimerobot-exporter/lists"}