remove debugging
authorjeff <jeff>
Wed, 23 Dec 2009 23:32:45 +0000 (23:32 +0000)
committerjeff <jeff>
Wed, 23 Dec 2009 23:32:45 +0000 (23:32 +0000)
bin/monitor

index 2f83d87..b0b5706 100755 (executable)
@@ -46,7 +46,6 @@ while (1) {
        || ( time() < $last + 1800 && $alerts > 2 ) )
   {
     warn localtime(). ": $machine has load of $load and $free kB free memory\n";
-    warn "last is $last and alerts is $alerts\n";
     $alerts++;
     $alerts = 0 if time() > $last + 1800;
     $last = time();