Opserver icon indicating copy to clipboard operation
Opserver copied to clipboard

Stack Exchange's Monitoring System

Results 80 Opserver issues
Sort by recently updated
recently updated
newest added
trafficstars

I have a bug when I want to display the job list. ![opserver bug job list](https://user-images.githubusercontent.com/3442191/49652494-7f8c2580-fa32-11e8-8e40-bd00805ed93c.jpg) When I look in development window I see that the css class for modal-lg...

It seems that SQL Azure does not support most of the stored procedures used to return system performance information. I don't know if we should add version checks to call...

plugins
planned

Sorry for not doing a proper PR for this, but figured this would probably be faster. On some of our instances the query which runs from ```SQL\SQLInstance.Databases.cs@26``` takes several minutes...

Is it possible to implement PostgreSQL servers monitoring?

Would you be interested in having an endpoint that exposes the status (`ExceptionsModule.*`) and one that returns a list of exceptions? It'd make two great endpoints for use with internal...

A quick way to tell that a query may be tuneable is if there's a Missing Index recommendation in the SqlPlan. There's currently no indication of this either in the...

When disks gets full, the % Free goes missing: ![image](https://user-images.githubusercontent.com/133998/36553777-9f8ee2c4-17d3-11e8-8450-0a0b0f3ea969.png) PR coming later to fix; should likely just remain white.

When I have a named instance of SQL Server (i.e. name contains a backslash) and attempt to inspect the JSON for its caches in /about/caches, I get the 404 -...

I have 20 servers on AD and I have another 10 on a Workgroup the admin username and password on the 2 sites are different. is there a way to...

enhancement
wmi

I believe the active tab is powered by whoisactive IIRC. That supports `@get_plans=1` which will show the estimated execution plan (at least as per this old answer https://dba.stackexchange.com/questions/1919/sp-whoisactive-and-get-plans-actual-plan). It would...

enhancement
sql-server