azure-sql-server

kabisa/azure-sql-server/datadog

Terraform Module HCL DATADOG
Install
module "azure-sql-server" {
source = "kabisa/azure-sql-server/datadog"
version = "2.0.0"
}
plain text: /constructs/tfmod-kabisa-azure-sql-server-datadog/install.txt
⭐ Source on GitHub 📦 Registry page
README

!Datadog [//]: # (This file is generated. Do not edit, module description can be added by editing / creating module_description.md) Terraform module for Datadog Azure Sql Server This module is part of a larger suite of modules that provide alerts in Datadog. Other modules can be found on the Terraform Registry We have two base modules we use to standardise development of our Monitor Modules: - generic monitor Used in 90% of our alerts - service check monitor Modules are generated with this tool: https://github.com/kabisa/datadog-terraform-generator Module Variables Monitors: | Monitor name | Default enabled | Priority | Query | |-----------------|------|----|------------------------| | Connection Failed | True | 3 | sum(last_30m):sum:azure.sql_servers_databases.connection_failed{tag:xxx} b

Inputs (50)
NameTypeDescriptionDefault
envstringThis refers to the environment or which stage of deployment this monitor is chec required
service_check_include_tagslist(string)Tags to be included in the "over" section of a service check query required
name_prefixstringCan be used to prefix to the Monitor name""
workers_percentage_notify_no_databoolfalse
workers_percentage_prioritynumberNumber from 1 (high) to 5 (low).3
connection_failed_notification_channel_overridestring""
deadlocks_warningnumbernull
lockedboolMakes sure only the creator or admin can modify the monitortrue
connection_failed_enabledbooltrue
dtu_percentage_enabledbooltrue
dtu_percentage_filter_overridestring""
workers_percentage_notification_channel_overridestring""
name_suffixstringCan be used to suffix to the Monitor name""
dtu_percentage_criticalnumber95
log_io_percent_prioritynumberNumber from 1 (high) to 5 (low).3
sessions_percentage_prioritynumberNumber from 1 (high) to 5 (low).3
storage_percentage_no_data_timeframenumbernull
notification_channelstringChannel to which datadog sends alerts, will be overridden by alerting_enabled if""
deadlocks_notification_channel_overridestring""
dtu_percentage_name_prefixstring""
log_io_percent_criticalnumber90
sessions_percentage_ok_thresholdnumbernull
… and 10 more inputs
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud DATADOG
Total downloads203
Inputs50
Namespacekabisa
Updated