- छोटे व्यवसायों और homelab के लिए डिज़ाइन किया गया Wake-On-LAN (WOL) scheduler और dependency manager
- यह सुनिश्चित करता है कि firewall, storage, hypervisor जैसी infrastructure services बिजली कटने जैसी घटनाओं के बाद सही क्रम में online हों
- प्रमुख फीचर्स
- VLAN समर्थन: अलग-अलग VLAN में मौजूद devices को WOL packets भेज सकता है
- YAML से configuration: server boot sequence, dependencies और status checks को आसानी से define किया जा सकता है
- service status checks: HTTP health check, open ports और shell commands के जरिए verify किया जा सकता है कि service चल रही है या नहीं
- plugin-friendly: उपयोगकर्ता स्वयं status check plugins लिख सकते हैं (विकासाधीन)
- configuration का तरीका
- YAML configuration file में servers के बीच dependencies और online verification methods define किए जाते हैं
- server configuration के मुख्य fields हैं name, mac, interface, vlan, depends, check
- हर server के लिए multiple health checks हो सकते हैं ताकि अगला device शुरू होने से पहले यह सुनिश्चित हो सके कि server पूरी तरह online है
- common health check fields: retry, timeout
- HTTP health check endpoint response की जाँच करता है. इसमें type, url, status/regex fields होते हैं
- Port health check TCP port के open होने की जाँच करता है. इसमें type, ip, port fields होते हैं
- Shell health check shell command चलाकर उसके परिणाम की जाँच करता है. इसमें type, command, status/regex fields होते हैं
अभी कोई टिप्पणी नहीं है.