Comments
2 comments
-
Hi
If you check the description for Fragmented Index on this help page you'll see an explanation as to why we collect this so infrequently. Basically it's very resource intensive:
http://www.red-gate.com/supportcenter/C ... 269920.htm
It is possible to configure this setting but currently it requires editing a config file - C:\ProgramData\Red Gate\SQL Monitor 2\RedGate.Response.Engine.Alerting.Base.Service.exe.settings.config. If you edit the following section and restart the base monitor service it should pick up the new settings:<schedule qualifiedChannelName="[Cluster].[SqlServer].[Database].[Table].[Index]"> <weeklySchedule dayOfWeek="Sunday" hour="1" minute="00"/> </schedule>
If you wish to go ahead and increase how often this is checked then I could find out some more details.
Hope this helps
Chris -
Chris. This was just the info I was looking for. I was not going to chage the time but wanted to understand how it was configured.
ThanksChris Spencer wrote:Hi
If you check the description for Fragmented Index on this help page you'll see an explanation as to why we collect this so infrequently. Basically it's very resource intensive:
http://www.red-gate.com/supportcenter/C ... 269920.htm
It is possible to configure this setting but currently it requires editing a config file - C:\ProgramData\Red Gate\SQL Monitor 2\RedGate.Response.Engine.Alerting.Base.Service.exe.settings.config. If you edit the following section and restart the base monitor service it should pick up the new settings:<schedule qualifiedChannelName="[Cluster].[SqlServer].[Database].[Table].[Index]"> <weeklySchedule dayOfWeek="Sunday" hour="1" minute="00"/> </schedule>
If you wish to go ahead and increase how often this is checked then I could find out some more details.
Hope this helps
Chris
Hope this helps
Chris
Add comment
Please sign in to leave a comment.
Thanks