{"id":24289279,"url":"https://github.com/rla/sitecheck","last_synced_at":"2025-09-25T12:30:54.588Z","repository":{"id":41074458,"uuid":"8148349","full_name":"rla/sitecheck","owner":"rla","description":"Simple Bash script to check whether multiple sites are online","archived":false,"fork":false,"pushed_at":"2013-09-25T10:44:33.000Z","size":108,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-11T20:56:27.704Z","etag":null,"topics":["bash","monitoring","uptime-monitor"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/rla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-11T22:30:49.000Z","updated_at":"2020-03-05T20:47:48.000Z","dependencies_parsed_at":"2022-08-29T07:21:56.054Z","dependency_job_id":null,"html_url":"https://github.com/rla/sitecheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Fsitecheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Fsitecheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Fsitecheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Fsitecheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rla","download_url":"https://codeload.github.com/rla/sitecheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234188314,"owners_count":18793215,"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":["bash","monitoring","uptime-monitor"],"created_at":"2025-01-16T10:51:47.571Z","updated_at":"2025-09-25T12:30:49.237Z","avatar_url":"https://github.com/rla.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sitecheck\n========= \n\nScript to monitor a number of sites. For each URL it checks\nwhether the status code is 200. Built using curl.\n\nThe script allows to periodically monitor the list of sites. The\nresult is logged into a log file.\n\nInstallation\n------------\n\n    adduser sitecheck\n    mkdir /opt/sitecheck\n    chown sitecheck:sitecheck /opt/sitecheck\n    cd /opt/sitecheck\n    su sitecheck\n    touch sites.txt\n    touch sites.log\n    \nThen copy `sites.sh` to `/opt/sitecheck` and use `chmod +x /opt/sitecheck/sites.sh` to make\nit executable.\n    \nConfiguration\n-------------\n\nAdd crontab entry to run monitoring every 5 minutes:\n\n    */5 * * * * /opt/sitecheck/sites.sh\n\nAdd entries to `/opt/sitecheck/sites.txt`. Each line is single URL.\n\nLicense\n-------\n\nThe MIT license. See LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frla%2Fsitecheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frla%2Fsitecheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frla%2Fsitecheck/lists"}