{"id":15150359,"url":"https://github.com/gonzalinux/web-go-check","last_synced_at":"2026-01-27T20:34:55.688Z","repository":{"id":227254745,"uuid":"770892240","full_name":"gonzalinux/web-go-check","owner":"gonzalinux","description":"Tool to ping urls and check if they are up","archived":false,"fork":false,"pushed_at":"2025-01-02T16:23:03.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T10:16:56.939Z","etag":null,"topics":["curl","go","ping","tool"],"latest_commit_sha":null,"homepage":"","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/gonzalinux.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":"2024-03-12T10:48:50.000Z","updated_at":"2025-01-02T16:23:07.000Z","dependencies_parsed_at":"2024-06-21T07:26:50.589Z","dependency_job_id":null,"html_url":"https://github.com/gonzalinux/web-go-check","commit_stats":null,"previous_names":["gonzalinux/web-go-check"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalinux%2Fweb-go-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalinux%2Fweb-go-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalinux%2Fweb-go-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalinux%2Fweb-go-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonzalinux","download_url":"https://codeload.github.com/gonzalinux/web-go-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601483,"owners_count":20964864,"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":["curl","go","ping","tool"],"created_at":"2024-09-26T14:02:28.202Z","updated_at":"2026-01-27T20:34:50.655Z","avatar_url":"https://github.com/gonzalinux.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-go-check\nThis is a small tool that will curl all the urls that you specify in [`conf.json`](https://github.com/gonzalinux/web-go-check/blob/master/credentials.json) in the interval that you prefer.\n\nExample of configuration file conf.json\n```\n{\n    \"urls\": [\"https://url1\", \"https://url2:2999/route\", \"https://url3.com/\"],\n    \"intervalMinutes\": 1,\n    \"emailTo\": \"emailHere@email.email\"\n}\n```\n\nIf an error ocurred in one of the urls, and the [`credentials.json`](https://github.com/gonzalinux/web-go-check/blob/master/credentials.json) file is correctly filled, the program will send an email to the address in `conf.json`.\n![image](https://github.com/gonzalinux/web-go-check/assets/8148642/875f3c4c-c5ec-473e-9e02-5867f871ded8)\n\n\nAnd when the page comes up again, it will send an email to alert of it.\n![image](https://github.com/gonzalinux/web-go-check/assets/8148642/ab689cce-8c33-4f22-8b0c-1dc3b45ff00a)\n\nTo run this program:\n```\ngo run mailer.go main.go\n```\n\nOr build it and run it\n\n```\ngo build\n```\n\nThen in windows:\n```\nstart web-go-check.exe\n```\n(or double click)\n\nAnd in linux\n```\n./web-go-check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzalinux%2Fweb-go-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonzalinux%2Fweb-go-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzalinux%2Fweb-go-check/lists"}