# Ping Monitor

> ICMP health check for hosts, phones, and daemons

- Skill: `fadil369/ping-monitor` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add fadil369/ping-monitor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fadil369/ping-monitor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: fadil369 (https://skillmd.com/u/fadil369)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fadil369/ping-monitor

---


# 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.

