From 6773f80aceb2548d80e3a324f3404ad4ea26ac23 Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Tue, 9 Jul 2024 08:00:41 +0200
Subject: [PATCH] Debian 12 EOL is at 30.06.2028

---
 checkmk/custom-files/local/monitor-os-expiry | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/checkmk/custom-files/local/monitor-os-expiry b/checkmk/custom-files/local/monitor-os-expiry
index 7ee261d..ace3e66 100644
--- a/checkmk/custom-files/local/monitor-os-expiry
+++ b/checkmk/custom-files/local/monitor-os-expiry
@@ -23,6 +23,8 @@ elif [[ $OS =~ ^Debian[[:space:]]10 ]]; then
     expiredate="2024-06-30"
 elif [[ $OS =~ ^Debian[[:space:]]11 ]]; then
     expiredate="2026-06-30"
+elif [[ $OS =~ ^Debian[[:space:]]12 ]]; then
+    expiredate="2028-06-30"
 elif [[ $OS =~ ^Ubuntu[[:space:]]18\.04 ]]; then
     expiredate="2023-04-30"
 elif [[ $OS =~ ^Ubuntu[[:space:]]20\.04 ]]; then
-- 
GitLab