The dashboard on my appliance isn't showing login activity:
I can't find any settings that seem messed up, or suggestive log messages.
You checked the ldap logs too? No objectclass violations or anything?
Upon login, the graph is not directly updated. The graph is update after some time that is configurable in oxauth config section. The default is 3 or 5 min.
In oxauth, there are some parameters
metricReporterInterval:300
metricReporterEnabled: false
Changing the second one to true and waiting 300 seconds (one one thousand,...) fixed it. If there is an improvement, it would be to have a switch enable this setting from the dashboard. Of course, if you're looking at the dashboard, why would you want to set it to report zero access?
Hi Jeff,
The metric report is enable by default.
Thanks!