org.blue.base
Class checks

java.lang.Object
  extended by org.blue.base.checks

public class checks
extends java.lang.Object


Constructor Summary
checks()
           
 
Method Summary
static void check_for_orphaned_services()
           
static int check_host_dependencies(objects_h.host hst, int dependency_type)
           
static void check_host_result_freshness()
           
static int check_host(objects_h.host hst, int propagation_options, int check_options)
           
static int check_service_dependencies(objects_h.service svc, int dependency_type)
           
static void check_service_result_freshness()
           
static void reap_service_checks()
           
static int run_host_check(objects_h.host hst, int check_options)
           
static int run_scheduled_host_check(objects_h.host hst)
          SCHEDULED HOST CHECKS USE THIS FUNCTION
static void run_service_check(objects_h.service svc)
           
static void schedule_host_check(objects_h.host hst, long check_time, int forced)
           
static void schedule_service_check(objects_h.service svc, long check_time, int forced)
           
static int verify_route_to_host(objects_h.host hst, int check_options)
          ON-DEMAND HOST CHECKS USE THIS FUNCTION
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

checks

public checks()
Method Detail

run_service_check

public static void run_service_check(objects_h.service svc)

reap_service_checks

public static void reap_service_checks()

schedule_service_check

public static void schedule_service_check(objects_h.service svc,
                                          long check_time,
                                          int forced)

check_service_dependencies

public static int check_service_dependencies(objects_h.service svc,
                                             int dependency_type)

check_host_dependencies

public static int check_host_dependencies(objects_h.host hst,
                                          int dependency_type)

check_for_orphaned_services

public static void check_for_orphaned_services()

check_service_result_freshness

public static void check_service_result_freshness()

verify_route_to_host

public static int verify_route_to_host(objects_h.host hst,
                                       int check_options)
ON-DEMAND HOST CHECKS USE THIS FUNCTION


run_scheduled_host_check

public static int run_scheduled_host_check(objects_h.host hst)
SCHEDULED HOST CHECKS USE THIS FUNCTION


check_host_result_freshness

public static void check_host_result_freshness()

check_host

public static int check_host(objects_h.host hst,
                             int propagation_options,
                             int check_options)

run_host_check

public static int run_host_check(objects_h.host hst,
                                 int check_options)

schedule_host_check

public static void schedule_host_check(objects_h.host hst,
                                       long check_time,
                                       int forced)