 Rank: Guest Joined: 10/24/2018(UTC) Posts: 1  Location: Boca Raton
|
A report that lists the total amount of session within a ‘session group’ and the longest amount of time the oldest session was sitting in the particular ‘session group’ by hour.
So basically two fields:
By hour:
Total amount of sessions within a ‘session group’ by hour Oldest session in minutes within a ‘session group’ by hour
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
The way our reporting and filtering works doesn't really let you know the by-hour field. You could create a report, however, that basically just uses the same session group filter syntax as the Group on the Host page and then execute it every hour. For example, say you have a session group with the filter defined as: Code:
CustomProperty1 LIKE 'Acme'
Your report would then use the same filter: Code:
CustomProperty1 LIKE 'Acme'
And you can use a wget/curl/web request created by a cronjob or scheduled task to make the same request every hour and use some logic on the clientside to compare the results and determine the other information you require. |
ScreenConnect Team |
|
|
|
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.