Suggestions
Welcome to the Redgate Monitor feature suggestions list. Tell us how we can improve Redgate Monitor by voting on these suggestions or by submitting your own ideas.
This is the easiest way to make an impact on Redgate Monitor’s roadmap. Check out the completed suggestions to see how your ideas have influenced us in the past. Please note that this list is one of multiple sources that drive our development, meaning that we will not always implement the highest-ranking suggestions.
To give your idea the greatest possible impact, please follow these guidelines:
- Describe the goal you’re trying to accomplish, rather than a specific solution to get there
- If you have a favoured solution, add it as a comment to your suggestion
- Give us as much context as possible
- Only make one suggestion per post. If you have multiple ideas, submit them in separate posts
- Comment and vote on existing posts to develop the ideas — the Redgate Monitor team will often stay quiet initially about new suggestions to see what you have to say!
If you have any questions visit the Redgate Monitor forum.
768 results found
-
MS DTC down alert....
I would like to see an Alert if MS DTC (the DTC service) has stopped\failed or doesn't restart after a reboot.
1 vote -
Add plus/minus tolernaces for unusual job durations
Allow different tolerances to the plus and minus percentages for the "Job Duration Unusual". In some circumstances (especially when there may be a lot of data coming in and the disks are extremely busy), I don't mind a deviation of a few hundred percent positive in the deviation. But a negative deviation of 90% would likely indicate some of the expected data was missing (thus a problem).
1 vote -
Control Alerts Using Metadata
CONTEXT: We have a maintenance and backup solution which uses SQL Server as a backend to determine what databases to perform the tasks against, and at what time.
PROBLEM: Some databases do not have maintenance tasks running against them, but still have alerts which appear in SQL Monitor for them (e.g. Index Fragmentation). I don't want to manually exclude these from SQL Monitor, as the number of databases fluctuates, particularly on our testing and development environments.
EXAMPLE SOLUTIONS:
- Provide a means of easily enabling/disabling/changing alerts dynamically using a stored procedure.1 vote
Daniel Rothig
responded
For your usecase I recommend modifying the maintenance window metadata instead:
UPDATE s SET MW_IsEnabled = 1, —or 0 to enable alerts again MW_Start=0, —midnight MW_Duration=864000000000, —24 hours MW_Monday = 1, MW_Tuesday =1, MW_Wednesday=1, MW_Thursday=1, MW_Friday=1, MW_Saturday=1, MW_Sunday=1 FROM [settings].[SqlServers] s INNER JOIN [settings].[Clusters] c ON c.Id = s.ParentId WHERE c.Name = ‘hostname’ AND s.Name = ’’ —Set to SQL Server name or leave empty for unnamed instancesA restart of the base monitor service will be required after the change
-
Click on CPU part of the server block on global dashboard (version 5.2) leads me to serveroverview instead of graph
I would suspect to go to the graph (analysis tab) after I click on the CPU part of a serverblock (in Global Dashboard), instead of the server overview
1 vote -
auto refresh
I'd like the Analysis Graph to auto jump to present every 1 mintue
1 vote -
Easily determine am/pm from the graphs.
Currently it isn't clear by looking at a graph if the times are AM or PM. It would be helpful if hovering included AM/PM as well as the left and rightmost times shown on the bottom of the graph. It is confusing and takes effort to determine if I"m looking at morning or night.
1 vote -
we dont allow ping to cross vlans so i cannot add servers to monitor
we dont allow ping to cross vlans so i cannot add servers to monitor
1 vote -
产品建议
1)Overview界面显示的服务器信息指标可以增加定制功能,可以让用户自己选择主面板上显示神秘关键性能指标
2)告警时的邮件发送增加不同的数据库可以发送给不同管理员邮箱。1 vote -
Execution Time on Alert Dashboard.
In Alert Dashboard, Execution time helps to analyze long running query in priority,so it would help if execution time is displayed on Alert dashboard.
1 vote -
Track sql timeouts on execution
Track sql timeouts on execution from applications that close the connection before execution is completed
1 vote -
Custom metrics to have their own individual data purging value
At the moment, we can only have a single value for data purging for all custom metrics.
I would like to be able to set a custom data purging interval for selected custom metrics as I'd like to track them over a longer period of time.
1 vote -
Show sample aggregation values on Analysis graph
As you zoom out of a graph on the Analysis tab, the peaks and troughs become less obvious (I fully understand that and agree), but it would be beneficial to know roughly the level of detail at which the values have been calculated to show on the graph.
So for example at the most detailed level (say at Last 1hr) CPU usage is sampled every 15 seconds, zoom out to Last 6hr, and the points seem to be every 1 minute - so are 1 minute averages.If I come all the way out to a custom 60 day view,…
1 vote -
Sharing links
link share.. . past 24 hours link, you send it, and people click on it, still shows past 24 hours, not the 24 hours from when you shared it
1 vote -
enhance Title on Analysis Graph Page with "machine metrics"; "machine name"; (all)
Simply add to existing title with the selection of dropdown boxes as "machine metrics"; "machine name"; (all).
So we don't need to scroll down or include the bottom boxes to know which machine and options are being displayed...
1 vote -
deadlock frame procname text missing final character
The SQL displayed under the frame procname for a deadlock is missing the final character of the SQL.
e.g: and #ttable.StartDate is nul
Should be
and #ttable.StartDate is null1 vote -
Allow extended email addresses "xxx<myemail@yyy.com>" or custom prefixes for subject line
I send my alerts to a tech-staff group and would like to add specific text for end users to filter all SQL monitor emails against. Either allowing extended email address like "xxxmyemail@yyy.com"
or some global prefix that can be added to subject (or body for that matter). Right now I don't see any reference to redgate or sql monitor to distinguish it from other monitoring email I receive.1 vote -
Long running query alerts and daylight saving time changes
many long running query alerts generated between 1 am and 2 am on Sunday 11/5, as the time change caused it to add an hour when calculating all the query times. Can the alert be adjusted to account for the time change?
1 vote -
Please enabled UI Spanish interface
Please enable other language for UI
1 vote -
It would be nice, if you provide option to create alert notifiaction with custom alert body...
It would be nice, if you could provide option to create alert notification with custom alert body...
This way we can create task automatically based on the alert notificatiopn
1 vote -
Show 1 hour time on timeline
Show 1 hour time on timeline, 6 hours is too loong for frequent databases
1 vote
- Don't see your idea?