{"id":29135057,"url":"https://github.com/fl64/connectivity-prober","last_synced_at":"2025-08-22T10:17:01.510Z","repository":{"id":297976697,"uuid":"998467266","full_name":"fl64/connectivity-prober","owner":"fl64","description":"connectivity-prober","archived":false,"fork":false,"pushed_at":"2025-06-08T18:12:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T18:23:40.689Z","etag":null,"topics":[],"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/fl64.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,"zenodo":null}},"created_at":"2025-06-08T17:08:31.000Z","updated_at":"2025-06-08T18:13:00.000Z","dependencies_parsed_at":"2025-06-08T18:34:08.686Z","dependency_job_id":null,"html_url":"https://github.com/fl64/connectivity-prober","commit_stats":null,"previous_names":["fl64/connectivity-prober"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fl64/connectivity-prober","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fconnectivity-prober","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fconnectivity-prober/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fconnectivity-prober/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fconnectivity-prober/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fl64","download_url":"https://codeload.github.com/fl64/connectivity-prober/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fconnectivity-prober/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262744898,"owners_count":23357488,"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","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":[],"created_at":"2025-06-30T09:05:44.550Z","updated_at":"2025-06-30T09:05:45.276Z","avatar_url":"https://github.com/fl64.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connectivity Prober\n\nA lightweight Go-based utility that periodically checks the availability of network targets (HTTP, ICMP) and exposes Prometheus-style metrics.\n\n## Build\n\n```bash\ngit clone https://github.com/fl64/connectivity-prober.git\ncd connectivity-prober\ngo build -o connectivity-prober\n```\n\n## Usage\n\n```bash\n./connectivity-prober \\\n  --interval=5000 \\\n  --target.ping=ya.ru,8.8.8.8 \\\n  --target.http=http://example.com,https://google.com  \\\n  --metrics.port=9090 \\\n  --metrics.file=./metrics.prom \\\n  --log.level=info\n```\n\n## CLI flags\n\n```bash\n--interval xx                      # Check interval in milliseconds, default: 5000\n--target.ping\ttarget1,target2,...  # Comma-separated list of ICMP targets\n--target.http\ttarget1,target2,...  # Comma-separated list of HTTP targets\n--metrics.port xxxx                # Port for Prometheus metrics server, default: 8080\n--metrics.file path/to/file.prom   # File path to save metrics\n--log.level level                  # Log level (debug\"\tinfo\twarn\terror), default: warn\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fconnectivity-prober","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffl64%2Fconnectivity-prober","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fconnectivity-prober/lists"}