Configure Our Defaults for ArchiveManager (15min)
Log In or Register to download the BES file, and more.

0 Votes

Description

Based on our environment and our desires for bandwidth and such, this task (when setup as a policy) will ensure our upload manager settings are maintained to our desired settings.

Property Details

ID88
TitleConfigure Our Defaults for ArchiveManager (15min)
DomainBES
CategoryBES Client Setting
Download Size0
Sourcedanielheth@bigfix.me
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date2/24/2011 12:00:00 AM
Keywordsour Configure Our Defaults ArchiveManager
Added by on 10/17/2012 9:31:55 AM
Last Modified by on 10/17/2012 9:37:44 AM
Counters 2172 Views / 4 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
not(exists setting "_BESClient_ArchiveManager_OperatingMode" whose (value of it = "1") of client) OR not(exists setting "_BESClient_ArchiveManager_IntervalSeconds" whose (value of it = "900") of client) OR not(exists setting "_BESClient_ArchiveManager_SendAll" whose (value of it = "0") of client) OR not(exists setting "_BESClient_ArchiveManager_MaxArchiveSize" whose (value of it = "31457280") of client)

Actions

Action 1 (default)

Action Link Click here to configure default Upload Manager Settings
Script Type BigFix Action Script
//upload updates to specified files in our path every hour... limit entire archive to 8mbs
if {not(exists setting "_BESClient_ArchiveManager_OperatingMode" whose (value of it = "1") of client)}
    setting "_BESClient_ArchiveManager_OperatingMode"="1" on "{now}" for client
endif
if {not(exists setting "_BESClient_ArchiveManager_IntervalSeconds" whose (value of it = "900") of client)}
    setting "_BESClient_ArchiveManager_IntervalSeconds"="900" on "{now}" for client
endif
if {not(exists setting "_BESClient_ArchiveManager_SendAll" whose (value of it = "0") of client)}
    setting "_BESClient_ArchiveManager_SendAll"="0" on "{now}" for client
endif
if {not(exists setting "_BESClient_ArchiveManager_MaxArchiveSize" whose (value of it = "31457280") of client)}
    setting "_BESClient_ArchiveManager_MaxArchiveSize"="31457280" 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!