 Rank: Newbie Joined: 4/27/2015(UTC) Posts: 30  Thanks: 6 times Was thanked: 3 time(s) in 3 post(s)
|
I'm trying to set up a trigger that emails me whenever an access session's available memory drops below 100MB. I tried using the following event filter, but it doesn't seem to work: Quote:Event.EventType = 'ProcessedGuestInfoUpdate' AND Session.SessionType = 'Access' AND Session.GuestSystemMemoryAvailableMegabytes < 100
What am I doing wrong? Edited by user Sunday, April 9, 2017 2:30:29 AM(UTC)
| Reason: Not specified
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
As far as I know 'ProcessedGuestInfoUpdate' is executed when the 'Update Guest Info' button is manually clicked, not when the server automatically fetches new information. Unfortunately, I'm not sure of an event that would reliably give you the alert you want, but I recommend registering something within our Product Feedback Portal. |
ScreenConnect Team |
|
|
|
 Rank: Guest Joined: 10/2/2017(UTC) Posts: 1  Location: Dubai
|
Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' AND Session.Name = 'Acme'
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.