SQL Monitor 12

Preparing for adding monitored servers

If you're adding an instance running on a local network machine, little preparation is required beyond ensuring that the login account you supply has sufficient permissions to collect the required monitoring data. However, if the Base Monitor must monitor servers on remote domains, with firewalls involved, it's worth sitting down your sysadmin to discuss the requirements and considerations beforehand.

This page provides a "preparation checklist" for adding monitored machines and SQL Server instances, with links to pages that provide the required details, depending on your requirements:

WMI Connections: WinRM or DCOM?

When automation became key to DevOps processes, PowerShell with "remoting" over WinRM became the obvious way of maintaining and servicing the separate components of a busy and changing IT infrastructure, especially when used with WMI. It is a standard SOAP-based (Simple Object Access Protocol), firewall-friendly protocol that allows hardware and operating systems, from different vendors, to interoperate. Your server estate is best accessed via WinRM so it is worth aiming for this.

Adding SQL Server instances running on different types of server

Add SQL Server instances using the Add SQL Server link in the web interface (Configuration > Monitored Servers).

For standalone machines:

  • If on the same network domain as the Base Monitor service, just enter the machine name.
  • If remote, enter the IP address of the machine or its fully-qualified network name.

For instances hosting AGs, installed in a cluster, including standalone instances installed on the cluster's nodes:

  • If on the same local domain as the Base Monitor service, enter [cluster-name] or the name of any node in the cluster [node-name], or you can use the [availability-group-listener]. SQL Monitor will automatically start monitoring any Availability Groups on the cluster.
  • If the cluster is on a different network domain to the Base Monitor service,  you will first need to set up Domain Name System (DNS) for the cluster.

Add SQL Server instances using the Add SQL Server link in the web interface (Configuration > Monitored Servers).

SQL Monitor can monitor SQL Server intsances hosted on Linux machines. It is able to monitor both the instance and the underlying Linux host. The host is monitored via a SSH connection to the machine.

See:  Add SQL Server On Linux 

Add virtual machines using the Add SQL Server link in the web interface (Configuration > Monitored Servers). 

There are a few steps to complete first, depending on where the VM is hosted and on whether you need to monitor clusters.

VMware

SQL Monitor will monitor SQL Server running in a virtual machine under VMWare. It will be able to monitor both the guest virtual machine and the physical host. 

You'll need to:

  1. Register either the vCenter or ESXi machine using the Configuration > VMware hosts page.
  2. Add the SQL Server instance using the Configuration > Monitored Servers page.

SeeConfiguring a VMWare host then adding the Virtual Machine.

Cloud-hosted (Azure, Amazon EC2)

  • The Base Monitor service will, ideally, run "within the same network" as the virtual machine. This could mean installing the Base Monitor on a virtual machine in the same network, or creating a VPN connection to it.
  • Alternatively, you'll need to establish inbound firewall rules for the WMI ports. After that, add the VM to SQL Monitor, just as for any machine.

SeeMachines hosted in the cloud.

Azure-based Clusters and Availability Groups

  • The Base Monitor service must be "within the same network" as the virtual machine as your FCI or AG. This could mean installing the Base Monitor on a virtual machine in the same network, or creating a VPN connection to it.
  • Regardless, you'll need to take steps to forward the WMI traffic correctly through the Azure load balancer.

SeeMonitoring SQL Server Failover Cluster Instances and AlwaysOn Availability Groups hosted in Azure IAAS.

Azure SQL Servers

You can use SQL Monitor to monitor Azure SQL Databases and Azure Elastic Pools. SQL Monitor adds all databases and elastic pools on any Azure SQL Server:

  1. Establish a server-level firewall rule that allows communication between the Base Monitor and the Azure SQL Server (see Summary of firewall requirements). 
  2. Add them using the Add Azure SQL Database link in the web interface (Configuration > Monitored Servers). You'll need the name of the Azure SQL Server with the fully qualified address (which for the Azure Public Cloud will be .database.windows.net).
  3. Enter Azure SQL server credentials – you need to use the same server admin account as was used to create the Azure SQL Server.

You can also Add Azure Managed Instances, but only if the Base Monitor is "inside the same network" as the managed instance.

Amazon RDS SQL Servers

Similar to above, except add them using the Add Amazon RDS SQL Server button in the web interface (Configuration > Monitored Servers).

Diagram showing the different types of SQL Servers that can be monitored

Resolving connection issues

For security reasons, SQL Monitor monitors SQL Server machines and instances without requiring an "Agent" to be installed on each machine. However, this does mean SQL Monitor can be more sensitive to the network setup than an agent-driven monitoring system (which can provide pre-packaged troubleshooting routines). If you're monitoring instances on a local network, with SQL Server hosted within a Windows Domain, you'll have no difficulties, of course. Likewise, where network monitoring is already automated with remote scripting, there are few if any issues. Where the WS-Management protocol is already used in a domain or heterogeneous network, you are unlikely to hit problems.

However, if you hit problems connecting to a remote server or instance, we suggest the following:

  1. Go to Configuration > Monitored Servers, in the web interface, and check the monitoring status, for machine and instance, and the SQL Monitor logs for the possible source of the problem.
  2. Interrogate via WMI each of the machines to which you wish to connect and monitor, using the command line, SSMS or PowerShell.

SeeWhat to try if you hit connection problems.

Permissions required to monitor servers and instances

For each remote server that you wish to monitor, you need to provide the Base Monitor service with a login account to connect to it, and with:

  • Sufficient permissions on the remote machine to collect the monitoring data. 
  • Login rights on the machine hosting the Base Monitor service, since SQL Monitor must be able to authenticate the account locally.

Similarly, you'll need to supply a login account that the Base Monitor service can use to monitor each SQL Server instance. 

The Base Monitor service will need to collect detailed diagnostic data from the Windows machine and from each of the monitored SQL Server instances. As such, ideally, the Base Monitor service will either run as a domain account that is both of the following, or will have access to other accounts that are:

Authenticating using domain accounts

  • By default, SQL Monitor will use the Windows/Active Directory domain account that is running the Base Monitor service to connect both to the Windows machine and the SQL Server instances it hosts. SQL Monitor supports use of a group managed service account (gMSA).
  • However, you can also supply the Base Monitor service with one or more separate accounts to collect the Windows and SQL Server data.
    • You add the user account to SQL Monitor on the Configuration > Monitored servers page, and a domain user is entered with the domain qualifier. You can specify:
      • A Windows / Active Directory login on the monitored server to collect data from Windows.
      • Either a Windows / Active Directory account or a SQL Server login to collect data from SQL Server.
  • If you are using an AD-authenticated account to connect between domains, you may need to ensure that there is bi-directional trust between them.

Authenticating using non-domain accounts

To connect to remote machines,  SQL Monitor must authenticate the user locally, to the machine where the Base Monitor is installed. Therefore, with non-domain user accounts, you need to have on each machine (the Base Monitor machine and the remote machine) the same local user with the same password (i.e. UserName1 with Password1 must exist on both machines).

  • Add the user to SQL Monitor on the Configuration > Monitored servers page as .\UserName1 so that it will use the user local to each machine. This will be automatically changed to display as UserName1@, but don't worry about this.
  • You may also need to add the registry key specified in this article to stop the UAC from reducing the user's privilege when accessing the machine remotely (this is on the machine you want to monitor).

Next step

Adding servers for monitoring



Do you have any feedback on this documentation?

Let us know at sqlmonitorfeedback@red-gate.com


Didn't find what you were looking for?