# ping-monitor > ICMP health check for hosts, phones, and daemons - Author: Rachael White - Repository: boomsystel-code/openclaw-workspace - Version: 20260208062059 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/boomsystel-code/openclaw-workspace - Web: https://mule.run/skillshub/@@boomsystel-code/openclaw-workspace~ping-monitor:20260208062059 --- --- name: ping-monitor description: "ICMP health check for hosts, phones, and daemons" metadata: { "openclaw": { "emoji": "🏓", "requires": { "bins": ["ping"] }, "install": [], }, } --- # Ping Monitor ICMP health check for hosts, phones, and daemons. Uses the standard `ping` utility to verify network reachability of any target host. ## Commands ```bash # Ping a host with default settings ping-monitor # Ping a host with a specific count ping-monitor check --count 3 ``` ## Install No installation needed. `ping` is always present on the system.