The Monitoring Time Filtering Parameter
Monitoring time filtering allows you to reduce the amount of information received from the Windows Client by defining the days of the week and hours during which the Client will record user activity.
Monitoring time filtering can be performed in one of the following three states by selecting the option required in the Filter State drop-down list (on the Editing Client / Editing Client Group page, on the Monitoring Time Filtering tab, in the Monitoring Time Filtering section):
• Disabled: User activity is recorded 24/7 (i.e. 24 hours per day, every day).
• Monitor only during defined hours: User activity is recorded only on the defined days of the week, and during the defined hours. User activity outside of the defined days of the week and the defined hours is not recorded.
• Monitor only outside of defined hours: User activity is recorded only outside of the defined days of the week, and the defined hours. User activity on the defined days of the week, and during the defined hours, is not recorded.
NOTE: In the .ini file, the monitoring hours must be defined in the 24-hour time format.
Examples of parameters:
.ini File Parameter | Parameter Defined in the Management Tool |
Record all user activity without applying any filters. | |
[FilterParameters] MonitorTimeFilterState=disable MonitoringDays= MonitoringHours= | On the Monitoring Time Filtering tab, in the Monitoring Time Filtering section, in the Filter State drop-down list, make sure that Disabled is selected. |
Record user activity only on Monday, Tuesday, Wednesday, Thursday and Friday, from 8 AM to 6 PM. | |
[FilterParameters] MonitorTimeFilterState=include MonitoringDays=Mon, Tue, Wed, Thu, Fri MonitoringHours=8:00-18:00 | On the Monitoring Time Filtering tab, in the Monitoring Time Filtering section, do the following: 1. In the Filter State drop-down list, select Monitor only during defined hours. 2. Make sure that only the Monday, Tuesday, Wednesday, Thursday, and Friday checkboxes are selected. 3. In the From drop-down list, select 8:00 AM. 4. In the To drop-down list, select 6:00 PM. |
Do not record user activity on Friday and Saturday. | |
[FilterParameters] MonitorTimeFilterState=exclude MonitoringDays=Fri, Sat MonitoringHours=00:00-23:59 | On the Monitoring Time Filtering tab, in the Monitoring Time Filtering section, do the following: 1. In the Filter State drop-down list, select Monitor only outside of defined hours. 2. Select the Friday and Saturday checkboxes only. 3. In the From drop-down list, select 12:00 AM. 4. In the To drop-down list, select 12:00 AM. |