Configure Our Defaults for ArchiveManager (15min)
0 Votes |
Description
Property Details
88 | |
Configure Our Defaults for ArchiveManager (15min) | |
BES | |
BES Client Setting | |
0 | |
danielheth@bigfix.me | |
<Unspecified> | |
<Unspecified> | |
2/24/2011 12:00:00 AM | |
our Configure Our Defaults ArchiveManager | |
danielheth on 10/17/2012 9:31:55 AM | |
danielheth on 10/17/2012 9:37:44 AM | |
2172 Views / 4 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 1 fixlet | * Results in a true/false |

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 8mbsSuccess Criteria
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
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |