You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# mk-sql: skip inaccessible databases in SQL Server Always On Availability Groups
3
+
4
+
key | value
5
+
---------- | ---
6
+
date | 2026-03-20T12:34:51+00:00
7
+
version | 2.5.0
8
+
class | fix
9
+
edition | community
10
+
component | checks
11
+
level | 2
12
+
compatible | yes
13
+
14
+
mk-sql previously queried all SQL Server databases indiscriminately, including secondary replicas in Always On Availability Groups (AG) that were not directly accessible. This caused spurious errors when monitoring SQL Server instances participating in an AG.
15
+
16
+
Now, mk-sql only queries databases that are actually accessible: standalone databases, primary replicas, and readable secondary replicas. Inaccessible AG secondaries are silently skipped — this is expected behavior, not an error.
17
+
18
+
This change improves monitoring reliability by eliminating false error messages. No configuration adjustments are necessary, as the update is fully automatic and transparent to users.
0 commit comments