From 53c148e31bc331db5bbcdeb128d7c2cd32567fc0 Mon Sep 17 00:00:00 2001 From: avlitman Date: Wed, 1 Jul 2026 13:30:20 +0300 Subject: [PATCH] Fix VMNonRecoverableOSPanic to reflect both >0 and >5 cases Signed-off-by: avlitman --- docs/runbooks/VMNonRecoverableOSPanic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/runbooks/VMNonRecoverableOSPanic.md b/docs/runbooks/VMNonRecoverableOSPanic.md index ee7b7a43..747363e6 100644 --- a/docs/runbooks/VMNonRecoverableOSPanic.md +++ b/docs/runbooks/VMNonRecoverableOSPanic.md @@ -2,8 +2,8 @@ ## Meaning -This alert fires when a VM has experienced more than 5 non-recoverable guest -OS panics in the last 24 hours. The alert is based on the +This alert fires when a VM has experienced non-recoverable guest OS panics in +the last 24 hours. The alert is based on the `kubevirt_vmi_guest_os_panic_total` metric, which tracks panic events for all panic types (pvpanic, hyper-v, s390, etc.).