[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73261":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":22,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":40,"readmeContent":41,"aiSummary":42,"trendingCount":16,"starSnapshotCount":16,"syncStatus":43,"lastSyncTime":44,"discoverSource":45},73261,"checkcle","operacle\u002Fcheckcle","operacle","CheckCle is a self-hosted, open-source monitoring platform for seamless, real-time full-stack systems, applications, and infrastructure. It provides real-time uptime monitoring, distributed checks, incident tracking, and alerts. All deployable anywhere.","https:\u002F\u002Fcheckcle.io",null,"Go",2686,225,16,83,0,8,29.06,"MIT License",false,"develop",true,[24,25,5,26,27,28,29,30,31,32,33,34,35,36,37,38,39],"alternative","api","container","docker","full-stack","go","infrastructure","monitoring","open-source","oss","pocketbase","realtime","self-hosted","server","typescript","uptime","2026-06-12 02:03:11","## 🌐 Select Language\n\n\u003Ctable align=\"center\">\n  \u003Ctr>\n    \u003Ctd align=\"center\">\n      \u003Ca href=\"README.md\">\n        \u003Cimg src=\"https:\u002F\u002Fflagcdn.com\u002F24x18\u002Fgb.png\" alt=\"English\" \u002F>  \n        \u003Cbr\u002F>\u003Cstrong>English\u003C\u002Fstrong>\n      \u003C\u002Fa>\n    \u003C\u002Ftd>\n    \u003Ctd align=\"center\">\n      \u003Ca href=\"docs\u002FREADME_km.md\">\n        \u003Cimg src=\"https:\u002F\u002Fflagcdn.com\u002F24x18\u002Fkh.png\" alt=\"Khmer\" \u002F>  \n        \u003Cbr\u002F>\u003Cstrong>ខ្មែរ\u003C\u002Fstrong>\n      \u003C\u002Fa>\n    \u003C\u002Ftd>\n    \u003Ctd align=\"center\">\n      \u003Ca href=\"docs\u002FREADME_ja.md\">\n        \u003Cimg src=\"https:\u002F\u002Fflagcdn.com\u002F24x18\u002Fjp.png\" alt=\"Japanese\" \u002F>  \n        \u003Cbr\u002F>\u003Cstrong>Japanese\u003C\u002Fstrong>\n      \u003C\u002Fa>\n    \u003C\u002Ftd>\n    \u003Ctd align=\"center\">\n      \u003Ca href=\"docs\u002FREADME_zhcn.md\">\n        \u003Cimg src=\"https:\u002F\u002Fflagcdn.com\u002F24x18\u002Fcn.png\" alt=\"Chinese\" \u002F>  \n        \u003Cbr\u002F>\u003Cstrong>Chinese\u003C\u002Fstrong>\n      \u003C\u002Fa>\n    \u003C\u002Ftd>\n  \u003C\u002Ftr>\n\u003C\u002Ftable>\n\n\u003Cp align=\"center\">\n  Thank you to all our contributors, users, and supporters for making this project thrive.\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  🚀 \u003Cstrong>Stay tuned for more updates, features, and improvements.\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n![CheckCle Platform](https:\u002F\u002Fpub-4a4062303020445f8f289a2fee84f9e8.r2.dev\u002Fimages\u002Fserver-detail-page.png)\n\n# 🚀 What is CheckCle?\n\nCheckCle is an Open Source solution for seamless, real-time monitoring of full-stack systems, applications, and infrastructure. It provides developers, sysadmins, and DevOps teams with deep insights and actionable data across every layer of their environment—whether it's servers, applications, or services. With CheckCle, you gain visibility, control, and the ability to ensure optimal performance throughout your entire technology stack.\n\n## 🎯 Live Demo  \n👉 **Try it now:** [CheckCle Live Demo](https:\u002F\u002Fdemo.checkcle.io)\n    User: admin@example.com | Passwd: Admin123456\n\n## 🌟 Core Features\n### 📝 Roadmap : [DEVELOPMENT_ROADMAP](docs\u002FDEVELOPMENT_ROADMAP.md) \n\n### Uptime Services & Infrastructure Server Monitoring \n- Monitor HTTP, DNS, and Ping protocols\n- Monitor TCP-based, API services (e.g., FTP, SMTP, HTTP)\n- Track detail uptime, response times, and performance issues\n- Distributed Regional Monitoring\n- Incident History (UP\u002FDOWN\u002FWARNING\u002FPAUSE)\n- SSL & Domain Monitoring (Domain, Issuer, Expiration Date, Days Left, Status, Last Notified)\n- Infrastructure Server Monitoring, Supports Linux (🐧 Debian, Ubuntu, CentOS, Red Hat, etc.) and Windows (Beta). And Servers metrics like CPU, RAM, disk usage, and network activity) with an one-line installation angent script.\n- Schedule Maintenance & Incident Management\n- Operational Status \u002F Public Status Pages\n- Notifications via email, Telegram, Discord, Slack, Matrix, and more\n- Reports & Analytics\n- Settings Panel (User Management, Data Retention, Multi-language, Themes (Dark & Light Mode), Notification and channels and alert templates).\n\n## #️⃣ Getting Started\n\n### Current Architecture Support\n* ✅ x86_64 PCs, laptops, servers (amd64)\n* ✅ Modern Raspberry Pi 3\u002F4\u002F5 with (64-bit OS), Apple Silicon Macs (arm64)\n\n### Install CheckCle using one of the following methods:\n\n1. Install with Docker Compose Configuration (Recommended)\n```bash \n\nversion: '3.9'\n\nservices:\n  checkcle:\n    image: operacle\u002Fcheckcle:latest\n    container_name: checkcle\n    restart: unless-stopped\n    ports:\n      - \"8090:8090\"  # Web Application\n    volumes:\n      - \u002Fopt\u002Fpb_data:\u002Fmnt\u002Fpb_data  # Host directory mapped to container path\n    ulimits:\n      nofile:\n        soft: 4096\n        hard: 8192\n\n```\n2. Install with docker run. Just copy ready docker run command below\n```bash \ndocker run -d \\\n  --name checkcle \\\n  --restart unless-stopped \\\n  -p 8090:8090 \\\n  -v \u002Fopt\u002Fpb_data:\u002Fmnt\u002Fpb_data \\\n  --ulimit nofile=4096:8192 \\\n  operacle\u002Fcheckcle:latest\n\n```\n\n3. Admin Web Management\n\n    Default URL: http:\u002F\u002F0.0.0.0:8090\n    User: admin@example.com\n    Passwd: Admin123456\n    \n4. Follow the Quick Start Guide at https:\u002F\u002Fdocs.checkcle.io\n\n###\n![checkcle-collapse-black](https:\u002F\u002Fpub-4a4062303020445f8f289a2fee84f9e8.r2.dev\u002Fimages\u002Fuptime-1.4.png)\n![Service Detail Page](https:\u002F\u002Fcdn.checkcle.io\u002Fimages\u002Fuptime\u002Fuptime-regional-detail.png)\n![checkcle-server-instance](https:\u002F\u002Fcdn.checkcle.io\u002Fimages\u002Fserver\u002Fserver-list.png)\n![SSL Monitoring](https:\u002F\u002Fcdn.checkcle.io\u002Fimages\u002Fssl-domain\u002Fssl-list.png)\n![Notification System](https:\u002F\u002Fcdn.checkcle.io\u002Fgeneral\u002Fpowerfull_notification.png)\n\n\n## 🌟 CheckCle for Communities?\n- **Built with Passion**: Created by an open-source enthusiast for the community\n- **Free & Open Source**: Completely free to use with no hidden costs\n- **Collaborate & Connect**: Meet like-minded people passionate about Open Source\n\n---\n\n## Sponsors\nSponsorships will no longer be accepted. From now on, support will only be accepted in the form of ecosystem and community partnerships that provide infrastructure such as cloud servers, domains, or hosting credits.\n\nIf you’re a tech company interested in supporting CheckCle, please contact the author directly at tolaleng@checkcle.io\n\n### 🤝 Ecosystem & Community Partner\n\u003Cdiv style=\"display: flex; align-items: center; gap: 10px;\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fgitbookio\">\n    \u003Cimg src=\"https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F7111340?s=200&v=4\" \n         width=\"75\" height=\"75\" \n         style=\"border-radius: 50%;\" \n         alt=\"GitBook Logo\" \u002F>\n  \u003C\u002Fa>\n\n  \u003Ca href=\"https:\u002F\u002Fwww.cloudflare.com\">\n    \u003Cimg src=\"https:\u002F\u002Fcdn.checkcle.io\u002Fimages\u002Fsponsor\u002Fcloudflare-checkcle_logo.png\" \n         height=\"60\" \n         alt=\"Cloudflare Logo\" \u002F>\n  \u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fm.do.co\u002Fc\u002F0c27ef82475f\">\n    \u003Cimg src=\"https:\u002F\u002Fcdn.checkcle.io\u002Fimages\u002Fsponsor\u002Fdigitalocean_checkcle.png\" \n         height=\"50\" \n         alt=\"DigitalOcean Logo\" \u002F>\n  \u003C\u002Fa>\n  \u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fwww.jetbrains.com\u002F\">\n    \u003Cimg src=\"https:\u002F\u002Fcdn.checkcle.io\u002Fimages\u002Fsponsor\u002Fjetbrains.png\" \n         height=\"50\" \n         alt=\"Jetbrains Logo\" \u002F>\n  \u003C\u002Fa>\n\u003C\u002Fdiv>\n\n---\n\n\n## 👥 Contributors\nThank you for contributing and continuously making CheckCle better, you're awesome 🫶\n\n[![](https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=operacle\u002Fcheckcle)](https:\u002F\u002Fgithub.com\u002Foperacle\u002Fcheckcle\u002Fgraphs\u002Fcontributors)\n\n---\n\n## 🤝 Ways to Contribute\n\nHere are some ways you can help improve CheckCle:\n\n- 🐞 **Report Bugs** – Found a glitch? Let us know by opening a [GitHub Issue](https:\u002F\u002Fgithub.com\u002Foperacle\u002Fcheckcle\u002Fissues).\n- 🌟 **Suggest Features** – Have an idea? Start a [Discussion](https:\u002F\u002Fgithub.com\u002Foperacle\u002Fcheckcle\u002Fdiscussions) or open a Feature Request issue.\n- 🛠 **Submit Pull Requests** – Improve the code, fix bugs, add features, or enhance the docs.\n- 📝 **Improve Documentation** – Even a typo fix helps!\n- 🌍 **Spread the Word** – Star ⭐ the [CheckCle](https:\u002F\u002Fgithub.com\u002Foperacle\u002Fcheckcle.git)  repo, share it on socials, and invite others to contribute!\n\n---\n\n## 🌍 Stay Connected\n- Website: [checkcle.io](https:\u002F\u002Fcheckcle.io)\n- Documentation: [docs.checkcle.io](https:\u002F\u002Fdocs.checkcle.io) | Big thanks to [GitBook](https:\u002F\u002Fgithub.com\u002Fgitbookio) for sponsoring the OSS site plan for CheckCle!\n- Chat on Discord: Join our community [@discord](https:\u002F\u002Fdiscord.gg\u002Fxs9gbubGwX)\n- Follow us on X: [@asqrm_io](https:\u002F\u002Fx.com\u002Fasqrm_io)\n\n## 📜 License\n\nCheckCle is released under the MIT License.\n\n---\n","CheckCle 是一个自托管的开源监控平台，用于无缝、实时地监控全栈系统、应用程序和基础设施。其核心功能包括实时可用性监控、分布式检查、事件跟踪与警报，并支持多种协议和服务（如HTTP、DNS、Ping及TCP基础服务）的监控。此外，它还提供了SSL与域名监控、基础设施服务器状态追踪以及丰富的通知渠道。CheckCle适用于需要全面了解技术栈各层性能的企业或个人开发者环境，特别是那些希望在本地部署解决方案以获得更高级别控制和安全性的场景。该项目采用Go语言编写，易于安装且支持跨平台部署。",2,"2026-06-11 03:44:44","high_star"]