add haos monitoring job in prometheus

This commit is contained in:
Viktor Barzin 2025-11-29 11:46:42 +00:00
parent 8dc04de0da
commit f85d793afd
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
6 changed files with 13 additions and 2 deletions

View file

@ -104,6 +104,7 @@ variable "tiny_tuya_api_key" { type = string }
variable "tiny_tuya_api_secret" { type = string }
variable "tiny_tuya_service_secret" { type = string }
variable "tiny_tuya_slack_url" { type = string }
variable "haos_api_token" { type = string }
@ -241,6 +242,7 @@ module "monitoring" {
idrac_password = var.idrac_password
alertmanager_slack_api_url = var.alertmanager_slack_api_url
tiny_tuya_service_secret = var.tiny_tuya_service_secret
haos_api_token = var.haos_api_token
depends_on = [null_resource.core_services]
}