How do you monitor the health of a self-hosted ori...
# ask-community
j
How do you monitor the health of a self-hosted orion server? Like to check whether the server and the agents that talk to it are health? So far I've found this from the CLI that offers some insight:
Copy code
prefect work-queue inspect [work_flow_id]
The same information is available from the REST API:
curl -k [server]/api/[work_flow_id]/status