Feature #15697
openDashboard Widget for logged-in GUI users
0%
Description
As discussed here: https://forum.netgate.com/topic/189921/logged-in-as-webui?_=1725311646662
There needs to be some way to tell who else is logged into your security appliance and by which method. System logs for Authenticaiton are flooded with logs that are non-sensical to Authentication in the ways that would matter to an admin (sshguard messages flood my auth logs?)
Palo and Cisco offer a GUI element for this task. I think NGINX and the auth logs can be leveraged in this way.
Updated by Jim Pingle 8 months ago
- Subject changed from Logged in As - Webui to Dashboard Widget for logged-in GUI users
- Priority changed from Normal to Very Low
Log scraping is inaccurate and the wrong way to do this sort of thing.
We could maybe have it check other PHP session data but that may also require us using a database of sorts for session data instead of PHP's file-based session tracking. Then it would also have to check for valid/expired sessions as well since most users don't actually manually log out.
Also the sshguard log issue has been solved, see #12747
Updated by Mike Moore 8 months ago
Thanks for considering this. Its a good idea but is the juice worth the squeeze?
Maybe in the future where the underlying code bits are changed to better accommodate an internal DB.
Either way its good to keep it on the radar. Thanks JP !