Home
last modified time | relevance | path

Searched refs:hostdependency (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dobjects.h453 }hostdependency; typedef
552 hostdependency *add_host_dependency(char *,char *,int,int,int,int,int,int); …
568 int add_hostdependency_to_hashlist(hostdependency *);
606 hostdependency *get_first_hostdependency_by_dependent_host(char *);
607 hostdependency *get_next_hostdependency_by_dependent_host(char *,hostdependency *);
637 int check_for_circular_hostdependency(hostdependency *,hostdependency *,int); /* checks if a circ…
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dobjects.h616 }hostdependency; typedef
669 hostdependency *add_host_dependency(char *,char *,int,int,int,int,int,int,char *); …
723 hostdependency *get_first_hostdependency_by_dependent_host(char *, void **);
724 hostdependency *get_next_hostdependency_by_dependent_host(char *, void **);
757 int check_for_circular_hostdependency_path(hostdependency *,hostdependency *,int); /* checks if a…
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dobjects.h612 } hostdependency; typedef
663 hostdependency *add_host_dependency(char *, char *, int, int, int, int, int, int, char *); …
713 hostdependency *get_first_hostdependency_by_dependent_host(char *, void **);
714 hostdependency *get_next_hostdependency_by_dependent_host(char *, void **);
745 int check_for_circular_hostdependency_path(hostdependency *, hostdependency *, int); /* checks if a…
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dobjects.h612 } hostdependency; typedef
663 hostdependency *add_host_dependency(char *, char *, int, int, int, int, int, int, char *); …
713 hostdependency *get_first_hostdependency_by_dependent_host(char *, void **);
714 hostdependency *get_next_hostdependency_by_dependent_host(char *, void **);
745 int check_for_circular_hostdependency_path(hostdependency *, hostdependency *, int); /* checks if a…
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dobjects.h615 }hostdependency; typedef
668 hostdependency *add_host_dependency(char *,char *,int,int,int,int,int,int,char *); …
722 hostdependency *get_first_hostdependency_by_dependent_host(char *, void **);
723 hostdependency *get_next_hostdependency_by_dependent_host(char *, void **);
757 int check_for_circular_hostdependency_path(hostdependency *,hostdependency *,int); /* checks if a…
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dobjects.h615 }hostdependency; typedef
668 hostdependency *add_host_dependency(char *,char *,int,int,int,int,int,int,char *); …
722 hostdependency *get_first_hostdependency_by_dependent_host(char *, void **);
723 hostdependency *get_next_hostdependency_by_dependent_host(char *, void **);
757 int check_for_circular_hostdependency_path(hostdependency *,hostdependency *,int); /* checks if a…
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dobjects.h697 typedef struct hostdependency { struct
708 } hostdependency; argument
729 extern struct hostdependency **hostdependency_ary;
772 struct hostdependency *add_host_dependency(char *dependent_host_name, char *host_name, int dependen…
842 void fcache_hostdependency(FILE *fp, struct hostdependency *temp_hostdependency);
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dobjects.h701 typedef struct hostdependency { struct
712 } hostdependency; typedef
733 extern struct hostdependency **hostdependency_ary;
777 struct hostdependency *add_host_dependency(char *dependent_host_name, char *host_name, int dependen…
863 void fcache_hostdependency(FILE *fp, struct hostdependency *temp_hostdependency);
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dobjects.h704 typedef struct hostdependency { struct
715 } hostdependency; argument
736 extern struct hostdependency **hostdependency_ary;
780 struct hostdependency *add_host_dependency(char *dependent_host_name, char *host_name, int dependen…
866 void fcache_hostdependency(FILE *fp, struct hostdependency *temp_hostdependency);
H A Dobjectjson.h289 hostdependency *);
/dports/net-mgmt/nagios4/nagios-4.4.6/t-tap/
H A Dtest-stubs.c174 hostdependency *get_first_hostdependency_by_dependent_host(char *host_name, void **ptr) { in get_first_hostdependency_by_dependent_host()
178 hostdependency *get_next_hostdependency_by_dependent_host(char *host_name, void **ptr) {} in get_next_hostdependency_by_dependent_host()
/dports/net-mgmt/nagios/nagios-3.5.1/t-tap/
H A Dtest-stubs.c192 hostdependency *get_first_hostdependency_by_dependent_host(char *host_name, void **ptr) { in get_first_hostdependency_by_dependent_host()
196 hostdependency *get_next_hostdependency_by_dependent_host(char *host_name, void **ptr) {} in get_next_hostdependency_by_dependent_host()
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dobjects.c343 hostdependency *oa = NULL; in skiplist_compare_hostdependency()
344 hostdependency *ob = NULL; in skiplist_compare_hostdependency()
346 oa = (hostdependency *)a; in skiplist_compare_hostdependency()
347 ob = (hostdependency *)b; in skiplist_compare_hostdependency()
2077 hostdependency *new_hostdependency = NULL; in add_host_dependency()
2087 if((new_hostdependency = (hostdependency *)calloc(1, sizeof(hostdependency))) == NULL) in add_host_dependency()
2517 hostdependency temp_hostdependency; in get_first_hostdependency_by_dependent_host()
2529 hostdependency temp_hostdependency; in get_next_hostdependency_by_dependent_host()
3052 int check_for_circular_hostdependency_path(hostdependency *root_dep, hostdependency *dep, int depen… in check_for_circular_hostdependency_path()
3053 hostdependency *temp_hd = NULL; in check_for_circular_hostdependency_path()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dobjects.c63 hostdependency **hostdependency_ary = NULL;
151 const hostdependency *a = *(const hostdependency **)a_; in cmp_hdep()
152 const hostdependency *b = *(const hostdependency **)b_; in cmp_hdep()
197 hostdependency_ary[slot++] = (hostdependency *)list->object_ptr; in post_process_object_config()
199 hostdependency_ary[slot++] = (hostdependency *)list->object_ptr; in post_process_object_config()
208 qsort(hostdependency_ary, num_objects.hostdependencies, sizeof(hostdependency *), cmp_hdep); in post_process_object_config()
393 if (mktable(hostdependency, HOSTDEPENDENCY_SKIPLIST) != OK) in create_object_tables()
1806 hostdependency *add_host_dependency(char *dependent_host_name, char *host_name, int dependency_type… in add_host_dependency()
1807 hostdependency *new_hostdependency = NULL; in add_host_dependency()
3435 void fcache_hostdependency(FILE *fp, hostdependency *temp_hostdependency) in fcache_hostdependency()
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dchecks.c1140 hostdependency *dep = NULL; in host_propagate_dependency_checks()
1146 dep = (hostdependency *)list->object_ptr; in host_propagate_dependency_checks()
1157 dep = (hostdependency *)list->object_ptr; in host_propagate_dependency_checks()
2682 hostdependency *temp_dependency = NULL; in check_host_dependencies()
2700 temp_dependency = (hostdependency *)list->object_ptr; in check_host_dependencies()
H A Dconfig.c2116 hostdependency *child_dep = (hostdependency *)olist->object_ptr; in dfs_hostdep_path()
2217 hostdependency *temp_hd = NULL; in pre_flight_circular_check()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dconfig.c201 extern hostdependency *hostdependency_list;
1740 hostdependency *temp_hd = NULL; in pre_flight_object_check()
2707 hostdependency *temp_hd = NULL; in pre_flight_circular_check()
2708 hostdependency *temp_hd2 = NULL; in pre_flight_circular_check()
H A Dchecks.c111 extern hostdependency *hostdependency_list;
2268 hostdependency *temp_dependency = NULL; in check_host_dependencies()
3495 hostdependency *temp_dependency = NULL; in process_host_check_result_3x()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dobjectjson.c61 extern hostdependency *hostdependency_list;
591 int json_object_hostdependency_passes_selection(hostdependency *, host *,
5575 hostdependency *temp_hostdependency, host *master_host,
5659 hostdependency *temp_hostdependency;
5698 hostdependency *temp_hostdependency;
5744 unsigned format_options, hostdependency *temp_hostdependency) {
H A Dconfig.c1950 static void display_hostdependency(hostdependency *temp_hd) in display_hostdependency()
H A Darchivejson.c56 extern hostdependency *hostdependency_list;
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dconfig.c52 extern hostdependency *hostdependency_list;
1999 hostdependency *temp_hd; in display_hostdependencies()
/dports/net-mgmt/p5-Nagios-Object/Nagios-Object-0.21.18/t/
H A Dsample-config-bigger.cfg1254 define hostdependency{
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/src/
H A Dndomod.c148 extern hostdependency *hostdependency_list;
3853 hostdependency *temp_hostdependency=NULL;
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D23-migrating-from-icinga-1x.md681 define hostdependency {

12