terraform.aws-baseline-infra/modules/ManagementGovernance/Monitoring.EC2/variables.tf

18 lines
579 B
Terraform
Raw Normal View History

2022-11-02 18:05:26 +08:00
variable "cw-alarm-prefix" {}
variable "actions-enabled" {}
variable "ec2-instance-id" {}
variable sns-targets {}
2022-11-02 18:05:26 +08:00
variable "default-tags" {}
2022-11-02 18:05:26 +08:00
variable "threshold-CPUUtilization" {}
# variable "threshold-mem_free" {}
variable "threshold-mem_used_percent" {}
# variable "threshold-swap_free" {}
variable "threshold-swap_used_percent" {}
# variable "threshold-disk_free" {}
variable "threshold-disk_used_percentage" {}
2022-11-03 21:11:15 +08:00
variable "threshold-disk_inodes_free" {}
variable "threshold-processes_total" {}
variable threshold-MemoryCommittedPct {}
variable threshold-LogicalDiskFreePct {}