From 498298a36fe5c43068dee1c12e7833c1199aba09 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 20 Sep 2019 10:49:07 +0200 Subject: [PATCH] Update color status --- Check.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Check.pm b/Check.pm index 36bb320..6573a4c 100644 --- a/Check.pm +++ b/Check.pm @@ -120,16 +120,16 @@ sub action $shortErr = " ($shortErr)"; } if ( $lastAge < 1.1 ) { - $lastAgeCheck = "$lastAge"; + $lastAgeColor = "MediumSeaGreen"; } else { - $lastAgeCheck = "$lastAge"; + $lastAgeColor = "Tomato"; } $str = <${HostLink($host)} $fullAge $incrAge - $lastAgeCheck + $lastAge $lastXferErrors ??? ???