6 مستودعات
Using heartbeat or ping mechanisms to confirm that cluster nodes are active.
Distinct from High Availability Observability: Focuses on the active verification (pinging) of node availability rather than the observability of high-availability platforms.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Node Availability Verification. Refine with filters or upvote what's useful.
Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo
Ships a ping service that responds to HTTP and UDP requests to confirm system reachability.
This project provides a technical specification and reference manual for the MQTT 3.1.1 standard, serving as a translated Chinese guide for implementing this lightweight IoT messaging protocol in resource-constrained device networks. The documentation covers the fundamental mechanisms of the publish-subscribe model, including topic-based routing with wildcard filtering, retained message storage, and the configuration of last will and testament messages. It details the protocol's approach to reliability through various quality of service levels, ranging from single-level acknowledgments to exa
Confirms server activity through responses to heartbeat requests to maintain the active network link.
TorBot عبارة عن مجموعة من الأدوات المتخصصة للوصول إلى الخدمات المخفية على شبكة Tor واستكشافها. يعمل كأداة زحف (crawler) وكاشط ويب (web scraper) لاكتشاف الخدمات المخفية عبر التنقل في نطاقات onion لاستخراج عناوين الصفحات، وأسماء المضيفين، وأوصاف المواقع. يتميز المشروع برسم خرائط علاقات الروابط والتحقق من الخدمات المخفية. فهو ينشئ أشجاراً مرئية للاتصال عبر شبكة Tor لرسم كيفية ارتباط خدمات onion ببعضها البعض، ويتضمن ماسحاً ضوئياً للتحقق مما إذا كانت عناوين الخدمات المخفية نشطة وقابلة للوصول. تُدعم هذه الإمكانات بواسطة طبقة شبكات توجه كل حركة المرور عبر وكلاء SOCKS5 للحفاظ على إخفاء الهوية. يستخدم النظام الزحف العودي (recursive crawling) لاجتياز النطاقات المجهولة ويقوم بتسلسل خرائط المواقع الناتجة في ملفات مسطحة للتحليل دون اتصال بالإنترنت.
Verifies the active status and reachability of onion service nodes via network probes.
Proxypool هو زاحف ومجمع وكيل مؤتمت يكتشف ويتحقق وينسق خوادم الوكيل من الصفحات العامة وعناوين الاشتراك. يعمل كخدمة خلفية تجمع عقد الوكيل عبر بروتوكولات متعددة وتخدم القائمة التي تم التحقق منها الناتجة من خلال واجهة برمجة تطبيقات شبكة للاستهلاك الخارجي. يدير النظام دورة الحياة الكاملة لاكتشاف الوكيل من خلال تجميع البيانات من مصادر متعددة، وإلغاء تكرار الإدخالات، واستخدام مدقق اتصال لضمان الحفاظ على العقد النشطة والوظيفية فقط. تتم إدارة مصادر الزحف عبر ملف تكوين لاستهداف عناوين خارجية محددة. يتعامل المشروع مع إدارة قائمة الوكيل المستمرة من خلال مهام خلفية مجدولة تؤتمت تحديث وتحديث العقد المتاحة. تتضمن هذه العملية اختبار الاتصال المؤتمت وتقليم الخوادم غير النشطة للحفاظ على القائمة المنسقة محدثة.
Ensures discovered proxy nodes are functional and available for use by testing them automatically.
Olric is a distributed data grid and in-memory key-value store that partitions and replicates data across a cluster of servers. It serves as a shared memory system for managing distributed maps, performing atomic operations, and acting as an in-memory data cache. The system provides a distributed locking mechanism for concurrency control and a pub-sub messaging system that broadcasts and routes messages over named channels across the cluster. The platform covers wide-ranging capabilities including cluster management and orchestration, data replication with configurable quorums, and automated
Sends ping requests to cluster members to confirm they are active.
Garage is a distributed object storage system that provides an S3-compatible API gateway. It is designed to synchronize metadata across distributed nodes using conflict-free replicated data types and Merkle-tree state alignment to maintain cluster-wide consistency. The system ensures data resilience through zone-aware replication, distributing data copies across multiple physical locations. It employs quorum-based request routing and versioned layout management to validate and commit cluster configuration changes. The project covers a broad range of operational capabilities, including automa
Uses periodic TCP pings as heartbeats to verify node availability and ensure correct request routing.