2017-02-27 - Re: [GRASE-Hotspot] Display Total number of active user

Header Data

From: George Perlington <ge***e@seeag.com>
Message Hash: 3e278df2dfb6070ab621a813c3257b5894253dfbcc9defcaa36397637a68f0cc
Message ID: <CAKTB4c97auwOVFfZ0=XWBHHm2Wz_ipTxX5tHT1F3+O4JEJ9jcw@mail.gmail.com>
Reply To: <8aecb6a5-5927-4643-a03f-da4a0f1e3d6f@grasehotspot.org>
UTC Datetime: 2017-02-27 05:19:07 UTC
Raw Date: Mon, 27 Feb 2017 20:19:07 +0800

Raw message

We have one problem for Captive portal . Normally inside Android when it is
choose wifi hotsport automaticly will not open browsr . indeed i want to
do  below job :

1- We have a VOD application .i want to make a Captive portal inside BUS .
When people inside BUS choose my wifi hotsport Automatically inside their
mobile phone will open browser and my HTML page coming and show application
in Android or ios and automatically update .  Grase is not stable in
Captive portal .sometimes bring and sometimes did not bring  my html .

Thanks
George

On Mon, Feb 27, 2017 at 7:57 PM, Hotspotuser <jo***s@algardata.pt>
wrote:

> You can use the command:
>
> chilli_query list
>>
>
> for instance to get currently logged in users in REALTIME:
>
> chilli_query list | grep -c "pass"
>>
>
>
> You can also check the MySQL table to get what users FREERADIUS "thinks"
> that are active:
>
> SELECT * FROM radius.radacct WHERE AcctStopTime is null and UserName <>
>> "CoovaChilli";
>>
>
> because this will not always give you the same results as the first option
> (chilli_query).
>
> Running these from PHP is trivial so choose your best fit.
>
>
>
>
> segunda-feira, 27 de Fevereiro de 2017 às 11:42:15 UTC, timwhite88
> escreveu:
>>
>> That's a great idea Jerren. Can you please open an issue for it on Github
>> so it doesn't get forgotten. https://github.com/
>> GraseHotspot/grase-www-portal/issues/
>> "Metrics" are something that are only useful if people actual care about
>> the thing we are measuring, so letting me know what metrics people want
>> will help me build a better status page, or dashboard.
>>
>> Regards
>>
>> Tim
>>
>> On Fri, Feb 24, 2017 at 1:38 PM, KIRA Ynet <ki***.@gmail.com> wrote:
>>
>>> Hi Tim,
>>>
>>> I'm not sure if anyone ever asked this here but i want to know if there
>>> is easy way to know the total number of active user in grasehotspot system.
>>> :)
>>> I know that i can simply count one by one of the user but that take
>>> time. So, if there is any possible way to monitor total active session
>>> user, or integrate it in "Monitor Sessions" page, this could be great. :)
>>>
>>> Thanks Tim.
>>>
>>> Regards,
>>> Jerren.
>>>
>>> --
>>> This mailing list is for the Grase Hotspot Project
>>> http://grasehotspot.org
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Grase Hotspot" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to gr***.@grasehotspot.org.
>>> To post to this group, send email to gr***.@grasehotspot.org.
>>> Visit this group at https://groups.google.com/a/gr
>>> asehotspot.org/group/grase-hotspot/.
>>> To view this discussion on the web visit https://groups.google.com/a/gr
>>> asehotspot.org/d/msgid/grase-hotspot/e06c93ae-c798-4dbf-
>>> b0ff-64d75229f5d5%40grasehotspot.org
>>> <https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/e06c93ae-c798-4dbf-b0ff-64d75229f5d5%40grasehotspot.org?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>> --
> This mailing list is for the Grase Hotspot Project http://grasehotspot.org
> ---
> You received this message because you are subscribed to the Google Groups
> "Grase Hotspot" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gr***e@grasehotspot.org.
> To post to this group, send email to gr***t@grasehotspot.org.
> Visit this group at https://groups.google.com/a/
> grasehotspot.org/group/grase-hotspot/.
> To view this discussion on the web visit https://groups.google.com/a/
> grasehotspot.org/d/msgid/grase-hotspot/8aecb6a5-5927-
> 4643-a03f-da4a0f1e3d6f%40grasehotspot.org
> <https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/8aecb6a5-5927-4643-a03f-da4a0f1e3d6f%40grasehotspot.org?utm_medium=email&utm_source=footer>
> .
>

Thread