mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Do not trigger alerts on errors logged by GCEGuestAgent
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user