Re: guacd endpoint for health check?

2020-01-09 Thread Mike Jumper
On Thu, Jan 9, 2020, 18:59 Sky... wrote: > I should have explain my setup. I'm not trying to load balance guacd. I > need to manage servers in multiple isolated virtual networks. All my > servers are in private subnet on AWS and front by AWS application load > balancer. I want to deploy 1

Re: guacd endpoint for health check?

2020-01-09 Thread Sky...
I should have explain my setup. I'm not trying to load balance guacd. I need to manage servers in multiple isolated virtual networks. All my servers are in private subnet on AWS and front by AWS application load balancer. I want to deploy 1 guacamole client and 1 guacd per virtual network.

Administrative action logging

2020-01-09 Thread Adam Woodland
Hi, Using 1.0.0, under Ubuntu 18.04. I'm looking at auditing administrative actions in Guacamole and I'm trying to find what is logged when an [account|group|connected] is [created|modified|deleted] on the portal. catalina.out is recording logins ok and guacd is recording those users connecting

Re: guacd endpoint for health check?

2020-01-09 Thread Mike Jumper
On Thu, Jan 9, 2020, 18:01 Sky... wrote: > I am trying to put guacd behind AWS application load balancer, but the > load balancer requires heath check. Is there an endpoint url I can use for > the health check? > No. guacd is not a web application and cannot be placed behind an application

guacd endpoint for health check?

2020-01-09 Thread Sky...
I am trying to put guacd behind AWS application load balancer, but the load balancer requires heath check. Is there an endpoint url I can use for the health check?

Re: adding custom connection objects

2020-01-09 Thread Vieri
On Thursday, January 9, 2020, 11:37:10 PM GMT+1, Mike Jumper wrote: > > I would recommend exposing a custom REST service which lists the desired URLs > and leveraging an AngularJS directive to retrieve and render those URLs > within the > Guacamole home page, as described above. The

Re: adding custom connection objects

2020-01-09 Thread Mike Jumper
On Thu, Jan 9, 2020 at 1:28 PM Vieri wrote: > On Thursday, January 9, 2020, 7:42:44 PM GMT+1, Nick Couchman < > vn...@apache.org> wrote: > > > >This manual page describes the process of adding an extension, including > modifying HTML: > > http://guacamole.apache.org/doc/gug/guacamole-ext.html >

Re: adding custom connection objects

2020-01-09 Thread Vieri
On Thursday, January 9, 2020, 7:42:44 PM GMT+1, Nick Couchman wrote: > >This manual page describes the process of adding an extension, including >modifying HTML: > http://guacamole.apache.org/doc/gug/guacamole-ext.html Yes, modifying static HTML is fine. However, I read that page where it

Re: adding custom connection objects

2020-01-09 Thread Nick Couchman
On Thu, Jan 9, 2020 at 6:02 AM Vieri wrote: > Never mind. I had to make the jar file for it to work... Editing in-place > does not do the job. > > Yes, that is the correct way to do it - editing in place may work temporarily, but as soon as the solution is redeployed it will get overwritten. >

Re: Can't break ping process of windows CMD

2020-01-09 Thread Nick Couchman
On Thu, Jan 9, 2020 at 7:34 AM Roman wrote: > Thank you very much. > Could you also suggest is there any workaround available to make Russian > layout working correctly ? > I simulated the situation on different Windows 10 machines, mine PCs, my > friend's, at work, virtual machines and the

Re: Can't break ping process of windows CMD

2020-01-09 Thread Roman
Thank you very much.Could you also suggest is there any workaround available to make Russian layout working correctly ?I simulated the situation on different Windows 10 machines, mine PCs, my friend's, at work, virtual machines and the situation is all the same.   31.12.2019, 21:40, "Mike Jumper"

Re: adding custom connection objects

2020-01-09 Thread Vieri
Never mind. I had to make the jar file for it to work... Editing in-place does not do the job. I used this as a simple HTML extension:     Web Links         https://my.reverse.proxy1; target="_blank">Web site 1     https://my.reverse.proxy2; target="_blank">Web site 2    

adding custom connection objects

2020-01-09 Thread Vieri
Hi, I'm having a bit of trouble understanding how to write an extension so that when a user logs in, custom objects are listed within the connection list. These objects are supposed to be mere URLs, and I want them to show up in the connection list as simple HREF links opening in new browser