Help for this page

Select Code to Download


  1. or download this
    my $message= "This message should not appear";
    my $exitcode= $UNKNOWN;
    ...
    if ($@ and $@ eq $timeoutstr) {
        do_exit($CRITICAL, "Timeout after $timeout sec\n");
    }