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

The CPU graph is showing wrong values, which are always higher than the normal values. This is the way how values are calculated inside the RING_BUFFER_SCHEDULER_MONITOR record of the sys.dm_os_ring_buffers....

Any idea to deploy into docker instead of an IIS?

Don´t know if it's a configuration error, or an unexpected behaviour: With the following PagerDutySettings.json: /* Configuration for the PagerDuty dashboard */ { // (Required) PagerDuty API key "APIKey": "XXXX",...

I want to expand the API controller **Opserver** to provide the ability to automatically detect items (Redis for example) for the **Zabbix** monitor. Can this change be accepted into the...

I'm encountering an error on the modal that displays database information. From what I can tell from debugging the application, a null value is being passed where a string is...

bug

Opserver is really the awesome-est monitoring tool I have come across! Been using it to monitor our SQL, Elasticsearch & now HAProxy. Not able to figure out how to configure...

![image](https://user-images.githubusercontent.com/29064426/73627884-77903b80-465f-11ea-9935-a1495d1c6c01.png) ` Unable to fetch from Redis: One or more errors occurred. @ at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(Object configuration, TextWriter log) at StackExchange.Redis.ConnectionMultiplexer.Connect(ConfigurationOptions configuration, TextWriter...

Original query inside the SQLInstance.PerfCounters.cs `Declare @PCounters Table (object_name nvarchar(128), counter_name nvarchar(128), instance_name nvarchar(128), cntr_value bigint, cntr_type int, Primary Key(object_name, counter_name, instance_name)); Insert Into @PCounters SELECT RTrim(spi.object_name) object_name, RTrim(spi.counter_name) counter_name,...

When showing the details table on an index in the sql query plan, some of the numbers display in scientific notation (ex: `1.80534e+007`) even when the base10 number would take...

I have **WSFC** clusters with multiple **AG** as resources. The following snippet is an example of my **Opserver** configuration: ``` { "defaultConnectionString":"Application Name=opserver;Data Source=$ServerName$;Initial Catalog=master;User ID=USER;Password=PASS", "clusters":[ { "name":"P001 Cluster",...