Configure Development Client Performance Settings
Log In or Register to download the BES file, and more.

0 Votes

Description

The settings contained within this policy are designed for the development environment. 

Property Details

ID80
TitleConfigure Development Client Performance Settings
DomainBES
CategoryBES Client Settings
Download Size0
Sourcedanielheth@bigfix.me
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date2/14/2012 12:00:00 AM
KeywordsSettings Configure Development Performance BES
Added by on 10/17/2012 9:31:55 AM
Last Modified by on 10/17/2012 9:37:44 AM
Counters 3940 Views / 5 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 1 fixlet   * Results in a true/false
Show indented relevance
host name of root server as string as lowercase contains "dev.bigfix.me"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
if name of operating system as lowercase starts with "win" then (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "75") of client) OR (exists setting "_BESClient_Resource_SleepIdle" whose (value of it != "480") of client) OR (exists setting "_BESClient_Report_MinimumInterval" whose (value of it != "60") of client) OR (exists setting "_BESClient_Comm_CommandPollEnable" whose (value of it != "1") of client) OR (exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose (value of it != "900") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "7200") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "14400") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "1800") of client) else (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "75") of client) OR (exists setting "_BESClient_Resource_SleepIdle" whose (value of it != "480") of client) OR (exists setting "_BESClient_Report_MinimumInterval" whose (value of it != "120") of client) OR (exists setting "_BESClient_Comm_CommandPollEnable" whose (value of it != "1") of client) OR (exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose (value of it != "900") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "14400") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "28800") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "3600") of client)

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
parameter "IsRelayRunning"="{if name of operating system as lowercase starts with "win" then exists running application "BESRelay.exe" else False}"
if {parameter "IsRelayRunning" as boolean}
//Work/Sleep Speed settings milliseconds
    setting "_BESClient_Resource_WorkIdle"="75" on "{now}" for client
    setting "_BESClient_Resource_SleepIdle"="480" on "{now}" for client
//update action status (1min)
    setting "_BESClient_Report_MinimumInterval"="60" on "{now}" for client
//enable upline querying for cmds (15min)
    setting "_BESClient_Comm_CommandPollEnable"="1" on "{now}" for client
    setting "_BESClient_Comm_CommandPollIntervalSeconds"="900" on "{now}" for client
//setup Register/Heartbeat (2hrs) and ForceRelaySelect (4hrs) settings
    setting "_BESClient_Register_IntervalSeconds"="7200" on "{now}" for client
    setting "_BESClient_RelaySelect_IntervalSeconds"="14400" on "{now}" for client
//if com failures occurs, then resist the urge to failover for 1 hours.
    setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds"="1800" on "{now}" for client
else
//Work/Sleep Speed settings milliseconds
    setting "_BESClient_Resource_WorkIdle"="75" on "{now}" for client
    setting "_BESClient_Resource_SleepIdle"="480" on "{now}" for client
//update action status (2min)
    setting "_BESClient_Report_MinimumInterval"="120" on "{now}" for client
//enable upline querying for cmds (15min)
    setting "_BESClient_Comm_CommandPollEnable"="1" on "{now}" for client
    setting "_BESClient_Comm_CommandPollIntervalSeconds"="900" on "{now}" for client
//setup Register/Heartbeat (4hrs) and ForceRelaySelect (8hrs) settings
    setting "_BESClient_Register_IntervalSeconds"="14400" on "{now}" for client
    setting "_BESClient_RelaySelect_IntervalSeconds"="28800" on "{now}" for client
//if com failures occurs, then resist the urge to failover for 2 hours.
    setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds"="3600" on "{now}" for client
endif
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!