mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Do not create incidents on gcloud api timeouts
This commit is contained in:
@@ -315,6 +315,7 @@ resource "google_monitoring_alert_policy" "genservers_crash_policy" {
|
||||
condition_matched_log {
|
||||
filter = <<-EOT
|
||||
resource.type="gce_instance"
|
||||
-"Can not fetch list of nodes or access token"
|
||||
severity>=ERROR
|
||||
EOT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user