Alert rules Condition

Viewed 36

I'm looking through the azure condition options.

One of the options is "Checks Failed Percent". It's an azure alert rule on a VM (Metric)

Can't find any data online, what will trigger the rule?

Let's say I have it like this: Whenever the average check failed percent is greater than 2%

What will trigger the rule? Is it when the CPU and Ram hit X % of CPU usage?

Anyone got a link, where you can read about all the conditions?

1 Answers

It is a metric emitted by the Network Monitor. The description reads "Percentage of failed checks for a test.".

Connection Monitor provides unified, end-to-end connection monitoring in Azure Network Watcher. The Connection Monitor feature supports hybrid and Azure cloud deployments. Network Watcher provides tools to monitor, diagnose, and view connectivity-related metrics for your Azure deployments.

Network Monitor lets you set up tests to test the connectivity between a VM / VMSS, for example

Your front-end web server virtual machine (VM) or virtual machine scale set(VMSS) communicates with a database server VM in a multi-tier application. You want to check network connectivity between the two VM/or scale sets.

The "Checks Failed Percent" condition allows you to create an alert when a number of tests have failed,indicating a loss of connectivity.

Related