Re: guacamole admin utility

2018-01-03 Thread Nick Couchman
> > >> Thanks Nick - that's fantastic; I hadn't realised that the REST API was > callable in this way. > > The example is extremely helpful and works for me to determine active and > historical connections (even though I had to stand up a new ubuntu docker > container to run it, as my CentOS 6 host

Re: guacamole admin utility

2018-01-03 Thread Jonathan Hunter
On 31 December 2017 at 18:15, Nick Couchman wrote: > > Here's a quick/simple example of a Python-based utility that logs in to > Guacamole, gets active connections, and logs out: > > https://pastebin.com/6LdWCwdm > Thanks Nick - that's fantastic; I hadn't realised that the REST API was callable

Re: guacamole admin utility

2017-12-31 Thread Nick Couchman
On Sun, Dec 31, 2017 at 12:13 PM, Nick Couchman wrote: > On Sun, Dec 31, 2017 at 11:59 AM, Michael Niehren > wrote: > >> am i right, that the rest-api could only be used with >> Database-Authentication ? >> >> I think, the cmdline-cli should work with all authentication >> possibilities ... >> >

Re: guacamole admin utility

2017-12-31 Thread Nick Couchman
On Sun, Dec 31, 2017 at 10:05 AM, Nick Couchman wrote: > On Sun, Dec 31, 2017 at 5:24 AM, Michael Niehren > wrote: > >> Hi Nick, >> >> my intention was to administrate guacamole without using the client >> interface. With an console utility you can do much more things like >> - monitoring the us

Re: guacamole admin utility

2017-12-31 Thread Nick Couchman
On Sun, Dec 31, 2017 at 11:59 AM, Michael Niehren wrote: > am i right, that the rest-api could only be used with > Database-Authentication ? > > I think, the cmdline-cli should work with all authentication possibilities > ... > No, the REST API works with any (or no) authentication extensions.

Re: guacamole admin utility

2017-12-31 Thread Michael Niehren
am i right, that the rest-api could only be used with Database-Authentication ? I think, the cmdline-cli should work with all authentication possibilities ... best regards   Michael Am 31.12.2017 um 17:26 schrieb Michael Niehren: Hi, i am also no java or web developer, but i will take a look

Re: guacamole admin utility

2017-12-31 Thread Michael Niehren
Hi, i am also no java or web developer, but i will take a look at the rest API ... By the way, if Mike will implement an "easy change", so that tomcat/jetty logs the connection id found in the guacd.log, then we have all informations to write a cmdline-cli in any language, see the thread "report

Re: guacamole admin utility

2017-12-31 Thread Nick Couchman
On Sun, Dec 31, 2017 at 9:39 AM, Jonathan Hunter wrote: > Hi Both, > > For what it's worth, I would also find this kind of functionality > extremely helpful. > > Good to know. Sounds like there are a few folks :-). > I am not a skilled Java or web developer, but am using Guacamole in > conjunc

Re: guacamole admin utility

2017-12-31 Thread Nick Couchman
On Sun, Dec 31, 2017 at 5:24 AM, Michael Niehren wrote: > Hi Nick, > > my intention was to administrate guacamole without using the client > interface. With an console utility you can do much more things like > - monitoring the usage in realtime (Nagios) > - automatically kill a session running l

Re: guacamole admin utility

2017-12-31 Thread Jonathan Hunter
Hi Both, For what it's worth, I would also find this kind of functionality extremely helpful. I am not a skilled Java or web developer, but am using Guacamole in conjunction with HTTP authentication and an LDAP authentication back-end to allow users to connect to VMs. In my use case, one of the V

Re: guacamole admin utility

2017-12-31 Thread Michael Niehren
Hi Nick, my intention was to administrate guacamole without using the client interface. With an console utility you can do much more things like - monitoring the usage in realtime (Nagios) - automatically kill a session running longer than x minutes ... - showing the current login's in another ap

Re: guacamole admin utility

2017-12-30 Thread Nick Couchman
On Thu, Dec 21, 2017 at 7:00 PM, Michael Niehren wrote: > Hi together, > > first of all, many thank's for guacamole. I've successfully setup it > together with jetty. > > I would like to have something like an admin utility, which runs in > an linux shell, where i can can control the guacd. > For