diff --git a/templates/microsoft-SharePoint2019/README.md b/templates/microsoft-SharePoint2019/README.md new file mode 100644 index 0000000..07e9212 --- /dev/null +++ b/templates/microsoft-SharePoint2019/README.md @@ -0,0 +1,16 @@ +Microsoft SharePoint 2019 Monitoring +==================================== + +Provides monitoring of Microsoft SharePoint: + +* SharePoint Event Logs - User can add more Event Logs to monitor +* Performance Metrics - User can add more Windows Performance counters related to SharePoint for Monitoring. +* Windows SharePoint Processes +* Windows SharePoint Services +* SharePoint Components - Databases, Sites, Farms, Servers, Service Applications etc. + +Using the Template + +* Add the SharePoint server under the hosts tab and define the system type as `Windows`. +* Provide appropriate username and password for System Credentials to access the server. +* Also provide Site Admin Credentials if the user name to access the Admin Site is different from the System Credentials. diff --git a/templates/microsoft-SharePoint2019/microsoftSharepoint2019.cfg b/templates/microsoft-SharePoint2019/microsoftSharepoint2019.cfg new file mode 100644 index 0000000..155dfd2 --- /dev/null +++ b/templates/microsoft-SharePoint2019/microsoftSharepoint2019.cfg @@ -0,0 +1,1075 @@ +PATROL_CONFIG +"/SENTRY/X/microsoftSharepoint2019/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019/credentialsList" = { REPLACE = "SITE ADMIN;Administrator;;" }, +"/SENTRY/X/microsoftSharepoint2019/databaseType" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019/description" = { REPLACE = "Microsoft SharePoint 2019 Monitoring====================================Provides monitoring of Microsoft SharePoint:* SharePoint Event Logs* Performance Metrics* Windows SharePoint Processes* Windows SharePoint Services* SharePoint Components - Databases, Sites, Farms, Servers, Service Applications etc.Using the Template* Add the SharePoint server under the hosts tab and define the system type as `Windows`.* Provide appropriate username and password for System Credentials to access the server.* Also provide Site Admin Credentials if the user name to access the Admin Site is different from the System Credentials." }, +"/SENTRY/X/microsoftSharepoint2019/disabled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFileList" = { REPLACE = "SPDatabase.ps1,SPFarm.ps1,SPServer.ps1,SPServiceApplication.ps1,SPServiceApplicationPool.ps1,SPServiceInstance.ps1,SPSite.ps1,SPWebApplication.ps1" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPDatabase.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.PowershellGet-SPDatabase| Select ID,Name,DisplayName,Type,Status,NeedsUpgrade,DiskSizeRequired|ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPFarm.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.PowershellGet-SPFarm | Select Name,Status | ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPServer.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.PowershellGet-SPServer | Select Address,Role,Status | ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPServiceApplication.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.PowershellGet-SPServiceApplication | Select Name,DisplayName,NeedsUpgrade,Status,DiskSizeRequired | ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPServiceApplicationPool.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.PowershellGet-SPServiceApplicationPool | select Id, Name, Status| ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPServiceInstance.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.PowershellGet-SPServiceInstance | Select Status,Service | ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPSite.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.Powershell#the amount of storage used by a site collection, by using the storage field of the .UsageInfo property.Get-SPSite | select url, @{Expression={$_.Usage.Storage}}|ConvertTo-Csv -Delimiter \";\" -NoTypeInformation" }, +"/SENTRY/X/microsoftSharepoint2019/embeddedFile_SPWebApplication.ps1" = { REPLACE = "Add-PSSnapin Microsoft.SharePoint.Powershell#returns the sum of the disk space usage for all sites in a given web application.Get-SPWebApplication | Get-SPSite -Limit All |ForEach-Object {$sum=0}{ $sum+=$_.Usage.Storage }{$sum}" }, +"/SENTRY/X/microsoftSharepoint2019/label" = { REPLACE = "Microsoft SharePoint 2019" }, +"/SENTRY/X/microsoftSharepoint2019/macroList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019/parameterList" = { REPLACE = "CollectionErrorCount;0" }, +"/SENTRY/X/microsoftSharepoint2019/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019/runAlertForEachCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019/shareCookies" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019/systemType" = { REPLACE = "windows" }, +"/SENTRY/X/microsoftSharepoint2019/thresholdList" = { REPLACE = "CollectionErrorCount;0 0 0 0 0 0;1 1 2147483646 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019/type" = { REPLACE = "Template" },"/SENTRY/X/microsoftSharepoint2019:events/label" = { REPLACE = "Events" }, +"/SENTRY/X/microsoftSharepoint2019:events/parent" = { REPLACE = "microsoftSharepoint2019" }, +"/SENTRY/X/microsoftSharepoint2019:events/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:events/type" = { REPLACE = "MonitorGroup" },"/SENTRY/X/microsoftSharepoint2019:performance/label" = { REPLACE = "Performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance/parent" = { REPLACE = "microsoftSharepoint2019" }, +"/SENTRY/X/microsoftSharepoint2019:performance/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance/type" = { REPLACE = "MonitorGroup" },"/SENTRY/X/microsoftSharepoint2019:processes/label" = { REPLACE = "Processes" }, +"/SENTRY/X/microsoftSharepoint2019:processes/parent" = { REPLACE = "microsoftSharepoint2019" }, +"/SENTRY/X/microsoftSharepoint2019:processes/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:processes/type" = { REPLACE = "MonitorGroup" },"/SENTRY/X/microsoftSharepoint2019:services/label" = { REPLACE = "Services" }, +"/SENTRY/X/microsoftSharepoint2019:services/parent" = { REPLACE = "microsoftSharepoint2019" }, +"/SENTRY/X/microsoftSharepoint2019:services/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services/type" = { REPLACE = "MonitorGroup" },"/SENTRY/X/microsoftSharepoint2019:spComponents/label" = { REPLACE = "SP Components" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents/parent" = { REPLACE = "microsoftSharepoint2019" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents/type" = { REPLACE = "MonitorGroup" },"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/acknowledgeEventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/acknowledgeHowMany" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/acknowledgeMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/acknowledgeMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/acknowledgeTimeout" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/eventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/eventIDExclude" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/eventLevel" = { REPLACE = "Critical,Error,Warning" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/eventLog" = { REPLACE = "Microsoft-SharePoint Products-Shared/Audit" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/eventMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/eventMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/label" = { REPLACE = "Event: Microsoft- Share Point Products- Shared/ Audit / Microsoft- Share Point Products- Share Point Foundation" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/parameterList" = { REPLACE = "MatchingEventCount;1,MatchingEventRate;1,MatchingEvents;1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/parent" = { REPLACE = "microsoftSharepoint2019:events" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/pollingIntervalList" = { REPLACE = "winEventColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/provider" = { REPLACE = "Microsoft-SharePoint Products-SharePoint Foundation" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/runAlertForEachMatch" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/thresholdList" = { REPLACE = "MatchingEventCount;0 0 0 0 0 0;1 1 2147483646 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha/type" = { REPLACE = "WinEvent" },"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/acknowledgeEventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/acknowledgeHowMany" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/acknowledgeMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/acknowledgeMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/acknowledgeTimeout" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/eventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/eventIDExclude" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/eventLevel" = { REPLACE = "Critical,Error,Warning" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/eventLog" = { REPLACE = "Microsoft-SharePoint Products-Shared/Operational" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/eventMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/eventMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/label" = { REPLACE = "Event: Microsoft- Share Point Products- Shared/ Operational / Microsoft- Share Point Products- Share Point Server" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/parameterList" = { REPLACE = "MatchingEventCount;1,MatchingEventRate;1,MatchingEvents;1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/parent" = { REPLACE = "microsoftSharepoint2019:events" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/pollingIntervalList" = { REPLACE = "winEventColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/provider" = { REPLACE = "Microsoft-SharePoint Products-SharePoint Server" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/runAlertForEachMatch" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/thresholdList" = { REPLACE = "MatchingEventCount;0 0 0 0 0 0;1 1 2147483646 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_2/type" = { REPLACE = "WinEvent" },"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/acknowledgeEventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/acknowledgeHowMany" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/acknowledgeMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/acknowledgeMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/acknowledgeTimeout" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/eventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/eventIDExclude" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/eventLevel" = { REPLACE = "Critical,Error,Warning" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/eventLog" = { REPLACE = "Microsoft-SharePoint Products-Shared/Operational" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/eventMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/eventMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/label" = { REPLACE = "Event: Microsoft- Share Point Products- Shared/ Operational / Microsoft- Share Point Products- Share Point Foundation" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/parameterList" = { REPLACE = "MatchingEventCount;1,MatchingEventRate;1,MatchingEvents;1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/parent" = { REPLACE = "microsoftSharepoint2019:events" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/pollingIntervalList" = { REPLACE = "winEventColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/provider" = { REPLACE = "Microsoft-SharePoint Products-SharePoint Foundation" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/runAlertForEachMatch" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/thresholdList" = { REPLACE = "MatchingEventCount;0 0 0 0 0 0;1 1 2147483646 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_3/type" = { REPLACE = "WinEvent" },"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/acknowledgeEventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/acknowledgeHowMany" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/acknowledgeMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/acknowledgeMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/acknowledgeTimeout" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/eventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/eventIDExclude" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/eventLevel" = { REPLACE = "Critical,Error,Warning" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/eventLog" = { REPLACE = "Microsoft-SharePoint Products-Shared/Operational" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/eventMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/eventMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/label" = { REPLACE = "Event: Microsoft- Share Point Products- Shared/ Operational / Microsoft- Share Point Products- Share Point Server Search" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/parameterList" = { REPLACE = "MatchingEventCount;1,MatchingEventRate;1,MatchingEvents;1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/parent" = { REPLACE = "microsoftSharepoint2019:events" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/pollingIntervalList" = { REPLACE = "winEventColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/provider" = { REPLACE = "Microsoft-SharePoint Products-SharePoint Server Search" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/runAlertForEachMatch" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/thresholdList" = { REPLACE = "MatchingEventCount;0 0 0 0 0 0;1 1 2147483646 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_4/type" = { REPLACE = "WinEvent" },"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/acknowledgeEventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/acknowledgeHowMany" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/acknowledgeMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/acknowledgeMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/acknowledgeTimeout" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/eventID" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/eventIDExclude" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/eventLevel" = { REPLACE = "Critical,Error,Warning" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/eventLog" = { REPLACE = "Microsoft-SharePoint Products-SharepointFoundationSearch/Analytic" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/eventMessageContain" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/eventMessageRegex" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/label" = { REPLACE = "Event: Microsoft- Share Point Products- Sharepoint Foundation Search/ Analytic / Microsoft- Share Point Products- Share Point Foundation Search" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/parameterList" = { REPLACE = "MatchingEventCount;1,MatchingEventRate;1,MatchingEvents;1" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/parent" = { REPLACE = "microsoftSharepoint2019:events" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/pollingIntervalList" = { REPLACE = "winEventColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/provider" = { REPLACE = "Microsoft-SharePoint Products-SharePoint Foundation Search" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/runAlertForEachMatch" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/thresholdList" = { REPLACE = "MatchingEventCount;0 0 0 0 0 0;1 1 2147483646 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:events:microsoftSharepointProductsSha_5/type" = { REPLACE = "WinEvent" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/label" = { REPLACE = "Perfmon: Client File Uploads Successful / Share Point Server Monitoring" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/performanceCounter" = { REPLACE = "ClientFileUploadsSuccessful" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointServerMonitoring" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsSucces/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/label" = { REPLACE = "Perfmon: Client File Uploads Total / Share Point Server Monitoring" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/performanceCounter" = { REPLACE = "ClientFileUploadsTotal" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointServerMonitoring" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonClientFileUploadsTotalS/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/label" = { REPLACE = "Perfmon: Current number of requests the Blob Cache is handling / Share Point Disk Based Cache" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/performanceCounter" = { REPLACE = "CurrentnumberofrequeststheBlobCacheishandling" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointDiskBasedCache" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonCurrentNumberOfRequests/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/label" = { REPLACE = "Perfmon: Data File(s) Size (KB) / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/performanceCounter" = { REPLACE = "DataFilesSizeKB" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/performanceObject" = { REPLACE = "Win32_PerfRawData_MSSQLSERVER_SQLServerDatabases" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonDataFileSSizeKb_Total/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/label" = { REPLACE = "Perfmon: Executing Sql Queries / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/performanceCounter" = { REPLACE = "ExecutingSqlQueries" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointMicrosoftSharePointFoundation4_SharePointFoundation" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonExecutingSqlQueries_Tot/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/label" = { REPLACE = "Perfmon: Health Score / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/performanceCounter" = { REPLACE = "HealthScore" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointMicrosoftSharePointFoundation4_SharePointFoundation" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonHealthScore_Total/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/label" = { REPLACE = "Perfmon: Merge Requests Outstanding / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/performanceCounter" = { REPLACE = "MergeRequestsOutstanding" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/performanceObject" = { REPLACE = "Win32_PerfRawData_SQLServer2017XTPDatabaseEngine_SQLServer2017XTPStorage" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonMergeRequestsOutstandin/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/label" = { REPLACE = "Perfmon: Object Cache Hit Count / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/performanceCounter" = { REPLACE = "ObjectCacheHitCount" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointMicrosoftSharePointFoundation4_SharePointFoundation" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheHitCount_Tot/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/label" = { REPLACE = "Perfmon: Object Cache Miss Count / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/performanceCounter" = { REPLACE = "ObjectCacheMissCount" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointMicrosoftSharePointFoundation4_SharePointFoundation" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonObjectCacheMissCount_To/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/label" = { REPLACE = "Perfmon: Synchronous Requests Count / Share Point My Site Provisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/performanceCounter" = { REPLACE = "SynchronousRequestsCount" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointMySiteProvisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsCoun/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/label" = { REPLACE = "Perfmon: Synchronous Requests Failure Count / Share Point My Site Provisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/performanceCounter" = { REPLACE = "SynchronousRequestsFailureCount" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointMySiteProvisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsFail/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/label" = { REPLACE = "Perfmon: Synchronous Requests Processing Time / Share Point My Site Provisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/performanceCounter" = { REPLACE = "SynchronousRequestsProcessingTime" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointMySiteProvisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsProc/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/label" = { REPLACE = "Perfmon: Synchronous Requests Success Count / Share Point My Site Provisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/performanceCounter" = { REPLACE = "SynchronousRequestsSuccessCount" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointMySiteProvisioning" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonSynchronousRequestsSucc/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/label" = { REPLACE = "Perfmon: Total number of holds processed / Share Point Records Management Counters" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/performanceCounter" = { REPLACE = "Totalnumberofholdsprocessed" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointRecordsManagementCounters" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfHoldsProce/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/label" = { REPLACE = "Perfmon: Total number of records expired / Share Point Records Management Counters" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/performanceCounter" = { REPLACE = "Totalnumberofrecordsexpired" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/performanceObject" = { REPLACE = "Win32_PerfRawData_MicrosoftWindowsSharePointSharePointServer_SharePointRecordsManagementCounters" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTotalNumberOfRecordsExp/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/label" = { REPLACE = "Perfmon: Transaction validation failures/sec / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/performanceCounter" = { REPLACE = "TransactionvalidationfailuresPersec" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/performanceObject" = { REPLACE = "Win32_PerfRawData_SQLServer2017XTPDatabaseEngine_SQLServer2017XTPTransactions" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionValidationFa/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/label" = { REPLACE = "Perfmon: Transactions aborted/sec / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/performanceCounter" = { REPLACE = "TransactionsabortedPersec" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/performanceObject" = { REPLACE = "Win32_PerfRawData_SQLServer2017XTPDatabaseEngine_SQLServer2017XTPTransactions" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsAbortedSec_/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/label" = { REPLACE = "Perfmon: Transactions created/sec / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/performanceCounter" = { REPLACE = "TransactionscreatedPersec" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/performanceObject" = { REPLACE = "Win32_PerfRawData_SQLServer2017XTPDatabaseEngine_SQLServer2017XTPTransactions" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsCreatedSec_/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/instanceName" = { REPLACE = "_Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/label" = { REPLACE = "Perfmon: Transactions/sec / _Total" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/performanceCounter" = { REPLACE = "TransactionsPersec" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/performanceObject" = { REPLACE = "Win32_PerfRawData_MSSQLSERVER_SQLServerDatabases" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSec_Total/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/label" = { REPLACE = "Perfmon: Transactions / SQL Server General Statistics" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/performanceCounter" = { REPLACE = "Transactions" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/performanceObject" = { REPLACE = "Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonTransactionsSqlServerGe/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/instanceName" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/label" = { REPLACE = "Perfmon: Unsafe Auto- Params/sec / SQL Server SQL Statistics" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/parameterList" = { REPLACE = "Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/parent" = { REPLACE = "microsoftSharepoint2019:performance" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/performanceCounter" = { REPLACE = "UnsafeAutoParamsPersec" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/performanceObject" = { REPLACE = "Win32_PerfRawData_MSSQLSERVER_SQLServerSQLStatistics" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/pollingIntervalList" = { REPLACE = "winPerfColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/rescalingChoice" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/rescalingValue" = { REPLACE = "NULL" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:performance:perfmonUnsafeAutoParamsSecSqlS/type" = { REPLACE = "WinPerf" },"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/childProcesses" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/exactMatching" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/label" = { REPLACE = "Process: OWSTIMER.EXE" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/notInterpret" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/parameterList" = { REPLACE = "ChildCount;1,Count;1,HandleCount;0,MatchingProcesses;1,PageFaultsPerSec;1,PageFileBytes;1,PrivateBytes;1,ProcessorTime;1,Status;0,ThreadCount;0,VirtualBytes;0,WorkingSet;0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/parent" = { REPLACE = "microsoftSharepoint2019:processes" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/pollingIntervalList" = { REPLACE = "processColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/processCommand" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/processName" = { REPLACE = "OWSTIMER.EXE" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/processStatusList" = { REPLACE = "Running=0,Sleeping=0,Queued=0,Waiting=0,Intermediate=0,Stopped=1,Growing=1,Unknown=1,Terminated=2,Not Running=2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/thresholdList" = { REPLACE = "Count;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0,ProcessorTime;0 0 0 0 0 0;1 90 100 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processOwstimerExe/type" = { REPLACE = "Process" },"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/childProcesses" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/exactMatching" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/label" = { REPLACE = "Process: sqlwriter.exe" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/notInterpret" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/parameterList" = { REPLACE = "ChildCount;1,Count;1,HandleCount;0,MatchingProcesses;1,PageFaultsPerSec;1,PageFileBytes;1,PrivateBytes;1,ProcessorTime;1,Status;0,ThreadCount;0,VirtualBytes;0,WorkingSet;0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/parent" = { REPLACE = "microsoftSharepoint2019:processes" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/pollingIntervalList" = { REPLACE = "processColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/processCommand" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/processName" = { REPLACE = "sqlwriter.exe" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/processStatusList" = { REPLACE = "Running=0,Sleeping=0,Queued=0,Waiting=0,Intermediate=0,Stopped=1,Growing=1,Unknown=1,Terminated=2,Not Running=2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/thresholdList" = { REPLACE = "Count;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0,ProcessorTime;0 0 0 0 0 0;1 90 100 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processSqlwriterExe/type" = { REPLACE = "Process" },"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/childProcesses" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/exactMatching" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/label" = { REPLACE = "Process: WSSADMIN.EXE" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/notInterpret" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/parameterList" = { REPLACE = "ChildCount;1,Count;1,HandleCount;0,MatchingProcesses;1,PageFaultsPerSec;1,PageFileBytes;1,PrivateBytes;1,ProcessorTime;1,Status;0,ThreadCount;0,VirtualBytes;0,WorkingSet;0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/parent" = { REPLACE = "microsoftSharepoint2019:processes" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/pollingIntervalList" = { REPLACE = "processColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/processCommand" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/processName" = { REPLACE = "WSSADMIN.EXE" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/processStatusList" = { REPLACE = "Running=0,Sleeping=0,Queued=0,Waiting=0,Intermediate=0,Stopped=1,Growing=1,Unknown=1,Terminated=2,Not Running=2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/thresholdList" = { REPLACE = "Count;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0,ProcessorTime;0 0 0 0 0 0;1 90 100 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWssadminExe/type" = { REPLACE = "Process" },"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/childProcesses" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/exactMatching" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/label" = { REPLACE = "Process: wsstracing.exe" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/notInterpret" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/parameterList" = { REPLACE = "ChildCount;1,Count;1,HandleCount;0,MatchingProcesses;1,PageFaultsPerSec;1,PageFileBytes;1,PrivateBytes;1,ProcessorTime;1,Status;0,ThreadCount;0,VirtualBytes;0,WorkingSet;0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/parent" = { REPLACE = "microsoftSharepoint2019:processes" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/pollingIntervalList" = { REPLACE = "processColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/processCommand" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/processName" = { REPLACE = "wsstracing.exe" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/processStatusList" = { REPLACE = "Running=0,Sleeping=0,Queued=0,Waiting=0,Intermediate=0,Stopped=1,Growing=1,Unknown=1,Terminated=2,Not Running=2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/thresholdList" = { REPLACE = "Count;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0,ProcessorTime;0 0 0 0 0 0;1 90 100 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:processWsstracingExe/type" = { REPLACE = "Process" },"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/label" = { REPLACE = "Service: SPTraceV4" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/parent" = { REPLACE = "microsoftSharepoint2019:processes" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/serviceName" = { REPLACE = "SPTraceV4" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:processes:serviceSptracev4/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/label" = { REPLACE = "Service: OSearch16" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/serviceName" = { REPLACE = "OSearch16" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceOsearch16/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/label" = { REPLACE = "Service: SPAdminV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/serviceName" = { REPLACE = "SPAdminV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpadminv4/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/label" = { REPLACE = "Service: SPInsights" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/serviceName" = { REPLACE = "SPInsights" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpinsights/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/label" = { REPLACE = "Service: SPSearchHostController" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/serviceName" = { REPLACE = "SPSearchHostController" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpsearchhostcontroller_2/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/label" = { REPLACE = "Service: SPTimerV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/serviceName" = { REPLACE = "SPTimerV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSptimerv4/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/label" = { REPLACE = "Service: SPUserCodeV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/serviceName" = { REPLACE = "SPUserCodeV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpusercodev4/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/label" = { REPLACE = "Service: SPWriterV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/parameterList" = { REPLACE = "ServiceDetails;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/parent" = { REPLACE = "microsoftSharepoint2019:services" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/pollingIntervalList" = { REPLACE = "winServiceColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/serviceName" = { REPLACE = "SPWriterV4" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusNotInstalled" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusPaused" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusPendingContinue" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusPendingPause" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusPendingStart" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusPendingStop" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusRunning" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusStopped" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/statusUnknown" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:services:serviceSpwriterv4/type" = { REPLACE = "WinService" },"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/credentials" = { REPLACE = "SITE ADMIN" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/label" = { REPLACE = "SP Site" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPSite.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/credentials" = { REPLACE = "System Credentials" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/label" = { REPLACE = "SP Database" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPDatabase.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/credentials" = { REPLACE = "System Credentials" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/label" = { REPLACE = "SP Farm" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPFarm.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/credentials" = { REPLACE = "System Credentials" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/label" = { REPLACE = "SP Server" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPServer.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/credentials" = { REPLACE = "System Credentials" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/label" = { REPLACE = "SP ServiceApplication" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPServiceApplication.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/credentials" = { REPLACE = "System Credentials" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/label" = { REPLACE = "SP ServiceApplicationPool" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPServiceApplicationPool.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/credentials" = { REPLACE = "System Credentials" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/label" = { REPLACE = "SP ServiceInstance" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPServiceInstance.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/credentials" = { REPLACE = "SITE ADMIN" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/exitCodeStatus" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/exitCodes" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/label" = { REPLACE = "SP Web Application - Total Storage Used" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/neverEnding" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/osCommand" = { REPLACE = "@powershell.exe -inputformat none %{FILE:SPWebApplication.ps1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/parameterList" = { REPLACE = "ExecutionTime;0,ExitCode;0,Result;1,Status;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/parent" = { REPLACE = "microsoftSharepoint2019:spComponents" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/pollingIntervalList" = { REPLACE = "commandLineColl;continuous;120;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/runLocally" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/thresholdList" = { REPLACE = "ExecutionTime;0 0 0 0 0 0;1 30 2147483646 0 0 1;0 0 0 0 0 0,Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/timeout" = { REPLACE = "30" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spWebApplication/type" = { REPLACE = "CommandLine" },"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/excludeRegExp" = { REPLACE = "\"Url\";\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/instancesLabel" = { REPLACE = "%{1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/instancesObjectID" = { REPLACE = "%{1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/label" = { REPLACE = "Sites" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/reportAsCollectionError" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/excludeRegExp" = { REPLACE = "\"Id\";\"Name\";\"DisplayName\";\"Type\";\"Status\";\"NeedsUpgrade\";\"DiskSizeRequired\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/instancesLabel" = { REPLACE = "%{3} - %{4}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/instancesObjectID" = { REPLACE = "%{1}%{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/label" = { REPLACE = "Database" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spDatabase" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/excludeRegExp" = { REPLACE = "\"Name\";\"Status\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/instancesLabel" = { REPLACE = "%{1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/instancesObjectID" = { REPLACE = "%{1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/label" = { REPLACE = "Farms" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spFarm" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/excludeRegExp" = { REPLACE = "\"Address\";\"Role\";\"Status\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/instancesLabel" = { REPLACE = "%{1} - %{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/instancesObjectID" = { REPLACE = "%{1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/label" = { REPLACE = "Servers" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServer" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/excludeRegExp" = { REPLACE = "\"Name\";\"DisplayName\";\"NeedsUpgrade\";\"Status\";\"DiskSizeRequired\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/instancesLabel" = { REPLACE = "%{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/instancesObjectID" = { REPLACE = "%{1}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/label" = { REPLACE = "Service Applications" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceApplication" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/reportAsCollectionError" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/excludeRegExp" = { REPLACE = "\"Id\";\"Name\";\"Status\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/instancesLabel" = { REPLACE = "%{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/instancesObjectID" = { REPLACE = "%{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/label" = { REPLACE = "Service Application Pools" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceApplicationPool" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/reportAsCollectionError" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/deleteMissingWhen" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/excludeRegExp" = { REPLACE = "\"Status\";\"Service\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/identicalIDAction" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/instancesLabel" = { REPLACE = "%{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/instancesObjectID" = { REPLACE = "%{2}" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/keepRegExp" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/label" = { REPLACE = "Services" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/parameterList" = { REPLACE = "Present;1,Result;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceInstance" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/reportAsCollectionError" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/thresholdList" = { REPLACE = "Present;0 0 0 0 0 0;1 0 0 0 0 2;0 0 0 0 0 0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/type" = { REPLACE = "DynamicObjects" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/canBeNegative" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/convertUnits" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/discardNegativeDelta" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/fieldNumber" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/label" = { REPLACE = "Storage Used" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/monitoredValue" = { REPLACE = "rawValue" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/numericFormat" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/parameterList" = { REPLACE = "Present;0,Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/parameterType" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/scale" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/scaleOption" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/type" = { REPLACE = "NumericExtraction" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:powershellExeInputformatNoneFi:sites:storageUsed/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/canBeNegative" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/convertUnits" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/discardNegativeDelta" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/fieldNumber" = { REPLACE = "7" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/label" = { REPLACE = "Disk Size Required" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/monitoredValue" = { REPLACE = "rawValue" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/numericFormat" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/parameterList" = { REPLACE = "Present;0,Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/parameterType" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spDatabase:database" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/scale" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/scaleOption" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/type" = { REPLACE = "NumericExtraction" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:diskSizeRequired/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/fieldNumber" = { REPLACE = "6" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/label" = { REPLACE = "Needs Upgrade" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/otherValueMap" = { REPLACE = "0;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spDatabase:database" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:needsUpgrade/valueMap" = { REPLACE = "FALSE;0;Not needed,TRUE;1;Needs Upgrade" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/fieldNumber" = { REPLACE = "5" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/label" = { REPLACE = "Status" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/otherValueMap" = { REPLACE = "1;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spDatabase:database" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spDatabase:database:status/valueMap" = { REPLACE = "Offline;2;Offline,Online;0;Online" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/fieldNumber" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/label" = { REPLACE = "Status" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/otherValueMap" = { REPLACE = "1;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spFarm:farms" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spFarm:farms:status/valueMap" = { REPLACE = "Offline;2;Offline,Online;0;Online" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/fieldNumber" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/label" = { REPLACE = "Status" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/otherValueMap" = { REPLACE = "1;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServer:servers" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServer:servers:status/valueMap" = { REPLACE = "Offline;2;Offline,Online;0;Online" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/canBeNegative" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/convertUnits" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/discardNegativeDelta" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/fieldNumber" = { REPLACE = "5" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/label" = { REPLACE = "Data Size Required" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/monitoredValue" = { REPLACE = "rawValue" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/numericFormat" = { REPLACE = "2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/parameterList" = { REPLACE = "Present;0,Value;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/parameterType" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/reportAsCollectionError" = { REPLACE = "0" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/scale" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/scaleOption" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/thresholdList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/type" = { REPLACE = "NumericExtraction" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:dataSizeRequired/uniqueSeparator" = { REPLACE = "1" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/fieldNumber" = { REPLACE = "4" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/label" = { REPLACE = "Status" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/otherValueMap" = { REPLACE = "1;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:status/valueMap" = { REPLACE = "Offline;2;Offline,Online;0;Online" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/fieldNumber" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/label" = { REPLACE = "Upgrade Required" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/otherValueMap" = { REPLACE = "0;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplication:serviceApplications:upgradeRequired/valueMap" = { REPLACE = "False;0;Not required,True;1;Needs Upgrade" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/fieldNumber" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/label" = { REPLACE = "Status" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/otherValueMap" = { REPLACE = "1;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceApplicationPool:serviceApplicationPools:status/valueMap" = { REPLACE = "Offline;2;Offline,Online;0;Online" },"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/actionList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/columnMode" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/fieldNumber" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/fieldSeparators" = { REPLACE = "[__SW_SENTRY__];[__SW_SENTRY__]" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/label" = { REPLACE = "Status" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/lineMode" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/messageList" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/noValue" = { REPLACE = "" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/otherValueMap" = { REPLACE = "1;" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/parameterList" = { REPLACE = "Status;1,StatusInformation;1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/parent" = { REPLACE = "microsoftSharepoint2019:spComponents:spServiceInstance:services" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/productVersion" = { REPLACE = "10000" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/quoteCharacter" = { REPLACE = "\"" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/selectedValue" = { REPLACE = "3" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/skipBlankLines" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/thresholdList" = { REPLACE = "Status;0 0 0 0 0 0;1 1 1 0 0 1;1 2 2 0 0 2" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/type" = { REPLACE = "ValueMap" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/uniqueSeparator" = { REPLACE = "1" }, +"/SENTRY/X/microsoftSharepoint2019:spComponents:spServiceInstance:services:status/valueMap" = { REPLACE = "Disabled;0;Disabled,Offline;2;Offline,Online;0;Online" }