{"id":23478281,"url":"https://github.com/willis7/service_status","last_synced_at":"2025-04-13T16:59:59.733Z","repository":{"id":71222777,"uuid":"121526892","full_name":"willis7/service_status","owner":"willis7","description":"A simple Golang based service availability checker","archived":false,"fork":false,"pushed_at":"2018-02-20T23:55:46.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T16:59:58.648Z","etag":null,"topics":["go","golang","monitoring","uptime"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/willis7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-14T15:31:08.000Z","updated_at":"2023-05-12T16:50:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0de1fb63-816d-4a8d-8685-2d3ad9ad66dd","html_url":"https://github.com/willis7/service_status","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/willis7%2Fservice_status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fservice_status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fservice_status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willis7%2Fservice_status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willis7","download_url":"https://codeload.github.com/willis7/service_status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750078,"owners_count":21155685,"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":["go","golang","monitoring","uptime"],"created_at":"2024-12-24T19:18:31.359Z","updated_at":"2025-04-13T16:59:59.728Z","avatar_url":"https://github.com/willis7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WIP: Service Status\n\n[![Build Status](https://travis-ci.org/willis7/service_status.svg?branch=master)](https://travis-ci.org/willis7/service_status)\n\nSimple Golang project to generate a static status page.\n\n## Installation\n\nWith Make:\n\n* `make build` - build the project on your workstation\n\n## Usage\n\n### `config.json`\n\nBelow is an example config which coveres the implemented checks.\n\n``` json\n{\n  \"services\": [\n    {\n        \"type\": \"ping\",\n        \"url\": \"http://google.com\"\n    },\n    {\n      \"type\": \"grep\",\n      \"url\": \"https://stackoverflow.com/\",\n      \"regex\": \"Ask Question\"\n    },\n    {\n      \"type\": \"grep\",\n      \"url\": \"https://www.bbc.co.uk/\",\n      \"regex\": \"hello world\"\n    }\n  ]\n}\n```\n\nTODO: Write more usage instructions\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## TODO\n\n* [x] load `config.json`\n* [x] use template to build html\n* [x] serve html\n* [x] ping tests\n* [x] grep tests\n* [ ] iterate over and test each service from config\n* [X] pass results to template\n* [ ] sqlite persistent data\n* [ ] reactive status page\n\n## Credits\n\n* [CycleNerd](https://github.com/Cyclenerd/static_status) for the bash script inspiration\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillis7%2Fservice_status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillis7%2Fservice_status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillis7%2Fservice_status/lists"}