Configuration: BES Client - Slow down overly aggressive Command Polling - Universal - superseded
Log In or Register to download the BES file, and more.

0 Votes

Versioning - This is an older version.

1Configuration: BES Client - Slow down overly aggressive Command Polling - Universal6/30/2014 3:19:44 PM
2Configuration: BES Client - Slow down overly aggressive Command Polling - Universal6/30/2014 3:21:13 PM

Description

This task is relevant on clients whose command polling is too aggressive and may cause issues both with the relay and the client.

This task will reduce the frequency of command polling.

 


Property Details

ID3800
StatusAlpha - Code that was just developed
TitleConfiguration: BES Client - Slow down overly aggressive Command Polling - Universal
DomainBESC
CategorySoftware Sharing
Download Size0
SourceInternal
Source IDjgstew
Source Release Date6/27/2014 12:00:00 AM
Added by on 6/30/2014 3:19:44 PM
Last Modified by on 6/30/2014 3:19:44 PM
Counters 1691 Views / 1 Download
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 2 fixlets   * Results in a true/false
Show indented relevance
/* Command Polling is enabled */ (exists settings whose("_BESClient_Comm_CommandPollEnable" = name of it AND 1 = value of it as integer) of client)
Used in 2 fixlets   * Results in a true/false
Show indented relevance
/* Command Polling is set to less than once every 30 min */ (exists settings whose("_BESClient_Comm_CommandPollIntervalSeconds" = name of it AND 1800 > value of it as integer) of client)

Actions

Action 1 (default)

Action Link Click here to reduce polling to 60 min.
Script Type BigFix Action Script
setting "_BESClient_Comm_CommandPollEnable"="1" on "{parameter "action issue date" of action}" for client
// 3600 is the number of seconds in 60 min.
setting "_BESClient_Comm_CommandPollIntervalSeconds"="3600" on "{parameter "action issue date" of action}" for client
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to reduce polling to 30 min.
Script Type BigFix Action Script
setting "_BESClient_Comm_CommandPollEnable"="1" on "{parameter "action issue date" of action}" for client
// 1800 is the number of seconds in 30 min.
setting "_BESClient_Comm_CommandPollIntervalSeconds"="1800" on "{parameter "action issue date" of action}" for client
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!