It's a bit of everything. I have an affinity balancing group with just one connection. This connection allow just one user. I want to be able to populate a new connection to this balancing group (with sql inserts I think) when a user connects to this available connection. What I want to do is to create dynamically new cloned virtual machines in my Google Cloud Engine waiting to be used for the next user. At the same time I want to destroy and delete those virtual machines in the cloud and remove the connection in the guacamole balancing group after five minutes a user has disconnected.
In this way I always have just one virtual machine waiting for the next user. Something like the apache processes pool that always are waiting for new requests. I need to detect which are the balancing groups with no available connections for new users and the connections which a user abandon. I need to monitor the connections and its state. At the moment, monitoring users is not important for me... but would be cool to detect logoff users and their affinity connections used to destroy their virtual machines instances. On Thu, 2 Feb 2017 at 11:40 Paul Cantle [via Apache Guacamole (incubating) - Users] <[email protected]> wrote: > Hi, > > > > Are you just trying to show active sessions (i.e who’s connected) or do > you want something like > > > > Active Sessions Connected to > > ---------------------- -------------------- > > > > user1 Server1 > > user4 Server1 > > user9 Server5 > > > > > > Or something else? > > > > Rgds > > > Paul > > > > *From: *Isaac Marco Blancas <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=349&i=0>> > *Reply-To: *"[hidden email] > <http:///user/SendEmail.jtp?type=node&node=349&i=1>" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=349&i=2>> > *Date: *Wednesday, 1 February 2017 at 18:42 > *To: *"[hidden email] <http:///user/SendEmail.jtp?type=node&node=349&i=3>" > <[hidden email] <http:///user/SendEmail.jtp?type=node&node=349&i=4>> > *Subject: *getting active sessions in terminal > > > > Some way to get the the active sessions in a terminal? I need to write > some bash scripts and looking for it in the logs not always is possible. > For instance... I can't see in the logs which connection has been used when > a user connects to a balancing group. > > > > Thank you in advance. > > -- > > Isaac Marco Blancas > Universidad a Distancia de Madrid (UDIMA) > 902 02 00 03 > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-guacamole-incubating-users.2363388.n4.nabble.com/getting-active-sessions-in-terminal-tp348p349.html > To start a new topic under Apache Guacamole (incubating) - Users, email > [email protected] > To unsubscribe from Apache Guacamole (incubating) - Users, click here > <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=aXNhYWMubWFyY29AdWRpbWEuZXN8MXwxMDEyMDAzMTA3> > . > NAML > <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- Isaac Marco Blancas Universidad a Distancia de Madrid (UDIMA) 902 02 00 03 -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/getting-active-sessions-in-terminal-tp348p352.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.
