{"id":21095385,"url":"https://github.com/d6o/httphealth","last_synced_at":"2025-10-04T09:10:04.759Z","repository":{"id":146437287,"uuid":"83916710","full_name":"d6o/HttpHealth","owner":"d6o","description":"HttpHealth (HH) checks if http servers are \"healthy\" and available to do work.","archived":false,"fork":false,"pushed_at":"2017-03-12T00:11:30.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T14:45:23.480Z","etag":null,"topics":["go","golang","golang-application","golang-tools","health","health-check","health-checks","healthcheck","ping","pinger"],"latest_commit_sha":null,"homepage":"https://disiqueira.github.io/HttpHealth/","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/d6o.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}},"created_at":"2017-03-04T18:50:55.000Z","updated_at":"2023-02-13T09:51:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc4a482c-011b-410d-9bbc-1418d664507b","html_url":"https://github.com/d6o/HttpHealth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d6o/HttpHealth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FHttpHealth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FHttpHealth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FHttpHealth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FHttpHealth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d6o","download_url":"https://codeload.github.com/d6o/HttpHealth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FHttpHealth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278290220,"owners_count":25962504,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["go","golang","golang-application","golang-tools","health","health-check","health-checks","healthcheck","ping","pinger"],"created_at":"2024-11-19T22:25:42.259Z","updated_at":"2025-10-04T09:10:04.754Z","avatar_url":"https://github.com/d6o.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![HttpHealth](http://image.prntscr.com/image/2bcc500477c14761abb9c4862b2a3abc.png)\n\n# HttpHealth ![Language Badge](https://img.shields.io/badge/Language-Go-blue.svg) ![Go Report](https://goreportcard.com/badge/github.com/DiSiqueira/HttpHealth) ![License Badge](https://img.shields.io/badge/License-MIT-blue.svg) ![Status Badge](https://img.shields.io/badge/Status-Beta-brightgreen.svg)\n\nThe HttpHealth's goal is to be a perfect tool providing a stupidly easy-to-use and fast program to ping all your servers in just one route.\n\n## Project Status\n\nHttpHealth is on beta. Pull Requests [are welcome](https://github.com/DiSiqueira/HttpHealth#social-coding)\n\n## Features\n\n- It's perfect to you monitor your services status\n- CUSTOMIZE to your needs\n- EASY to add servers\n- REST API\n- Admin API\n- Easy to use\n- STUPIDLY [EASY TO USE](https://github.com/DiSiqueira/HttpHealth#usage)\n- Very fast start up and response time\n- Uses native libs\n\n## Installation\n\n### Option 1: Go Get\n\n```bash\n$ go get github.com/DiSiqueira/HttpHealth\n```\n\n### Option 2: From source\n\n```bash\n$ git clone https://github.com/DiSiqueira/HttpHealth.git\n$ cd HttpHealth/\n$ go build *.go\n```\n\n## Usage\n\n### Simple Start ###\n```bash\n$ HttpHeatlh\n```\n\n### Add a server to be pinged\n\n```bash\n$ curl -X POST --url \"http://localhost:8001/url\" --data \"url=www.google.com\"\n```\n\n### Ping all servers\n\n```bash\n$ curl -X GET --url \"http://localhost:8000/\"\n```\n\n![Ping all servers](http://image.prntscr.com/image/0b11f487a2ac42d7bf4eb4e940e147ff.png)\n\n### Delete a server from the list\n\n```bash\n$ curl -X DELETE --url \"http://localhost:8001/url/www.google.com\"\n```\n\n## Program Output\n\n![Ping all servers](http://image.prntscr.com/image/0b11f487a2ac42d7bf4eb4e940e147ff.png)\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/DiSiqueira/HttpHealth/issues) to report any bugs or file feature requests.\n\n### Developing\n\nPRs are welcome. To begin developing, do this:\n\n```bash\n$ git clone --recursive git@github.com:DiSiqueira/HttpHealth.git\n$ cd HttpHealth/\n$ go run *.go\n```\n\n## Social Coding\n\n1. Create an issue to discuss about your idea\n2. [Fork it] (https://github.com/DiSiqueira/HttpHealth/fork)\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n7. Profit! :white_check_mark:\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2017 Diego Siqueira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2Fhttphealth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd6o%2Fhttphealth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2Fhttphealth/lists"}