Forum Discussion
jnowlin_44976
Oct 14, 2013Nimbostratus
syslog APM VPN log in and log outs
we have the need to be notified when users log in and log out of the APM vpn.
is this possibly? looking at the events the syslog sends now i do not see the information we need.
Hamish
Oct 31, 2013Cirrocumulus
The Agent_ID is passed in the [ACCESS::policy agent_id] variable. It's the test in the iRule that goes
if { [ACCESS::policy agent_id] eq "logSuccess" } {
HSL::send $larHSL "$larLogPrefix: LOGON:success $user:${method}:said [ACCESS::session sid]"
}
so to log the message you'd pass logSuccess as the agentID
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects