Home
last modified time | relevance | path

Searched refs:history_detail_type (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dhistory.c502 int history_detail_type = HISTORY_SERVICE_CRITICAL; in get_history() local
583 history_detail_type = HISTORY_SERVICE_CRITICAL; in get_history()
588 history_detail_type = HISTORY_SERVICE_WARNING; in get_history()
593 history_detail_type = HISTORY_SERVICE_UNKNOWN; in get_history()
598 history_detail_type = HISTORY_SERVICE_RECOVERY; in get_history()
683 history_detail_type = HISTORY_HOST_DOWN; in get_history()
688 history_detail_type = HISTORY_HOST_UNREACHABLE; in get_history()
693 history_detail_type = HISTORY_HOST_RECOVERY; in get_history()
840 …story_type == HOST_HISTORY || history_type == SERVICE_HISTORY) && (history_detail_type & history_o… in get_history()
874 else if(history_options & history_detail_type) in get_history()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dhistory.c472 int history_detail_type = HISTORY_SERVICE_CRITICAL; in get_history() local
553 history_detail_type = HISTORY_SERVICE_CRITICAL; in get_history()
558 history_detail_type = HISTORY_SERVICE_WARNING; in get_history()
563 history_detail_type = HISTORY_SERVICE_UNKNOWN; in get_history()
568 history_detail_type = HISTORY_SERVICE_RECOVERY; in get_history()
653 history_detail_type = HISTORY_HOST_DOWN; in get_history()
658 history_detail_type = HISTORY_HOST_UNREACHABLE; in get_history()
663 history_detail_type = HISTORY_HOST_RECOVERY; in get_history()
810 …story_type == HOST_HISTORY || history_type == SERVICE_HISTORY) && (history_detail_type & history_o… in get_history()
844 else if(history_options & history_detail_type) in get_history()