diff --git a/cloud/azure/storage/README.md b/cloud/azure/storage/README.md index 466104b..8ef8f37 100644 --- a/cloud/azure/storage/README.md +++ b/cloud/azure/storage/README.md @@ -32,19 +32,19 @@ Creates DataDog monitors with the following checks: - Azure Queue Storage too many network errors - Azure Queue Storage too many server_other errors - Azure Queue Storage too many timeout errors -- Azure Storage Blob Service too few successful requests -- Azure Storage Blob Service too high end to end latency +- Azure Storage Blob service too few successful requests +- Azure Storage Blob service too high end to end latency - Azure Storage Blob services is down -- Azure Storage File Service too few successful requests -- Azure Storage File Service too high end to end latency -- Azure Storage File Services is down +- Azure Storage File service too few successful requests +- Azure Storage File service too high end to end latency +- Azure Storage File services is down - Azure Storage is down - Azure Storage Queue service is down -- Azure Storage Queue Service too few successful requests -- Azure Storage Queue Service too high end to end latency +- Azure Storage Queue service too few successful requests +- Azure Storage Queue service too high end to end latency - Azure Storage Table service is down -- Azure Storage Table Service too few successful requests -- Azure Storage Table Service too high end to end latency +- Azure Storage Table service too few successful requests +- Azure Storage Table service too high end to end latency - Azure Storage too many throttling errors - Azure Storage too many throttling errors - Azure Storage too many throttling errors diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index 9fcd3fa..2c45a9f 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -60,7 +60,7 @@ resource "datadog_monitor" "blobservices_availability" { resource "datadog_monitor" "fileservices_availability" { count = "${var.availability_enabled == "true" ? 1 : 0}" - name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Azure Storage File Services is down" + name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Azure Storage File services is down" message = "${coalesce(var.availability_message, var.message)}" query = <