Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Go to the DM installation path (: C:\Program Files\Idera\Idera SQL
diagnostic SQLdiagnostic manager)

2. Open SQLdmManagementService.exe.config or SQLdmCollectionService.exe.
config as Administrator , it depends of which DM (depending on which SQLDM Performance Counters you
want to pushenable)

3.Edit it, and add the publishPerformanceCounters=”true” as following for
example:example:


Code Block
languagetext
titleSQLdmCollectionService.exe
<configuration>
<Idera.SQLdm>
<Services>

<CollectionService
instanceName="Default" managementServiceAddress="ServerName"
publishPerformanceCounters="true"/>

</Services>
</Idera.SQLdm>
</configuration>


SQLdmCollectionService.exe.config file

...