You are here

Azure SQL Serverless Monitoring

Requires Opsview Cloud or Opsview Monitor 6
check_circle
Opsview Supported

Host Template: Cloud - Azure - SQL - Serverless Monitoring Tools

This host template is one of 31 developed by Opsview to provide the most comprehensive Azure monitoring in the industry.

Azure SQL Database is a cloud database service from Microsoft. SQL Database provides web-facing database functionality as a utility service where you pay only for what you use. Cloud-based database solutions such as SQL Database provide many benefits such as rapid provisioning, cost-effective scalability, high availability, and reduced management overhead. This Host Template only applies to Azure SQL databases that are under the Serverless resource model.

This Host Template includes the following Service Checks:

Service Check Name Description Default Thresholds (Warning, Critical) UOM
Azure - SQL - Serverless - Allocated Storage The allocated data storage [Default Timespan = 5mins, Default Check Interval = 5mins] N/A B
Azure - SQL - Serverless - App CPU Billed The billed app CPU usage [Default Timespan = 5mins, Default Check Interval = 5mins] N/A N/A
Azure - SQL - Serverless - App CPU Usage The app CPU usage [Default Timespan = 5mins, Default Check Interval = 5mins] app_cpu_percent=70,90 %
Azure - SQL - Serverless - App Memory Usage The app memory usage [Default Timespan = 5mins, Default Check Interval = 5mins] app_memory_percent=70,90 %
Azure - SQL - Serverless - CPU Usage The CPU usage of the database [Default Timespan = 5mins, Default Check Interval = 5mins] cpu_percent=70,90 %
Azure - SQL - Serverless - CPU Used The CPU limit and number of CPUs used [Default Timespan = 60mins, Default Check Interval = 60mins] N/A N/A
Azure - SQL - Serverless - Connections The number of successful, failed and blocked connections [Default Timespan = 5mins, Default Check Interval = 5mins] N/A N/A
Azure - SQL - Serverless - Data IO Percent The data IO percentage [Default Timespan = 5mins, Default Check Interval = 5mins] physical_data_read_percent=70,90 %
Azure - SQL - Serverless - Deadlocks The number of deadlocks [Default Timespan = 5mins, Default Check Interval = 5mins] N/A N/A
Azure - SQL - Serverless - Log IO Percent The log IO percentage [Default Timespan = 5mins, Default Check Interval = 5mins] log_write_percent=70,90 %
Azure - SQL - Serverless - Process CPU Usage The CPU usage for the SQL Server process [Default Timespan = 5mins, Default Check Interval = 5mins] sqlserver_process_core_percent=70,90 %
Azure - SQL - Serverless - Process Memory Usage The memory usage for the SQL Server process [Default Timespan = 5mins, Default Check Interval = 5mins] sqlserver_process_memory_percent=70,90 %
Azure - SQL - Serverless - Sessions Percent The percentage of sessions [Default Timespan = 5mins, Default Check Interval = 5mins] sessions_percent=70,90 %
Azure - SQL - Serverless - Storage Percent The percentage of data space used and XTP (in-memory OLTP) storage used [Default Timespan = 5mins, Default Check Interval = 5mins] storage_percent=70,90
xtp_storage_percent=70,90
%
Azure - SQL - Serverless - Storage Used The amount of data space used. [Default Timespan = 5mins, Default Check Interval = 5mins] N/A B
Azure - SQL - Serverless - Tempdb Percent The Tempdb log used percentage [Default Timespan = 5mins, Default Check Interval = 5mins] tempdb_log_used_percent=70,90 %
Azure - SQL - Serverless - Tempdb Used The Tempdb data size and log size [Default Timespan = 5mins, Default Check Interval = 5mins] N/A B
Azure - SQL - Serverless - Workers Percent The percentage of workers [Default Timespan = 5mins, Default Check Interval = 5mins] workers_percent=70,90 %

NOTE: The "Default Timespan" given for these Service Checks refers to the time period we use when retrieving metrics from Azure.

NOTE: See details about Nagios thresholds here.

Azure SQL Database Serverless Monitoring Tools Usage Instructions

To use this Host Template you will need to provide access to the subscription you wish to monitor.

Navigate to the Subscriptions section and select your Subscription.

In the Subscription to be monitored, click Access Control (IAM).

Then click the Add button, select the required role and select the application, once for each of the following roles:

  • Reader

Azure Add Subscription Step 1

Azure Add Subscription Step 2

Repeat these steps for each subscription you wish to monitor.

Note:

Unlike in other Azure Host Templates, the Resource Name field (Arg2) of the AZURE_RESOURCE_DETAILS variable should be set to the name of the SQL server while the SQL Database Name field (Arg1) of the AZURE_SQL_DATABASE_DETAILS variable should be set to the name of the SQL Database (See 'Step 2: Add and configure variables...' below for further details).

Variable Azure Resource Details

Here the SQL Server name is shown in blue while the SQL Database name is shown in red.

Step 1: Add this Host Template

Add the Cloud - Azure - SQL - Serverless Host Template to your Opsview Monitor host. If the resource you're monitoring has no hostname or public IP, then open the Advanced settings pane and change Host Check Command to Always assumed to be UP.

For more information, refer to Opsview Knowledge Center - Adding Host Templates to Hosts.

Step 2: Add and configure variables required for this Host Template

The Service Checks in this Host Template use the following variables, and they will be added to your Opsview Monitor instance when you import the Opspack:

AZURE_CREDENTIALS

The Value is not used and therefore can be set to anything. Override the arguments with your Azure Credentials.

Parameter Position in Variable Name Description
--subscription-id Arg1 Subscription ID The Subscription ID of your Azure Subscription
--client-id Arg2 Client ID The Client ID of your Azure Subscription
--secret-key Arg3 Secret Key The Secret Key of your Azure Subscription
--tenant-id Arg4 Tenant ID The Tenant ID of your Azure Subscription

AZURE_RESOURCE_DETAILS

The Value is not used and therefore can be set to anything. Override the arguments with your Azure Resource Details.

Parameter Position in Variable Name Description
--resource-group Arg1 Resource Group Name of the Azure resource group of your resource
--resource-name Arg2 Resource Name Name of the Azure resource to be monitored

AZURE_SQL_DATABASE_DETAILS

The Value is not used and therefore can be set to anything. Override the arguments with your SQL Database Details.

Parameter Position in Variable Name Description
--sql-db-name Arg1 SQL Database Name The name of your Azure SQL Database

For more information, refer to Opsview Knowledge Center - Adding Variables to Hosts.

For mode-specific help, run the plugin with the -h -m flags. This will list the required and optional Variable Arguments for that mode. The appropriate mode for each Service Check is listed here:

Service Check Name Mode
Azure - SQL - Serverless - Allocated Storage SQL.SVL.Allocated.Storage
Azure - SQL - Serverless - App CPU Billed SQL.SVL.App.CPU.Billed
Azure - SQL - Serverless - App CPU Usage SQL.SVL.App.CPU.Usage
Azure - SQL - Serverless - App Memory Usage SQL.SVL.App.Memory.Usage
Azure - SQL - Serverless - Connections SQL.SVL.Connections
Azure - SQL - Serverless - CPU Usage SQL.SVL.CPU.Percent
Azure - SQL - Serverless - CPU Used SQL.SVL.CPU.Used
Azure - SQL - Serverless - Data IO Percent SQL.SVL.Data.IO.Percent
Azure - SQL - Serverless - Deadlocks SQL.SVL.Deadlocks
Azure - SQL - Serverless - Log IO Percent SQL.SVL.Log.IO.Percent
Azure - SQL - Serverless - Process CPU Usage SQL.SVL.Process.CPU.Usage
Azure - SQL - Serverless - Process Memory Usage SQL.SVL.Process.Memory.Usage
Azure - SQL - Serverless - Sessions Percent SQL.SVL.Sessions.Percent
Azure - SQL - Serverless - Storage Percent SQL.SVL.Storage.Percent
Azure - SQL - Serverless - Storage Used SQL.SVL.Storage.Used
Azure - SQL - Serverless - Tempdb Percent SQL.SVL.Tempdb.Percent
Azure - SQL - Serverless - Tempdb Used SQL.SVL.Tempdb.Used
Azure - SQL - Serverless - Workers Percent SQL.SVL.Workers.Percent

Step 3: Apply changes and the system will now be monitored

Azure SQL Serverless Output