manual.opvizor

Integration Microsoft SQL Server (agentless)

There are 2 steps to follow after selecting Infrastructure / MS SQL in your admin interface:

  1. add your MS SQL server - please check the listener port if non default or dynamic (no support for dynamic ports). More information can be found here: https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port
  2. click Load/Reset MS SQL Dashboard to automatically import the Microsoft: Windows Host Overview Dashboard

When adding the SQL Server using the embedded connector of the Performance Analyzer appliance (agentless MS SQL monitoring), make sure to leave the default YES in the top line.

Make sure to create a MS SQL user having sufficient permissions:

USE master;
GO
CREATE LOGIN pamsql WITH PASSWORD = N’mystrongpassword’;
GO
GRANT VIEW SERVER STATE TO pamsql;
GO
GRANT VIEW ANY DEFINITION TO pamsql;
GO

That’s it

collected metrics

Wait stats

Memory clerk

Database size

Database IO

Database latency

Database properties

OS Volume

CPU

Performance metrics