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.
- or
716 results found
-
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 -
Allow configuration of Fragmentation Alerts down to Table for EXCLUSIONS
The Fragmentation Alert for a database only permits on/off and low/medium/high with page count configurations.
This is far, far too high a level to be useful.
The Alert needs, at the very least, INCLUSION and EXCLUSION capabilities by table within database. An overall fragmentation low/medium/high and pages would be OK to START WITH, but It would be great to be able to go to each index and state the fragmentation limits and even whether to monitor it.
In my case, I use Idera's excellent Defrag Manager, so when I see this alert, I check that Defrag Manager is doing its…
5 votes -
kill sql spids
in other monitoring tools (Idera) i can see active sql connections and they are doing. i also have a option to kill the process if i decide. dose your product have this ability
37 votes -
Analytics Dashboard Selection Parameters
On the Analysis Dashboard there are lots and lots of Metrics. Not all of them are Availbale for ervery RDBMS. It would be good to have switches to narrow down the Metrics to SQL-Server or Postgres Parameters, e.g. if you swich on Postgres only Metrics for Postgres Servers are shown.
3 votes -
have more flexibility with user permissions.
I'd like to be able to customize permissions. For instance, I would like an AD group to have the ability to set and remove alert suppressions (operational) but not have admin access to the monitor (administrative).
2 votes -
Index Analysis -- Index Object Filtering
Index Object Filtering -- Ability to Exclude Objects.
It would be nice to be able to exclude the RedGate indexes, or exclude specific databases, or other specific objects. Currently, filtering is more inclusion based but frequently exclusion is easier.
1 vote -
Add option for more detailed email alert
It would be good if there were more detail levels of mail alerts.
Example: I would like to see not only block process, but also which database and object; In case of failover, I would like to see both nodes failed and active ....31 votesSQL Monitor V 3.3. has now released. This release contains improved subject lines and message bodies of alert emails to help you quickly understand problems before logging in to SQL Monitor.
Thanks,
SQL Monitor Development Team -
data purging - add a flush/reset button
it would be nice to have the possibility to clean/empty all data from sql monitor. for instance since we were trying different alert options etc... there's a lot of stuff which are not needed anymore. i mean after fine tuning the system i'd like to "start over" with a clean history even if we lose the old logs...
3 votes -
Be able to give users different access to different groups
I would like to be able to give some developers Read-only access level to some servers (or server group). For example Production servers.
But give them Standard access level to other servers (or server group) so they can clear alerts for example and configure their own alerts.
1 vote -
I would like to see a better dashboard view
One where I can see a cumulative report of ALL of the instances being monitored with average totals for cpu/memory/disks utilization, across them all. Average success to failure ratios for Scheduled jobs (backups).
27 votesWe implemented a new global dashboard in the 5.2 release, which shows an overview of all instances on one screen.
-
Delay "Performance Data" Load for MOST Alerts
For at least 99% of Alerts of Interest over the last 6 YEARS of using SQL Monitor, the lower pane's "Performance Data" is of nigh on zero use.
IF it might be of use, give us a "Load..." button next to that heading, and load it on demand.
When I'm ploughing through a hundred or so predominantly Blocking Process and Deadlock alerts, the most important information is in the Details and Processes tabs.
Page loading delays will decrease because you won't have to pull eye-candy charts that aren't read for the bulk of the time.
The "Delay..." option, for…
4 votes -
Blocking process report does not display database name
I would like to see databasename and also starttime and endtime in the blocked process report. It qwould also bee good to be able to scale the picture in size.
7 votes -
open alert link in new tab or window
When viewing an alert within the side-bar on the Overview page, clicking on the 'Go to the full details' arrow redirects the page to the intended alert. You have to then click back to see the overview page again.
It would be great for the ability to be able to open click through links on a new tab or window instead of the same window to prevent navigating away from the overview page.
6 votes -
For Installed Version doesn't show the patching details of the active and passive node of FCI
For Installed Version doesn't show the patching details of the passive node of FCI
So if cluster has 3 nodes, you should one line for each
this will be very helpful if we have missed out on patching inany node then the SQL Monitor can high light this to us1 vote -
Get notification for when a SQL Agent job is in a retry state
Hi, it would be really useful if SQL Monitor could identify when any currently executing job steps are in a retry state. We have many such jobs and the time lost whilst they are in such a state is frustrating as if we had notification we could take action. I appreciate I can roll my solution but would be nice if SQL Monitor could do it :)
1 vote -
Dashboard view for multi-instance environment
We have multi-instance SQL Server on one VM.
Today on dashboard we have waits for instance, and we need processor usage for instance also.We would prefer to have on tile:
1. Waits for instance
2. Procesor for instance
3. Disk i/o for instanceWe should have also tile which grup all instances into machine. On machine tile we shoul have the same information as for instance but measuers would count machine indicators.
There would be also great if You would add new dashboard view for multi instance environment.
My proposal for view in atachment (I am not a professional…
6 votes -
Report average page life expectancy
The "page life expectancy" performance counter can be a good indicator of an impending performance problem. It's in the "Buffer Manager" performance object.
1 vote -
Bring back the ability to list fragments of T-SQL to reduce Blocking Process alerts, please
By FAR the largest number of abject NUISANCE Blocking Process alerts I get across 17 servers is due to a simple "How is fragmentation going?" query from a 3rd party product (Idera Defrag Manager).
Looks like this:
use [DBName] declare @indexId int declare @dbId int declare @tblId int declare @partitionId int set @partitionId = 0 select @dbId = ISNULL(DBID(),-1) if @dbId=-1 RAISERROR( N'Database does not exist or permission denied: %s', 16, 1, '[DBName]' ) else begin select @tblId = ISNULL(OBJECTID('[DBName].[dbo].[TableName]') ,-1) if @tblId=-1 RAISERROR( N'Table does not exist or permission denied: %s', 16, 1, '[DBName].[dbo].[TableName]' ) else…
3 votesVersion 6.0.16 has now been released and this includes the ability to add regular expression filters to blocking process alerts. We hope this completes your suggestion.
Thanks, SQL Monitor Team
-
Median from jobs - calculating Job duration unusual ONLY for sucess
I have noticed that SQL Monitor calculate median from all jobs ragardles if it is failed or sucess...
From my point of view it should analyse only jobs which finished success and calculate median from duration.
I need to know when job succeded what is duration median and if it is ok or not.Please change job duration median to calculate from jobs which ended with sucess.
3 votes -
Add number of alerts to browser tab
I always have SQL Monitor open as one of the tabs on my browser (Chrome). What might be useful is to change the text of the tab (only when it is set to Global Overview) to include the number of alerts (unread or uncleared I'm not sure.....) - much like if you have Gmail inbox open, then any unread items make the tab text "Gmail - inbox (1)'
3 votes
- Don't see your idea?