{"id":37107612,"url":"https://github.com/latchmihay/edge-pinger","last_synced_at":"2026-01-14T12:55:48.472Z","repository":{"id":85930502,"uuid":"203877033","full_name":"latchmihay/edge-pinger","owner":"latchmihay","description":"Ping's hostnames in an interval and provides a prometheus endpoint with the metrics","archived":false,"fork":false,"pushed_at":"2019-08-24T14:05:40.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-26T11:26:30.163Z","etag":null,"topics":["metrics","pinger","pings","prometheus","prometheus-endpoint"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/latchmihay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-22T21:37:07.000Z","updated_at":"2024-06-19T06:35:30.834Z","dependencies_parsed_at":"2023-05-03T15:33:52.745Z","dependency_job_id":null,"html_url":"https://github.com/latchmihay/edge-pinger","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/latchmihay/edge-pinger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latchmihay%2Fedge-pinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latchmihay%2Fedge-pinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latchmihay%2Fedge-pinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latchmihay%2Fedge-pinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/latchmihay","download_url":"https://codeload.github.com/latchmihay/edge-pinger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latchmihay%2Fedge-pinger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["metrics","pinger","pings","prometheus","prometheus-endpoint"],"created_at":"2026-01-14T12:55:47.602Z","updated_at":"2026-01-14T12:55:48.465Z","avatar_url":"https://github.com/latchmihay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Small utility that pings a list or domain names and serves a prometheus endpoint with the results. \nPrometheus metrics are at `:8080/metrics`\n\n##### Example Configuration:\n```hcl\ncount = 5\ntimeout = \"10s\"\ninterval = \"60s\"\naddresses = [\n  \"google.com\",\n  \"facebook.com\",\n  \"github.com\",\n]\n```\n\n##### Options:\n```console\n  -config string\n        Path to edge pinger configuration file\n  -debug\n        Debug (default: false)\n  -port int\n        Port to listen for Prometheus requests (default 8080)\n```\n\n## How to run:\n```console\n$ go run main.go --config example/edge-pinger-configuration.hcl \n2019/08/22 17:39:27 Initiating a ping loop for google.com Count=5 Timeout=10s Interval=1m0s\n2019/08/22 17:39:27 Initiating a ping loop for facebook.com Count=5 Timeout=10s Interval=1m0s\n2019/08/22 17:39:27 Initiating a ping loop for github.com Count=5 Timeout=10s Interval=1m0s\n2019/08/22 17:39:27 Listening on :8080\n```\n\n### How to run in container:\n```console\ndocker run --sysctl net.ipv4.ping_group_range=\"0 2147483647\" -p 8080:8080 -v $(pwd)/example/edge-pinger-configuration.hcl:/config.hcl quay.io/latchmihay/edge-pinger:latest --config /config.hcl --debug\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flatchmihay%2Fedge-pinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flatchmihay%2Fedge-pinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flatchmihay%2Fedge-pinger/lists"}