Configuration: BES Client - Slow down overly aggressive Command Polling - Universal - superseded
0 Votes |
Versioning - This is an older version.
1 | Configuration: BES Client - Slow down overly aggressive Command Polling - Universal | 6/30/2014 3:19:44 PM |
2 | Configuration: BES Client - Slow down overly aggressive Command Polling - Universal | 6/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
3800 | |
Alpha - Code that was just developed | |
Configuration: BES Client - Slow down overly aggressive Command Polling - Universal | |
BESC | |
Software Sharing | |
0 | |
Internal | |
jgstew | |
6/27/2014 12:00:00 AM | |
jgstew on 6/30/2014 3:19:44 PM | |
jgstew on 6/30/2014 3:19:44 PM | |
1691 Views / 1 Download | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
Used in 2 fixlets | * Results in a true/false |
/* 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 |
/* 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 clientSuccess Criteria
// 3600 is the number of seconds in 60 min.
setting "_BESClient_Comm_CommandPollIntervalSeconds"="3600" on "{parameter "action issue date" of action}" for client
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 clientSuccess Criteria
// 1800 is the number of seconds in 30 min.
setting "_BESClient_Comm_CommandPollIntervalSeconds"="1800" on "{parameter "action issue date" of action}" for client
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |