mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Supress expired ssh key errors from triggering application alerts
This commit is contained in:
@@ -316,6 +316,7 @@ resource "google_monitoring_alert_policy" "genservers_crash_policy" {
|
||||
filter = <<-EOT
|
||||
resource.type="gce_instance"
|
||||
severity>=ERROR
|
||||
-"invalid ssh key entry - expired key"
|
||||
EOT
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user