On Thu, May 15, 2025 at 9:45 AM Per von Zweigbergk <[email protected]> wrote:
> Hello! > > > > If we want to monitor the current service health of Guacamole, is there > some useful URL in Guacamole itself that could be used for this purpose? > Even better if it can also reflect guacd status. > > > Could you be a little more specific about what you're trying to monitor? Just availability of the application? Or more detailed information - like number of users, etc.? There's no specific URL for monitoring; however, since the entire web front-end is driven by a REST API, there is some data that is available to you via that API that might help you, and there are probably some API endpoints you could use just to indicate that the server is healthy, etc. All of that is for Guacamole Client - the web portion - for guacd, there's no monitoring interface or REST API, so you'll just have to monitor that at a process level. -Nick >
