On Sun, Nov 29, 2020 at 11:42 AM krogac <[email protected]> wrote:
> Hello, > > there is any solution to send notification @ when anyone use "connections" > in Guacamole? > > There is no "stock" functionality that supports this; however, the functionality is there to implement it fairly easily through Event Listeners: http://guacamole.apache.org/doc/gug/event-listeners.html There are four basic event listeners available: - AuthenticationSuccessEvent - AuthenticationFailureEvent - TunnelConnectEvent - TunnelCloseEvent The TunnelConnectEvent is the one that would be fired when a connection is established, and could be acted upon in whatever way desired to notify an admin that someone has connected to a tunnel (e.g. SMTP e-mail). -Nick
