Do not trigger alerts on errors logged by GCEGuestAgent

This commit is contained in:
Andrew Dryga
2024-04-24 15:13:11 -06:00
parent af066dcb97
commit 1555b80a72

View File

@@ -317,8 +317,8 @@ resource "google_monitoring_alert_policy" "genservers_crash_policy" {
filter = <<-EOT
resource.type="gce_instance"
(severity>=ERROR OR "Kernel pid terminated" OR "Crash dump is being written")
-"invalid ssh key entry - expired key"
-protoPayload.@type="type.googleapis.com/google.cloud.audit.AuditLog"
-logName="projects/firezone-prod/logs/GCEGuestAgent"
EOT
}
}