name: ping-monitor description: "ICMP health check for hosts, phones, and daemons" metadata: { "openclaw": { "emoji": "🏓", "requires": { "bins": ["ping"] }, "install": [], }, }
ICMP health check for hosts, phones, and daemons. Uses the standard ping utility to verify network reachability of any target host.
# Ping a host with default settings
ping-monitor <host>
# Ping a host with a specific count
ping-monitor check <host> --count 3
來源於7w4.net。
No installation needed. ping is always present on the system.
這個監控工具的文件質量較差,存在大量表格內容缺失、格式錯誤和空佔位符,說明不夠完整清晰。雖然介紹了 ICMP 健康檢查功能,但缺少實際使用方法、引數說明和程式碼示例,FAQ 內容也非常空泛,難以指導使用者實際使用。文件中還有明顯的格式問題如重複詞彙、輸出規範格式錯誤等,整體可信度不高,建議謹慎使用或等待完善後再評估。