Configuration: BES Client - Automatically enable Command Polling - Universal
0 Votes |
Versioning - This is the latest version.
1 | Configuration: BES Client - Automatically enable Command Polling - Universal | 6/27/2014 1:02:42 PM |
2 | Configuration: BES Client - Automatically enable Command Polling - Universal | 6/27/2014 1:58:58 PM |
Description
Enable command polling on clients that are not recieving UDP commands.
Property Details
3798 | |
Alpha - Code that was just developed | |
Configuration: BES Client - Automatically enable Command Polling - Universal | |
BESC | |
Software Sharing | |
0 | |
Internal | |
jgstew | |
6/27/2014 12:00:00 AM | |
jgstew on 6/27/2014 1:58:58 PM | |
jgstew on 6/27/2014 1:58:58 PM | |
6472 Views / 65 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 2 fixlets | * Results in a true/false |

/* last command time only works with version 8.2+ clients */ version of client >= "8.2"
Used in 2 fixlets | * Results in a true/false |

/* Command polling is not currently enabled at least once per hour */ not ((exists settings whose("_BESClient_Comm_CommandPollEnable" = name of it AND 1 = value of it as integer) of client) AND (exists settings whose("_BESClient_Comm_CommandPollIntervalSeconds" = name of it AND 3600 >= value of it as integer) of client))
Used in 2 fixlets | * Results in a true/false |

/* Command Polling is only needed if the client is not recieving UDP commands, this will enable it if no commands recieved in the past 2 days. */ not exists last command times whose(2*day > (now - it)) of client
Used in 1 fixlet | * Results in a true/false |

/* exclude newly provisioned computers that will not often not get UPD commands for a while */ 1*day < (now - minimum of subscribe times of sites)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
setting "_BESClient_Comm_CommandPollEnable"="1" on "{parameter "action issue date" of action}" for clientSuccess Criteria
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.
Sharing
Social Media: |