You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main admin section has a large part of what you'd need already. I'm tracking sessions in ecto already. So it'd be mostly copy pasting the admin stuff and adding in filters (since it's a straight list right now in the admin.) These are the important links for the admin section:
When a session starts, it tells the presence server that it's online, which saves (via ets) that session's info. That also broadcasts a message to the main node (Statistics.Server) which does the actual saving into ecto. It's a big convoluted but before I pulled out GrapevineData the telnet node didn't have a nice way to using ecto things. I haven't gotten around to unwinding this to using the database directly.
A simple report to see the number of opened web client sessions for a time range.
Report:
Ties with #70
The text was updated successfully, but these errors were encountered: