Written by

Senior Cloud Architect at InterSystems
Question Eduard Lebedyuk · Oct 3, 2023

Healthcheck in a container without PWS

What's the way to get healthcheck info for an IRIS (container) running without PWS?

Comments

Bob Kuszewski · Oct 3, 2023

There are two basic strategies:

1. Use the web gateway sidecar.  This is my recommendation as it's the most straightforward.

2. Call the ObjectScript class that the metrics API uses directly from the shell.  A real pain-in-the-neck, but it avoids having the sidecar.

0