diff --git a/checkmk/custom-files/local/monitor-os-expiry b/checkmk/custom-files/local/monitor-os-expiry
index 2cb37e368897c65e8d12d1589e9bb01ab5c9a0d5..234d54b8434ee3e04c9bd8bb6ba195350057b192 100644
--- a/checkmk/custom-files/local/monitor-os-expiry
+++ b/checkmk/custom-files/local/monitor-os-expiry
@@ -48,5 +48,5 @@ else
     if [[ $remaining_days -le $CONFIG_CRIT_DAYS_LEFT ]]; then
         checkmk_status="2"
     fi
-    echo "$checkmk_status OS-Expiry - $remaining_days days remaining for $OS"
+    echo "$checkmk_status OS-Expiry - $remaining_days days for $OS until end of life is reached."
 fi