Hi,
maybe this is a helper, to get startet...
https://github.com/tschoonj/guacamole_exporter
which i use to monitor the usage with grafana
and also from this you can get some inspiration.
https://gist.github.com/clafoutis42/d99a8e012c0a32396633ccce719d7917
nice weekend,
Tobias
Am 16.05.2025 um 17:04 schrieb Nick Couchman:
On Thu, May 15, 2025 at 9:45 AM Per von Zweigbergk
<per.von.zweigbe...@cag.se.invalid> 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