Overview
defenseclaw-gateway watchdog — Health watchdog that notifies when the gateway is down.
Reference
Synopsis
watchdog
Subcommands
| Subcommand | Description |
|---|---|
start | Start the watchdog as a background daemon |
status | Show the watchdog daemon status |
stop | Stop the running watchdog daemon |
Description
The watchdog polls the gateway /health endpoint and sends desktop notifications when the sidecar is unreachable or degraded.
Run in the foreground: defenseclaw-gateway watchdog Run as background: defenseclaw-gateway watchdog start Stop: defenseclaw-gateway watchdog stop
defenseclaw-gateway watchdog start
Synopsis
start
Description
Start the watchdog as a background daemon
defenseclaw-gateway watchdog status
Synopsis
status
Description
Show the watchdog daemon status
defenseclaw-gateway watchdog stop
Synopsis
stop
Description
Stop the running watchdog daemon
Usage
Concrete invocation recipes are added by the cli-commands subagents.
Pair this with the equivalent Python wrapper command under
Python CLI — most gateway operations are
also available one layer up.