← Back to Skills
DevOps

ping-monitor

xejrax By xejrax 👁 20 views ▲ 0 votes

ICMP health check for hosts, phones, and daemons

GitHub
---
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 <host>

# Ping a host with a specific count
ping-monitor check <host> --count 3
```

## Install

No installation needed. `ping` is always present on the system.
devops

Comments

Sign in to leave a comment

Loading comments...