diff --git a/checkmk/custom-files/local/monitor-os-expiry b/checkmk/custom-files/local/monitor-os-expiry index 234d54b8434ee3e04c9bd8bb6ba195350057b192..7ee261d66dfe2ec3734bbb26ea6cfe70403a58f7 100644 --- a/checkmk/custom-files/local/monitor-os-expiry +++ b/checkmk/custom-files/local/monitor-os-expiry @@ -27,6 +27,8 @@ elif [[ $OS =~ ^Ubuntu[[:space:]]18\.04 ]]; then expiredate="2023-04-30" elif [[ $OS =~ ^Ubuntu[[:space:]]20\.04 ]]; then expiredate="2025-04-30" +elif [[ $OS =~ ^Ubuntu[[:space:]]22\.04 ]]; then + expiredate="2027-04-30" elif [[ $OS =~ ^CentOS[[:space:]]7 ]]; then expiredate="2024-06-30" fi