{"id":27156151,"url":"https://github.com/caesarovich/http-monitor","last_synced_at":"2026-05-16T22:03:07.457Z","repository":{"id":286841778,"uuid":"962740641","full_name":"Caesarovich/http-monitor","owner":"Caesarovich","description":"A command-line tool to monitor HTTP and HTTPS connections to multiple addresses.","archived":false,"fork":false,"pushed_at":"2025-04-08T15:51:28.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T02:06:12.173Z","etag":null,"topics":["bun","http","https","monitoring-tool"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Caesarovich.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":"2025-04-08T15:49:37.000Z","updated_at":"2025-04-08T15:52:33.000Z","dependencies_parsed_at":"2025-04-08T16:51:25.980Z","dependency_job_id":null,"html_url":"https://github.com/Caesarovich/http-monitor","commit_stats":null,"previous_names":["caesarovich/http-monitor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Caesarovich/http-monitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caesarovich%2Fhttp-monitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caesarovich%2Fhttp-monitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caesarovich%2Fhttp-monitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caesarovich%2Fhttp-monitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Caesarovich","download_url":"https://codeload.github.com/Caesarovich/http-monitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caesarovich%2Fhttp-monitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269754070,"owners_count":24470514,"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-08-10T02:00:08.965Z","response_time":71,"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":["bun","http","https","monitoring-tool"],"created_at":"2025-04-08T19:59:52.126Z","updated_at":"2026-05-16T22:03:02.436Z","avatar_url":"https://github.com/Caesarovich.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Monitor CLI\n\nA command-line tool to monitor HTTP and HTTPS connections to multiple addresses.\n\n![untitled](https://github.com/user-attachments/assets/908b513b-8912-46b1-b1ee-14791ab2c0a4)\n\n## Note\n\nThis project is made with [Bun](https://bun.sh/) and is designed to be run with the Bun runtime. It is not compatible with Node.js (I'm too lazy).\n\nI made this little project because I needed to monitor HTTP and HTTPS responses for multiple addresses to troubleshoot a network issue. I wanted to see the status of each address in real-time, and I thought it would be nice to have a simple CLI tool for that.\n\nI don't plan to add any more features, but if you have any suggestions or improvements, feel free to open an issue or a pull request.\n\nFor now I also don't plan to publish it to npm, but if there's enough interest, I might consider it.\n\n## Features\n\n- Monitor multiple URLs simultaneously\n- Configurable check interval\n- Live updating terminal UI with status and logs\n- Color-coded status indicators\n\n## Installation\n\n```bash\nbun install\nbun link\n```\n\n## Usage\n\n```bash\n# Basic usage with default interval (10 seconds)\nhttp-monitor example.com google.com\n\n# With custom interval (5 seconds)\nhttp-monitor --interval 5 example.com google.com\n\n# With Sequential mode\nhttp-monitor --mode sequential example.com google.com\n\n# With help option\nhttp-monitor --help\n\n# With version option\nhttp-monitor --version\n```\n\n## Commands and Options\n\n- `\u003curls...\u003e`: One or more URLs to monitor\n- `-i, --interval \u003cseconds\u003e`: Interval between checks in seconds (default: 10)\n- `-m, --mode \u003cmode\u003e`: Mode of operation (default: parallel)\n\t- `parallel`: Check all URLs simultaneously\n\t- `sequential`: Check URLs one after another\n- `--help`: Show help information\n- `--version`: Show version information\n\n## Key Controls\n\n- `Ctrl+C`: Exit the application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaesarovich%2Fhttp-monitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaesarovich%2Fhttp-monitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaesarovich%2Fhttp-monitor/lists"}