From 02fdecba3e809cdb373adfa61faa4f826d2cf469 Mon Sep 17 00:00:00 2001 From: Ran Leibman Date: Tue, 27 May 2014 17:06:05 +0300 Subject: [PATCH] typo --- nagios/check-cisco.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/check-cisco.pl b/nagios/check-cisco.pl index f8f6ae7..33e49a9 100755 --- a/nagios/check-cisco.pl +++ b/nagios/check-cisco.pl @@ -211,7 +211,7 @@ if($check_type =~ /^temp/) { $msg = "Temperature: Warn - Temperature is $temp Celsius"; } elsif($temp >= $crit) { $stat = 2; - $msg = "Temperature: CRIT - Tempeture is $temp Celsius"; + $msg = "Temperature: CRIT - Temperature is $temp Celsius"; } $perf = "temperature=$temp;$warn;$crit"; } else {