Would like to clean up some errors in the event logs within my test server. One of the errors is tied to the SrsDataConnector which makes sense since reporting extensions are not installed, however I would like to exclude this server from being monitored like this previous post regarding the Help Server:
https://community.dynamics.com/crm/b/microsoftdynamicscrmxrm/archive/2017/11/02/mscrmmonitoringtest-logging-39-monitoring-test-failed-test-title-help-content-server-tests-machine-dnsses1234-serverrole-helpserver-39
The link advises the following:
1. Create TestsToExclude.xml file,
<MonitoringTestsToExclude>
<Test isDisabled="true">VerifyHelpContent</Test>
</MonitoringTestsToExclude>
2. Place it on %ProgramFiles%\Microsoft Dynamics CRM\Monitoring folder (all Servers).
What if you want to reference another server such as SrsDataConnector? "Verify....?"

*This post is locked for comments
I have the same question (0)