Re: Disallow sessions if not able to record

2024-10-17 Thread Sean Hulbert
Easy to do, In the early years of virtualization I developed a program that ran on the VDI called RES (Remote Event System) built in java, this would detect a connection to the desktop or environment then send notification to the server (in this case Citrix Metaframe XP middleware), you can do

Re: Disallow sessions if not able to record

2024-10-17 Thread Nick Couchman
On Thu, Oct 17, 2024 at 2:19 AM David Lomas wrote: > It sounds like adding something on recording (start / stop) to the event > listener system might help—then it could be built as an extension? > > I think it's less of an extension problem and more of a guacd concern - since guacd is what actual

Re: Disallow sessions if not able to record

2024-10-16 Thread David Lomas
It sounds like adding something on recording (start / stop) to the event listener system might help—then it could be built as an extension? On Thu, 17 Oct 2024 at 00:57, Nick Couchman wrote: > On Tue, Oct 15, 2024 at 10:02 PM Cyrus wrote: > >> Hi!, >> >> Is there logic prevision to block any on

Re: Disallow sessions if not able to record

2024-10-16 Thread Nick Couchman
On Tue, Oct 15, 2024 at 10:02 PM Cyrus wrote: > Hi!, > > Is there logic prevision to block any ongoing or new sessions if records > fails (never starts or started and suddenly failed)?. > > Currently, no, there is no such logic, but I can see this being desirable, particularly in situations where

Disallow sessions if not able to record

2024-10-15 Thread Cyrus
Hi!, Is there logic prevision to block any ongoing or new sessions if records fails (never starts or started and suddenly failed)?. Usual scenario: disk full. I would like to allow sessions to proceed only if I can record them. I can think about crontab+scripts or inotify tricks, but I would pr