Hi Jeff, I just searched the above keyword "is above threshold " in the CAS 5.2.x source code, and found that the parameter that control this is: # cas.monitor.tgt.warn.threshold=10
FYI: https://github.com/apereo/cas/blob/v5.2.0/core/cas-server-core-monitor/src/main/java/org/apereo/cas/monitor/SessionMonitor.java (line: 53 -> 24) https://github.com/apereo/cas/blob/v5.2.0/core/cas-server-core-monitor/src/main/java/org/apereo/cas/monitor/config/CasCoreMonitorConfiguration.java (line: 66 -> 62) -Andy On Tuesday, 2 January 2018 23:12:41 UTC+8, Jeffrey Ramsay wrote: > > What parameter controls this? cas.monitor.????.warn.threshold=10 > > SessionMonitor: WARN - Session count (1771) is above threshold 10 > > Thanks. > > -Jeff > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/2ad76214-8039-4e59-9861-fabd3149563d%40apereo.org.
