=$warning && $time<$error) { print "WARNING"; exit(2); } if ($time>$error) { print "ERROR"; exit(1); } ?>