Add Prometheus and Alertmanager configurations: implement custom rules, alerting, and Telegram notifications

This commit is contained in:
2025-10-04 18:05:10 +02:00
parent 7cad175406
commit 0d3fb56f78
23 changed files with 416 additions and 235 deletions
+6
View File
@@ -15,3 +15,9 @@ variable "nextcloud_admin_password" {
type = string
sensitive = true
}
variable "telegram_bot_token" {
description = "Telegram bot token for Alertmanager notifications"
type = string
sensitive = true
}