Subversion Repositories DevTools

Rev

Rev 930 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 930 Rev 1361
Line 887... Line 887...
887
     }
887
     }
888
     catch( Exception e )
888
     catch( Exception e )
889
     {
889
     {
890
     }
890
     }
891
   }
891
   }
-
 
892
 
-
 
893
    /**
-
 
894
     *  Nagios interface
-
 
895
     *      Returns true if the thread looks OK
-
 
896
    */
-
 
897
    boolean checkThread()
892
   
898
    {
-
 
899
      boolean retVal = true;
-
 
900
      if ( mRunLevel == RunLevel.CANNOT_CONTINUE )
-
 
901
      {
-
 
902
        retVal = false;
-
 
903
      }
-
 
904
 
-
 
905
      mLogger.info("checkThread returned " + retVal);
-
 
906
      return retVal;
-
 
907
    }
893
}
908
}