Configuration: BES Client - Automatically enable Command Polling - Universal
Log In or Register to download the BES file, and more.

0 Votes

Versioning - This is the latest version.

1Configuration: BES Client - Automatically enable Command Polling - Universal6/27/2014 1:02:42 PM
2Configuration: BES Client - Automatically enable Command Polling - Universal6/27/2014 1:58:58 PM

Description

Enable command polling on clients that are not recieving UDP commands.

 


Property Details

ID3798
StatusAlpha - Code that was just developed
TitleConfiguration: BES Client - Automatically enable Command Polling - Universal
DomainBESC
CategorySoftware Sharing
Download Size0
SourceInternal
Source IDjgstew
Source Release Date6/27/2014 12:00:00 AM
Added by on 6/27/2014 1:58:58 PM
Last Modified by on 6/27/2014 1:58:58 PM
Counters 6472 Views / 65 Downloads
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
/* last command time only works with version 8.2+ clients */ version of client >= "8.2"
Used in 2 fixlets   * Results in a true/false
Show indented relevance
/* 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
Show indented relevance
/* 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
Show indented relevance
/* 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 client
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.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!