Home
last modified time | relevance | path

Searched refs:temp_he (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dnotifications.c1847 hostescalation *temp_he = NULL; in should_host_notification_be_escalated() local
1856 …for(temp_he = get_first_hostescalation_by_host(hst->name, &ptr); temp_he != NULL; temp_he = get_ne… in should_host_notification_be_escalated()
1871 hostescalation *temp_he = NULL; in create_notification_list_from_host() local
1902 …for(temp_he = get_first_hostescalation_by_host(hst->name, &ptr); temp_he != NULL; temp_he = get_ne… in create_notification_list_from_host()
1905 if(is_valid_escalation_for_host_notification(hst, temp_he, options) == FALSE) in create_notification_list_from_host()
2052 hostescalation *temp_he = NULL; in get_next_host_notification_time() local
2066 for(temp_he = hostescalation_list; temp_he != NULL; temp_he = temp_he->next) { in get_next_host_notification_time()
2069 if(temp_he->notification_interval < 0.0) in get_next_host_notification_time()
2081 interval_to_use = temp_he->notification_interval; in get_next_host_notification_time()
2085 else if(temp_he->notification_interval < interval_to_use) in get_next_host_notification_time()
[all …]
H A Dconfig.c1738 hostescalation *temp_he = NULL; in pre_flight_object_check() local
1758 …for(temp_he = get_first_hostescalation_by_host(buf1, &ptr); temp_he != NULL; temp_he = get_next_ho… in pre_flight_object_check()
1759 …N FOR HOST '%s': %d-%d/%d, PTR=%p\n", buf1, temp_he->first_notification, temp_he->last_notificatio… in pre_flight_object_check()
2462 …for(temp_he = hostescalation_list, total_objects = 0; temp_he != NULL; temp_he = temp_he->next, to… in pre_flight_object_check()
2465 temp_host = find_host(temp_he->host_name); in pre_flight_object_check()
2472 temp_he->host_ptr = temp_host; in pre_flight_object_check()
2475 if(temp_he->escalation_period != NULL) { in pre_flight_object_check()
2476 temp_timeperiod = find_timeperiod(temp_he->escalation_period); in pre_flight_object_check()
2478 …n host escalation for host '%s' is not defined anywhere!", temp_he->escalation_period, temp_he->ho… in pre_flight_object_check()
2483 temp_he->escalation_period_ptr = temp_timeperiod; in pre_flight_object_check()
[all …]
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dconfig.c2086 hostescalation *temp_he = NULL; in display_hostescalations() local
2119 …for(temp_he = hostescalation_list; temp_he != NULL; temp_he = temp_he->next) if(((*to_expand) == '… in display_hostescalations()
2132 …pand=%s'>%s</A></TD>", bg_class, CONFIG_CGI, url_encode(temp_he->host_name), html_encode(temp_he->… in display_hostescalations()
2155 if(temp_he->last_notification == 0) in display_hostescalations()
2158 printf("%d", temp_he->last_notification); in display_hostescalations()
2163 if(temp_he->notification_interval == 0.0) in display_hostescalations()
2170 if(temp_he->escalation_period == NULL) in display_hostescalations()
2173 …eperiods&expand=%s'>%s</A>", CONFIG_CGI, url_encode(temp_he->escalation_period), html_encode(temp_… in display_hostescalations()
2178 if(temp_he->escalate_on_down == TRUE) { in display_hostescalations()
2182 if(temp_he->escalate_on_unreachable == TRUE) { in display_hostescalations()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dnotifications.c1815 hostescalation *temp_he = (hostescalation *)list->object_ptr; in should_host_notification_be_escalated() local
1817 if(is_valid_escalation_for_host_notification(hst, temp_he, NOTIFICATION_OPTION_NONE) == TRUE) in should_host_notification_be_escalated()
1829 hostescalation *temp_he = NULL; in create_notification_list_from_host() local
1861 temp_he = (hostescalation *)list->object_ptr; in create_notification_list_from_host()
1864 if(is_valid_escalation_for_host_notification(hst, temp_he, options) == FALSE) in create_notification_list_from_host()
2027 hostescalation *temp_he = (hostescalation *)list->object_ptr; in get_next_host_notification_time() local
2030 if(temp_he->notification_interval < 0.0) in get_next_host_notification_time()
2034 if(is_valid_escalation_for_host_notification(hst, temp_he, NOTIFICATION_OPTION_NONE) == FALSE) in get_next_host_notification_time()
2042 interval_to_use = temp_he->notification_interval; in get_next_host_notification_time()
2046 else if(temp_he->notification_interval < interval_to_use) in get_next_host_notification_time()
[all …]
H A Dconfig.c1597 …for(temp_he = get_first_hostescalation_by_host(buf1, &ptr); temp_he != NULL; temp_he = get_next_ho… in pre_flight_object_check()
1598 …N FOR HOST '%s': %d-%d/%d, PTR=%p\n", buf1, temp_he->first_notification, temp_he->last_notificatio… in pre_flight_object_check()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dconfig.c2041 hostescalation *temp_he = NULL; in display_hostescalations() local
2076 temp_he = hostescalation_ary[i]; in display_hostescalations()
2077 if(*to_expand != '\0' && strcmp(to_expand, temp_he->host_name)) in display_hostescalations()
2091 …pand=%s'>%s</A></TD>", bg_class, CONFIG_CGI, url_encode(temp_he->host_name), html_encode(temp_he->… in display_hostescalations()
2114 if(temp_he->last_notification == 0) in display_hostescalations()
2117 printf("%d", temp_he->last_notification); in display_hostescalations()
2122 if(temp_he->notification_interval == 0.0) in display_hostescalations()
2129 if(temp_he->escalation_period == NULL) in display_hostescalations()
2132 …eperiods&expand=%s'>%s</A>", CONFIG_CGI, url_encode(temp_he->escalation_period), html_encode(temp_… in display_hostescalations()
2137 if(flag_isset(temp_he->escalation_options, OPT_DOWN) == TRUE) { in display_hostescalations()
[all …]