BES Relay Status - Extended + Settings - superseded
| 0 Votes |
Versioning - This is an older version.
| 1 | BES Relay Settings & Status | 4/9/2013 3:23:32 PM |
| 2 | BES Relay Settings & Status | 4/9/2013 3:52:23 PM |
| 3 | BES Relay Settings & Status | 8/13/2013 8:00:07 AM |
| 4 | BES Relay Status - Extended + Settings | 9/19/2013 2:33:44 PM |
| 5 | BES Relay Status - Extended + Settings | 12/9/2013 11:47:05 AM |
| 6 | BES Relay Info | 7/22/2014 1:59:10 PM |
| 7 | BES Relay Info | 7/28/2014 10:35:51 AM |
| 8 | BES Relay Info | 7/28/2014 1:37:07 PM |
| 9 | BES Relay Info | 9/24/2014 4:55:41 PM |
Description
Property Details
| 2994575 | |
| Beta - Preliminary testing ready for more | |
| BES Relay Status - Extended + Settings | |
| BESC | |
| MemUsage BESRelay BESRootServer BES Relay | |
| jgstew on 9/19/2013 2:33:44 PM | |
| jgstew on 9/19/2013 2:33:44 PM | |
| 5113 Views / 4 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Properties
ResultCountLimit
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESRelay_PostResults_ResultCountLimit" of client) then ERROR "500" else value of setting "_BESRelay_PostResults_ResultCountLimit" of client
ResultTimeLimit - seconds
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESRelay_PostResults_ResultTimeLimit" of client) then ERROR "3" else value of setting "_BESRelay_PostResults_ResultTimeLimit" of client
MaxChildCount
Period
2 days
| * Results in a true/false |
if(not exists setting "_Enterprise Server_ClientRegister_MaxChildCount" of client) then ERROR "no limit" else value of setting "_Enterprise Server_ClientRegister_MaxChildCount" of client
UpstreamCheckPeriodMinutes
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESRelay_GatherMirror_UpstreamCheckPeriodMinutes" of client) then ERROR "360" else value of setting "_BESRelay_GatherMirror_UpstreamCheckPeriodMinutes" of client
LimitBytesPerSecond
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESGather_Download_LimitBytesPerSecond" of client) then ERROR "disabled" else value of setting "_BESGather_Download_LimitBytesPerSecond" of client
MaxChildRelayCount
Period
2 days
| * Results in a true/false |
if(not exists setting "_Enterprise Server_ClientRegister_MaxChildRelayCount" of client) then ERROR "no limit" else value of setting "_Enterprise Server_ClientRegister_MaxChildRelayCount" of client
MemUsage BESRelay.exe or BESRootServer.exe WMI
Period
1 hour
| * Results in a true/false |
if (exists wmi) then if(exists main gather service) then ((((string value of selects "WorkingSetSize from win32_process where Name = 'besrootserver.exe'" of wmi) as integer) / (1024*1024)) as string & " MB") else ((((string value of selects "WorkingSetSize from win32_process where Name = 'besrelay.exe'" of wmi) as integer) / (1024*1024)) as string & " MB") else ERROR "WMI not available"
MemUsage BESRelay.exe or BESRootServer.exe inspector
Period
1 hour
| * Results in a true/false |
working set size of process whose (name of it as lowercase is "besrelay.exe" OR name of it as lowercase is "besrootserver.exe") / (1024*1024)
Relay RootPath
Period
1 day
| * Results in a true/false |
value of setting "_BESRelay_HTTPServer_ServerRootPath" of client as string
Cache age (mod time)
Period
1 day
| * Results in a true/false |
now - (minimum of modification times of files of folder "bfmirror\downloads\sha1" of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client as string))
Gather Retry Inveral - minutes
Period
1 day
| * Results in a true/false |
if(not exists settings "_BESGather_Download_RetryMinutes" of client OR not exists values of settings "BESGather_Download_RetryMinutes" of client) then ERROR "Not Set" else value of setting "BESGather_Download_RetryMinutes" of client
Gather Thin Channel Threshold - MB
Period
1 day
| * Results in a true/false |
if(not exists setting "_BESGather_Download_ChannelThreshold" of client) then ERROR "Not Set" else value of setting "_BESGather_Download_ChannelThreshold" of client
Gather Inactivity Timeout - minutes
Period
1 day
| * Results in a true/false |
if(not exists setting "_BESGather_Download_InactivityTimeout" of client) then ERROR "Not Set" else value of setting "_BESGather_Download_InactivityTimeout" of client
Relay Maximum HTTP Connections
Period
1 day
| * Results in a true/false |
if(not exists setting "_BESRelay_HTTPServer_MaxConnections" of client) then ERROR "Not Set" else value of setting "_BESRelay_HTTPServer_MaxConnections" of client
Relay Maximum Results in Posts
Period
1 day
| * Results in a true/false |
if(not exists setting "_BESRelay_PostResults_ResultCountLimit" of client) then ERROR "Not Set" else value of setting "_BESRelay_PostResults_ResultCountLimit" of client
Relay Path
Period
1 day
| * Results in a true/false |
value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string
Cache age (creation time)
Period
1 day
| * Results in a true/false |
now - (minimum of creation times of files of folder "bfmirror\downloads\sha1" of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client as string))
Relevance
version of client >= "5.1"
Sharing
| Social Media: |
Comments
|
|
|
| This now has 2 different properties for "Cache Age"... One based upon the oldest "creation time" of the files in the mirror directory and another based upon the oldest "modification time" of the files in the mirror directory. I'm not sure which is more accurate. | |
|
|
|
| I am not completely certain, but I believe "Cache age" is correct. If so, this property should represent how many "days" of items in the relay cache, which should be representative of how often the relay rolls over its cache. Low values mean that the relay could use more storage for cache. Very high values may mean that a relay has more cache size than required. | |

