cmdop monitor
cmdop monitorUse this optional interface for local operational observation when the installed CLI exposes it. Treat it as an operator view, not as a scripting interface: the panels, keyboard controls, displayed data, and refresh behavior are not a stable API.
For a portable first check, use cmdop status. For logs that can be copied into
a support ticket or an incident note, use cmdop logs -f.
When to use it
| Situation | Better first command |
|---|---|
| You need to know whether the agent is connected | cmdop status |
| You need a live local view while debugging | cmdop monitor |
| You need durable log lines | cmdop logs -f |
cmdop monitor does not replace the relay’s web console observability pages.
It only reads what the local machine can expose through the installed CLI.
Keep automation on stable commands instead of parsing monitor output. If you
need a repeatable health gate for deployment scripts, combine cmdop status
with log collection and the machine inventory commands. Use the monitor only
while a human is watching the machine and deciding the next diagnostic step.