Configure Development Client Performance Settings
0 Votes |
Description
Property Details
80 | |
Configure Development Client Performance Settings | |
BES | |
BES Client Settings | |
0 | |
danielheth@bigfix.me | |
<Unspecified> | |
<Unspecified> | |
2/14/2012 12:00:00 AM | |
Settings Configure Development Performance BES | |
danielheth on 10/17/2012 9:31:55 AM | |
danielheth on 10/17/2012 9:37:44 AM | |
3940 Views / 5 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 1 fixlet | * Results in a true/false |

host name of root server as string as lowercase contains "dev.bigfix.me"
Used in 1 fixlet | * Results in a true/false |

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: |