org.blue.base
Class flapping

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

public class flapping
extends java.lang.Object


Constructor Summary
flapping()
           
 
Method Summary
static void check_for_host_flapping(objects_h.host hst, int update_history)
           
static void check_for_service_flapping(objects_h.service svc, int update_history)
           
static void clear_host_flap(objects_h.host hst, double percent_change, double high_threshold, double low_threshold)
           
static void clear_service_flap(objects_h.service svc, double percent_change, double high_threshold, double low_threshold)
           
static void disable_flap_detection_routines()
           
static void disable_host_flap_detection(objects_h.host hst)
           
static void disable_service_flap_detection(objects_h.service svc)
           
static void enable_flap_detection_routines()
           
static void enable_host_flap_detection(objects_h.host hst)
           
static void enable_service_flap_detection(objects_h.service svc)
           
static void set_host_flap(objects_h.host hst, double percent_change, double high_threshold, double low_threshold)
           
static void set_service_flap(objects_h.service svc, double percent_change, double high_threshold, double low_threshold)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

flapping

public flapping()
Method Detail

check_for_service_flapping

public static void check_for_service_flapping(objects_h.service svc,
                                              int update_history)

check_for_host_flapping

public static void check_for_host_flapping(objects_h.host hst,
                                           int update_history)

set_service_flap

public static void set_service_flap(objects_h.service svc,
                                    double percent_change,
                                    double high_threshold,
                                    double low_threshold)

clear_service_flap

public static void clear_service_flap(objects_h.service svc,
                                      double percent_change,
                                      double high_threshold,
                                      double low_threshold)

set_host_flap

public static void set_host_flap(objects_h.host hst,
                                 double percent_change,
                                 double high_threshold,
                                 double low_threshold)

clear_host_flap

public static void clear_host_flap(objects_h.host hst,
                                   double percent_change,
                                   double high_threshold,
                                   double low_threshold)

enable_flap_detection_routines

public static void enable_flap_detection_routines()

disable_flap_detection_routines

public static void disable_flap_detection_routines()

enable_host_flap_detection

public static void enable_host_flap_detection(objects_h.host hst)

disable_host_flap_detection

public static void disable_host_flap_detection(objects_h.host hst)

enable_service_flap_detection

public static void enable_service_flap_detection(objects_h.service svc)

disable_service_flap_detection

public static void disable_service_flap_detection(objects_h.service svc)