Uses of Class
org.blue.include.objects_h.host

Packages that use objects_h.host
org.blue.base   
org.blue.cgi   
org.blue.common   
org.blue.xdata   
 

Uses of objects_h.host in org.blue.base
 

Methods in org.blue.base with parameters of type objects_h.host
static void commands.acknowledge_host_problem(objects_h.host hst, java.lang.String ack_author, java.lang.String ack_data, int type, int notify, int persistent)
           
static int notifications.check_contact_host_notification_viability(objects_h.contact cntct, objects_h.host hst, int type)
           
static void flapping.check_for_host_flapping(objects_h.host hst, int update_history)
           
static int checks.check_host_dependencies(objects_h.host hst, int dependency_type)
           
static int notifications.check_host_notification_viability(objects_h.host hst, int type)
           
static int checks.check_host(objects_h.host hst, int propagation_options, int check_options)
           
static void flapping.clear_host_flap(objects_h.host hst, double percent_change, double high_threshold, double low_threshold)
           
static int notifications.create_notification_list_from_host(objects_h.host hst)
           
static void commands.disable_and_propagate_notifications(objects_h.host hst, int level, int affect_top_host, int affect_hosts, int affect_services)
           
static void commands.disable_host_checks(objects_h.host hst)
           
static void commands.disable_host_event_handler(objects_h.host hst)
           
static void flapping.disable_host_flap_detection(objects_h.host hst)
           
static void commands.disable_host_notifications(objects_h.host hst)
           
static void commands.disable_passive_host_checks(objects_h.host hst)
           
static void commands.enable_and_propagate_notifications(objects_h.host hst, int level, int affect_top_host, int affect_hosts, int affect_services)
           
static void commands.enable_host_checks(objects_h.host hst)
           
static void commands.enable_host_event_handler(objects_h.host hst)
           
static void flapping.enable_host_flap_detection(objects_h.host hst)
           
static void commands.enable_host_notifications(objects_h.host hst)
           
static void commands.enable_passive_host_checks(objects_h.host hst)
           
static long notifications.get_next_host_notification_time(objects_h.host hst, long offset)
           
static void utils.grab_host_macros(objects_h.host hst)
           
static int utils.grab_on_demand_host_macro(objects_h.host hst, java.lang.String macro)
           
static int sehandlers.handle_host_event(objects_h.host hst)
           
static int sehandlers.handle_host_state(objects_h.host hst)
           
static int notifications.host_notification(objects_h.host hst, int type, java.lang.String ack_author, java.lang.String ack_data)
           
static int notifications.is_valid_host_escalation_for_host_notification(objects_h.host hst, objects_h.hostescalation he)
           
static int logging.log_host_event(objects_h.host hst)
           
static int notifications.notify_contact_of_host(objects_h.contact cntct, objects_h.host hst, int type)
           
static int sehandlers.obsessive_compulsive_host_check_processor(objects_h.host hst)
           
static void commands.remove_host_acknowledgement(objects_h.host hst)
           
static int sehandlers.run_global_host_event_handler(objects_h.host hst)
           
static int checks.run_host_check(objects_h.host hst, int check_options)
           
static int sehandlers.run_host_event_handler(objects_h.host hst)
           
static int checks.run_scheduled_host_check(objects_h.host hst)
          SCHEDULED HOST CHECKS USE THIS FUNCTION
static void commands.schedule_and_propagate_downtime(objects_h.host temp_host, long entry_time, java.lang.String author, java.lang.String comment_data, long start_time, long end_time, int fixed, long triggered_by, long duration)
           
static void checks.schedule_host_check(objects_h.host hst, long check_time, int forced)
           
static void flapping.set_host_flap(objects_h.host hst, double percent_change, double high_threshold, double low_threshold)
           
static void commands.set_host_notification_number(objects_h.host hst, int num)
           
static int notifications.should_host_notification_be_escalated(objects_h.host hst)
           
static void commands.start_obsessing_over_host(objects_h.host hst)
           
static void commands.stop_obsessing_over_host(objects_h.host hst)
           
static int perfdata.update_host_performance_data(objects_h.host hst)
           
static int checks.verify_route_to_host(objects_h.host hst, int check_options)
          ON-DEMAND HOST CHECKS USE THIS FUNCTION
 

Uses of objects_h.host in org.blue.cgi
 

Fields in org.blue.cgi declared as objects_h.host
 objects_h.host tac.hostoutage.hst
           
 objects_h.host outages.hostoutage.hst
           
static objects_h.host summary.target_host
           
 

Methods in org.blue.cgi with parameters of type objects_h.host
static void tac.add_hostoutage(objects_h.host hst)
           
static void outages.add_hostoutage(objects_h.host hst)
           
static void statuswrl.calculate_balanced_tree_coords(objects_h.host parent, int x, int y)
           
static void statusmap.calculate_balanced_tree_coords(objects_h.host parent, int x, int y)
           
static void statuswrl.calculate_circular_layer_coords(objects_h.host parent, double start_angle, double useable_angle, int layer, int radius)
           
static void statusmap.calculate_circular_layer_coords(objects_h.host parent, double start_angle, double useable_angle, int layer, int radius)
           
static int tac.calculate_outage_effect_of_host(objects_h.host hst)
           
static void outages.calculate_outage_effect_of_host(objects_h.host hst, org.blue.cgi.outages.affected this_affected)
           
static void summary.display_specific_host_alert_totals(objects_h.host hst)
           
static void statusmap.draw_circular_layer_markup(objects_h.host parent, double start_angle, double useable_angle, int layer, int radius)
           
static void statuswrl.draw_host_link(objects_h.host hst, double x0, double y0, double z0, double x1, double y1, double z1)
           
static int statuswrl.host_child_depth_separation(objects_h.host parent, objects_h.host child)
           
static int statusmap.host_child_depth_separation(objects_h.host parent, objects_h.host child)
           
static int cgiauth.is_authorized_for_host_commands(objects_h.host hst, cgiauth_h.authdata authinfo)
           
static int cgiauth.is_authorized_for_host(objects_h.host hst, cgiauth_h.authdata authinfo)
           
static int statusmap.is_host_in_layer_list(objects_h.host hst)
           
static int tac.is_route_to_host_blocked(objects_h.host hst)
           
static int outages.is_route_to_host_blocked(objects_h.host hst)
           
static int statuswrl.max_child_host_drawing_width(objects_h.host parent)
           
static int statusmap.max_child_host_drawing_width(objects_h.host parent)
           
static int statuswrl.max_child_host_layer_members(objects_h.host parent)
           
static int statusmap.max_child_host_layer_members(objects_h.host parent)
           
static int statuswrl.number_of_host_layer_members(objects_h.host parent, int layer)
           
static int statusmap.number_of_host_layer_members(objects_h.host parent, int layer)
           
static int statusmap.number_of_host_services(objects_h.host hst)
           
static int outages.number_of_host_services(objects_h.host hst)
           
static void statusmap.write_host_popup_text(objects_h.host hst)
           
 

Uses of objects_h.host in org.blue.common
 

Methods in org.blue.common that return objects_h.host
static objects_h.host objects.add_host(java.lang.String name, java.lang.String alias, java.lang.String address, java.lang.String check_period, int check_interval, int max_attempts, int notify_up, int notify_down, int notify_unreachable, int notify_flapping, int notification_interval, java.lang.String notification_period, int notifications_enabled, java.lang.String check_command, int checks_enabled, int accept_passive_checks, java.lang.String event_handler, int event_handler_enabled, int flap_detection_enabled, double low_flap_threshold, double high_flap_threshold, int stalk_up, int stalk_down, int stalk_unreachable, int process_perfdata, int failure_prediction_enabled, java.lang.String failure_prediction_options, int check_freshness, int freshness_threshold, int retain_status_information, int retain_nonstatus_information, int obsess_over_host)
           
static objects_h.host objects.find_host(java.lang.String name)
           
 

Methods in org.blue.common with parameters of type objects_h.host
static objects_h.contactgroupsmember objects.add_contactgroup_to_host(objects_h.host hst, java.lang.String group_name)
           
static boolean objects.add_host_to_hashlist(objects_h.host new_object)
           
static objects_h.hostsmember objects.add_parent_host_to_host(objects_h.host hst, java.lang.String host_name)
           
static int objects.check_for_circular_path(objects_h.host root_hst, objects_h.host hst)
           
static int downtime.check_pending_flex_host_downtime(objects_h.host hst)
           
static boolean objects.is_contact_for_host(objects_h.host hst, objects_h.contact cntct)
           
static int objects.is_escalated_contact_for_host(objects_h.host hst, objects_h.contact cntct)
           
static int objects.is_host_immediate_child_of_host(objects_h.host parent_host, objects_h.host child_host)
           
static int objects.is_host_immediate_parent_of_host(objects_h.host child_host, objects_h.host parent_host)
           
static int objects.is_host_member_of_hostgroup(objects_h.hostgroup group, objects_h.host hst)
           
static int objects.is_host_member_of_servicegroup(objects_h.servicegroup group, objects_h.host hst)
           
static int objects.is_host_primary_immediate_child_of_host(objects_h.host parent_host, objects_h.host child_host)
           
static int objects.number_of_immediate_child_hosts(objects_h.host hst)
           
static int objects.number_of_immediate_parent_hosts(objects_h.host hst)
           
static int objects.number_of_total_child_hosts(objects_h.host hst)
           
static int statusdata.update_host_status(objects_h.host hst, int aggregated_dump)
           
 

Uses of objects_h.host in org.blue.xdata
 

Methods in org.blue.xdata with parameters of type objects_h.host
static int xpddefault.xpddefault_run_host_performance_data_command(objects_h.host hst)
           
static int xpddefault.xpddefault_update_host_performance_data_file(objects_h.host hst)
           
static int xpddefault.xpddefault_update_host_performance_data(objects_h.host hst)