{"id":22725084,"url":"https://github.com/katmore/healthsvc-mon","last_synced_at":"2026-06-22T16:31:34.418Z","repository":{"id":57004803,"uuid":"161390990","full_name":"katmore/healthsvc-mon","owner":"katmore","description":"health monitoring webservice","archived":false,"fork":false,"pushed_at":"2019-01-04T22:59:36.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T12:44:29.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/katmore.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":"2018-12-11T20:39:31.000Z","updated_at":"2019-01-04T22:54:59.000Z","dependencies_parsed_at":"2022-08-21T13:50:53.158Z","dependency_job_id":null,"html_url":"https://github.com/katmore/healthsvc-mon","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/katmore/healthsvc-mon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmore%2Fhealthsvc-mon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmore%2Fhealthsvc-mon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmore%2Fhealthsvc-mon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmore%2Fhealthsvc-mon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katmore","download_url":"https://codeload.github.com/katmore/healthsvc-mon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmore%2Fhealthsvc-mon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34657892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-10T15:08:48.218Z","updated_at":"2026-06-22T16:31:34.391Z","avatar_url":"https://github.com/katmore.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Healthmon\nhealth monitoring webservice\n\nHealthmon is a library that monitors, logs, and sends notifications for one or more [Healthsvc](https://github.com/katmore/healthsvc) webservice endpoints.\nAdditionally, it provides webservice endpoints to examine the latest status and history of *healthsvc* webservice endpoints.\n\n## Feature List\nThe following checkboxes describes features that are planned for inclusion in the **Healthmon** project.\nChecked items are currently implemented, unchecked items will be available in the future.\n\n**Monitoring and Logging**\n - [ ] Background worker to log the response a [Healthsvc](https://github.com/katmore/healthsvc) webservice endpoint.\n - [ ] Background worker to monitor the logs and determine status of one or more [Healthsvc](https://github.com/katmore/healthsvc) endpoint tests.\n - [ ] Background worker to monitor the status of one or more [Healthsvc](https://github.com/katmore/healthsvc) endpoint tests and send notifications.\n - [ ] Webservice endpoint to provide the status of one or more [Healthsvc](https://github.com/katmore/healthsvc) endpoint tests.\n - [ ] Webservice endpoint to allow a response to notifications.\n\n**Notifications**\n - [ ] **email**\n - [ ] **push message** via [Amazon SNS](https://aws.amazon.com/sns/)\n - [ ] **push message** via [AMQP](https://www.amqp.org/) (i.e. [RabbitMQ](https://www.rabbitmq.com/))\n - [ ] **SMS Text Message** via [Twilio Programmable SMS](https://www.twilio.com/sms)\n - [ ] **SMS Text Message** via [Amazon SNS Transactional SMS](https://aws.amazon.com/sns/sms-pricing/)\n - [ ] **Telephone Voice Call** via [Twilio Programmable Voice](https://www.twilio.com/voice)\n\n## Usage in Existing Projects\nUse *Composer* to add to an existing project.\n\n```sh\ncomposer require katmore/healthmon\n```\n\n## Usage as Standalone Service\nDownload the project:\n```sh\ngit clone https://github.com/katmore/healthmon.git\n```\n\nUpdate using *Composer*:\n```sh\ncd healthmon\ncomposer update\n```\n\n## Unit Tests\n * [`coverage.txt`](./coverage.txt): unit test coverage report\n * [`phpunit.xml`](./phpunit.xml): PHPUnit configuration file\n * [`tests/phpunit`](./tests/phpunit): source code for unit tests\n\nTo perform unit tests, execute phpunit located in the `vendor/bin` directory.\n```sh\nvendor/bin/phpunit\n```\n\nThe [`tests.sh`](./tests.sh) wrapper script is provided for convenience.\n```sh\n./tests.sh\n```\n\n## Legal\n\"Healthmon\" is distributed under the terms of the [MIT license](LICENSE) or the [GPLv3](GPLv3) license.\n\nCopyright (c) 2018, Doug Bird. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatmore%2Fhealthsvc-mon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatmore%2Fhealthsvc-mon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatmore%2Fhealthsvc-mon/lists"}