You are here
Host Template: Cloud - Azure - Windows VMs
This host template is one of 31 developed by Opsview to provide the most comprehensive Azure monitoring in the industry.
Azure Windows VMs allow you to monitor various performance metrics for Windows virtual machines, these include metrics for Logical Disk, Memory, Processor, System and Heartbeat. Configuring it requires administrator-level permissions for Azure, or the help of an administrator.
How does This Host Template differ from OS - Windows Base?
Using OS - Windows Base requires the installation of an Opsview Agent for Windows on the target VM - this may be computationally heavy and intrusive for use with small VMs or highly dynamic environments, or where Microsoft solutions are preferred.However, OS - Windows Base does not require Azure administrator permissions, only the ability to launch and configure a VM with internet connectivity and adjust security groups to let the agent communicate with the Opsview Master.
What does This Host Template offer above Azure - Virtual Machines?
The Azure - Virtual Machines Host Template offers the ability to track VM read/write operations, network traffic in and out, and CPU load. These metrics are gathered via Azure API calls using an administrator defined "Application" or "Service Principal".This Host Template complements Azure - Virtual Machines by offering extended metrics including memory utilization, processor queue length, processor time, logical disk space, heartbeats, and restart/shutdown history. This requires the additional use a Microsoft-approved, open source log analytics agent, called the Log Analytics VM Extension, which Azure can auto-install on your target VM when you enable Azure Log Analytics.
This Host Template allows you to monitor the performance metrics for Windows virtual machines - in particular memory utilization, processor queue length, processor time, logical disk space, heartbeats, and restart/shutdown history.
This Host Template includes the following Service Checks:
Service Check Name | Description | Default Thresholds (Warning, Critical) | UOM |
---|---|---|---|
Azure - Windows VM - Memory | The percentage of used memory and the available memory in bytes [Default Timespan = 5mins, Default Check Interval = 5mins] | N/A | NA |
Azure - Windows VM - Processor Time | The percentage of processor time [Default Timespan = 5mins, Default Check Interval = 5mins] | N/A | NA |
Azure - Windows VM - Processor Queue Length | The processor queue length [Default Timespan = 5mins, Default Check Interval = 5mins] | N/A | NA |
Azure - Windows VM - Logical Disk Space | The percentage of free space and the amount of free space in bytes [Default Timespan = 5mins, Default Check Interval = 5mins] | N/A | NA |
Azure - Windows VM - System Uptime | The system uptime [Default Timespan = 5mins, Default Check Interval = 5mins] | N/A | NA |
Azure - Windows VM - Heartbeat | The time between the last two heartbeats [Default Timespan = 5mins, Default Check Interval = 5mins] | N/A | NA |
Azure - Windows VM - Restarts | The number of restarts, and information on the user and comment history [Default Timespan = 1440mins, Default Check Interval = 1440mins] | N/A | NA |
Azure - Windows VM - Shutdowns | The number of shutdowns, and information on the user and comment history [Default Timespan = 1440mins, Default Check Interval = 1440mins] | N/A | NA |
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.
Setup Azure Log Analytics
This Opspack utilises Azure Log Analytics to collect data directly from your Azure Virtual Machines. To enable Azure Log Analytics follow the steps outlined below. If you already have an Azure Workspace, you can skip Step 1.
Step 1: Create a Workspace
In the Azure portal, click All Services and filter for Log Analytics workspaces. Select Log Analytics workspaces.
Click Create, and then fill in the fields as described:
- Select a Subscription from the drop-down list.
- Select an existing Resource Group or create a new one.
- Provide a Name such as DefaultWorkspace.
- Select the Region your VMs are deployed to.
- Optionally, you can click Next : Pricing tier to select the Pricing Tier you use.
After providing the required fields click Review + Create and then Create.
From the list of Log Analytics workspaces, select the workspace you just created.
From the left-hand menu, select Overview.
Make a note of the Workspace ID as this will be required when configuring the Opspack.
Step 2: Enable the Log Analytics VM Extension
Log Analytics can be enabled on existing Azure Linux and Windows VMs using the Log Analytics agent.
In the Azure portal, click All Services and filter for Log Analytics workspaces. Select Log Analytics workspaces.
From the list of Log Analytics workspaces, select the workspace you created earlier.
From the left-hand menu, under Workspace Data Sources, select Virtual Machines.
From the list of virtual machines, select the virtual machine you wish to install the agent on. Notice that the Log Analytics Connection for the VM indicates that it is Not connected.
Select the virtual machine and then click Connect. The agent will be installed and configured for your Log Analytics workspace. Please note, this process may take a few minutes to complete.
After the agent has been installed and connected, the Log Analytics Connection will be updated to This workspace.
Step 3: Collect performance data
In the Azure portal, click All Services and filter for Log Analytics workspaces. Select Log Analytics workspaces.
From the list of Log Analytics workspaces, select the workspace you created earlier.
From the workspace's left menu, select Agents configuration.
Select Windows Performance Counters.
Enable the following performance counters, by clicking + Add performance counter, then searching for and selecting them from the dropdown list:
- LogicalDisk(*)\% Free Space
- LogicalDisk(*)\Free Megabytes
- Memory(*)\% Committed Bytes In Use
- Memory(*)\Available Mbytes
- Processor(_Total)\% Processor Time
- System(*)\Processor Queue Length
- System(*)\System Up Time
Ensure each Instance field contains an asterisk * as shown.
After adding the required performance counters, click Apply to save the configuration.
Then select the Windows Event Logs tab.
Enable the following data sources, by clicking + Add windows event log, then searching for and selecting them from the dropdown list:
- System
- Application
Make sure all checkboxes under Error, Warning and Information are ticked as shown. Click Apply to save the configuration.
Finally, select the Storage Account Logs option under your workspace, and add the storage account related to your Virtual Machine.
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
Repeat these steps for each subscription you wish to monitor.
Step 1: Add this Host Template
Add the Cloud - Azure - Windows VMs 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 to be monitored |
--resource-name | Arg2 | Resource Name | Name of the Azure resource to be monitored |
AZURE_LOG_ANALYTICS_DETAILS
The Value is not used and therefore can be set to anything. Override the arguments with your Log Analytics Details.
Parameter | Position in Variable | Name | Description |
---|---|---|---|
--workspace-id | Arg1 | Workspace ID | The Workspace ID for Log Analytics |
--log-timespan | Arg2 | Log Query Timespan (Minutes) | The Timespan for counting VM Restart and Shutdown events, in minutes |
AZURE_COMPUTER_NAME
Set this value to the hostname of the Azure VM you want to monitor if it is different from the resource name. If your VM has been joined to a domain you will need to specify the FQDN.
Parameter | Position in Variable | Name | Description |
---|---|---|---|
--host-name | Value | Computer Name | Hostname of your Azure Computer (This will take precedence over the resource name variable) |
For more information, refer to Opsview Knowledge Center - Adding Variables to Hosts.
For mode-specific help, run the plugin with the -h -m <mode>
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 - Windows VM - Memory | Az.Windows.VM.Memory |
Azure - Windows VM - Processor Time | Az.Windows.VM.Processor.Time |
Azure - Windows VM - Processor Queue Length | Az.Windows.VM.Processor.Queue.Length |
Azure - Windows VM - Logical Disk Space | Az.Windows.VM.Logical.Disk.Space |
Azure - Windows VM - System Uptime | Az.Windows.VM.System.Uptime |
Azure - Windows VM - Heartbeat | Az.Windows.VM.Heartbeat |
Azure - Windows VM - Restarts | Az.Windows.VM.Restarts |
Azure - Windows VM - Shutdowns | Az.Windows.VM.Shutdowns |