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

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

Uses of objects_h.service in org.blue.base
 

Methods in org.blue.base with parameters of type objects_h.service
static void commands.acknowledge_service_problem(objects_h.service svc, java.lang.String ack_author, java.lang.String ack_data, int type, int notify, int persistent)
           
static int notifications.check_contact_service_notification_viability(objects_h.contact cntct, objects_h.service svc, int type)
           
static void flapping.check_for_service_flapping(objects_h.service svc, int update_history)
           
static int checks.check_service_dependencies(objects_h.service svc, int dependency_type)
           
static int notifications.check_service_notification_viability(objects_h.service svc, int type)
           
static void flapping.clear_service_flap(objects_h.service svc, double percent_change, double high_threshold, double low_threshold)
           
static int notifications.create_notification_list_from_service(objects_h.service svc)
           
static void commands.disable_passive_service_checks(objects_h.service svc)
           
static void commands.disable_service_checks(objects_h.service svc)
           
static void commands.disable_service_event_handler(objects_h.service svc)
           
static void flapping.disable_service_flap_detection(objects_h.service svc)
           
static void commands.disable_service_notifications(objects_h.service svc)
           
static void commands.enable_passive_service_checks(objects_h.service svc)
           
static void commands.enable_service_checks(objects_h.service svc)
           
static void commands.enable_service_event_handler(objects_h.service svc)
           
static void flapping.enable_service_flap_detection(objects_h.service svc)
           
static void commands.enable_service_notifications(objects_h.service svc)
           
static long notifications.get_next_service_notification_time(objects_h.service svc, long offset)
           
static int utils.grab_on_demand_service_macro(objects_h.service svc, java.lang.String macro)
           
static void utils.grab_service_macros(objects_h.service svc)
           
static int sehandlers.handle_service_event(objects_h.service svc)
           
static int notifications.is_valid_escalation_for_service_notification(objects_h.service svc, objects_h.serviceescalation se)
           
static int logging.log_service_event(objects_h.service svc)
           
static int notifications.notify_contact_of_service(objects_h.contact cntct, objects_h.service svc, int type)
           
static int sehandlers.obsessive_compulsive_service_check_processor(objects_h.service svc)
           
static void commands.remove_service_acknowledgement(objects_h.service svc)
           
static int sehandlers.run_global_service_event_handler(objects_h.service svc)
           
static void checks.run_service_check(objects_h.service svc)
           
static int sehandlers.run_service_event_handler(objects_h.service svc)
           
static void checks.schedule_service_check(objects_h.service svc, long check_time, int forced)
           
static int notifications.service_notification(objects_h.service svc, int type, java.lang.String ack_author, java.lang.String ack_data)
           
static void flapping.set_service_flap(objects_h.service svc, double percent_change, double high_threshold, double low_threshold)
           
static void commands.set_service_notification_number(objects_h.service svc, int num)
           
static int notifications.should_service_notification_be_escalated(objects_h.service svc)
           
static void commands.start_obsessing_over_service(objects_h.service svc)
           
static void commands.stop_obsessing_over_service(objects_h.service svc)
           
static int perfdata.update_service_performance_data(objects_h.service svc)
           
 

Uses of objects_h.service in org.blue.cgi
 

Methods in org.blue.cgi with parameters of type objects_h.service
static void summary.display_specific_service_alert_totals(objects_h.service svc)
           
static int cgiauth.is_authorized_for_service_commands(objects_h.service svc, cgiauth_h.authdata authinfo)
           
static int cgiauth.is_authorized_for_service(objects_h.service svc, cgiauth_h.authdata authinfo)
           
 

Uses of objects_h.service in org.blue.common
 

Methods in org.blue.common that return objects_h.service
static objects_h.service objects.add_service(java.lang.String host_name, java.lang.String description, java.lang.String check_period, int max_attempts, int parallelize, int accept_passive_checks, int check_interval, int retry_interval, int notification_interval, java.lang.String notification_period, int notify_recovery, int notify_unknown, int notify_warning, int notify_critical, int notify_flapping, int notifications_enabled, int is_volatile, java.lang.String event_handler, int event_handler_enabled, java.lang.String check_command, int checks_enabled, int flap_detection_enabled, double low_flap_threshold, double high_flap_threshold, int stalk_ok, int stalk_warning, int stalk_unknown, int stalk_critical, 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_service)
           
static objects_h.service objects.find_service(java.lang.String host_name, java.lang.String svc_desc)
           
 

Methods in org.blue.common with parameters of type objects_h.service
static objects_h.contactgroupsmember objects.add_contactgroup_to_service(objects_h.service svc, java.lang.String group_name)
           
static int objects.add_service_to_hashlist(objects_h.service new_service)
           
static int downtime.check_pending_flex_service_downtime(objects_h.service svc)
           
static boolean objects.is_contact_for_service(objects_h.service svc, objects_h.contact cntct)
           
static int objects.is_escalated_contact_for_service(objects_h.service svc, objects_h.contact cntct)
           
static int objects.is_service_member_of_servicegroup(objects_h.servicegroup group, objects_h.service svc)
           
static int statusdata.update_service_status(objects_h.service svc, int aggregated_dump)
           
 

Uses of objects_h.service in org.blue.xdata
 

Methods in org.blue.xdata with parameters of type objects_h.service
static int xpddefault.xpddefault_run_service_performance_data_command(objects_h.service svc)
           
static int xpddefault.xpddefault_update_service_performance_data_file(objects_h.service svc)
           
static int xpddefault.xpddefault_update_service_performance_data(objects_h.service svc)