{"id":22056733,"url":"https://github.com/kevincobain2000/aketemite","last_synced_at":"2025-03-23T16:21:12.204Z","repository":{"id":206477044,"uuid":"715529539","full_name":"kevincobain2000/aketemite","owner":"kevincobain2000","description":"Monitor website for up status. Zero dependency uptime monitoring tool for websites, APIs with crawling capabilities.","archived":false,"fork":false,"pushed_at":"2024-04-10T07:21:07.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T22:30:53.235Z","etag":null,"topics":["monitoring-tool","ping","pingdom","website-monitoring"],"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/kevincobain2000.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":"2023-11-07T10:27:22.000Z","updated_at":"2023-11-12T11:07:39.000Z","dependencies_parsed_at":"2025-01-28T22:37:24.490Z","dependency_job_id":null,"html_url":"https://github.com/kevincobain2000/aketemite","commit_stats":null,"previous_names":["kevincobain2000/aketemite"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faketemite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faketemite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faketemite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faketemite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevincobain2000","download_url":"https://codeload.github.com/kevincobain2000/aketemite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245128734,"owners_count":20565326,"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":["monitoring-tool","ping","pingdom","website-monitoring"],"created_at":"2024-11-30T16:14:43.485Z","updated_at":"2025-03-23T16:21:12.176Z","avatar_url":"https://github.com/kevincobain2000.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/kevincobain2000/aketemite\"\u003e\n    \u003cimg alt=\"gobrew\" src=\"https://imgur.com/rcEV0qE.png\" width=\"360\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  Simple tool written in Go, to ping urls and get the status code.\n  \u003cbr\u003e\n  Monitor up status for websites, api and URLs, with automatic crawling capability.\n\u003c/p\u003e\n\n**Quick Setup:** One command to ping multiple urls and monitor result.\n\n**Monitor periodically:** Monitor the urls periodically and get the status code.\n\n**Crawling capability:** Crawls entire page, finds the links and obtains the status code.\n\n**Beautiful:** Beautiful and simple dashboard.\n\n\n# Build Status\n\n\n## Getting Started\n\n**Step 1)** Install aketemite\n\n```sh\ncurl -sLk https://raw.githubusercontent.com/kevincobain2000/aketemite/master/install.sh | sh\n```\n\n**Step 2)** Prepare config.yml\n\n```yml\n# config.yml\nurls:\n  - name: https://kevincobain2000.github.io\n    timeout: 2000\n    crawl: false\n  - name: https://kevincobain2000.github.io/404\n    timeout: 2000\n    crawl: true\n  - name: https://coveritup.app\n    timeout: 2000\n    crawl: true\n  - name: https://github.com\n    timeout: 2000\n    crawl: false\n\n```\n\n**Step 3)** Start application\n\n```sh\n./aketemite --config=path=config.yml\n```\n\n**Step 4)** Confirm application\n\n**UI:** localhost:3000/aketemite\n**API:** localhost:3000/aketemite/api\n**Logs:** `tail -f logs/aketemite.log`\n\n## Screenshots\n\n![Screenshot](https://imgur.com/cdKYfYK.png)\n\n## Advanced Options\n\n```sh\n   Usage of ./aketemite:\n   Example ./aketemite --config-path=config.yml --port=3000 --delete-cache --cache-dir=/tmp/aketemite\n  -cache-dir string\n    \tcache dir (default \"/tmp/aketemite\")\n  -config-path string\n    \tconfig path (default \"config.yml\")\n  -delete-cache\n    \tdelete cache\n  -ping-freq uint\n    \tping frequency (default 300)\n  -port string\n    \tport to serve (default \"3001\")\n```\n\n## Development Notes\n\n**API**\n\n```sh\n#starts api on port localhost:3001/aketemite/api\nair\n```\n\n**UI**\n\n```sh\ncd ui/\nnpm install\n#starts ui on port localhost:3001/aketemite\nnpm run dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincobain2000%2Faketemite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevincobain2000%2Faketemite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincobain2000%2Faketemite/lists"}