Home
last modified time | relevance | path

Searched refs:check_cfg_feature_int (Results 1 – 25 of 80) sorted by relevance

1234

/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/include/
H A Dcfg.h60 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/include/
H A Dcfg.h60 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/include/
H A Dcfg.h60 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/include/
H A Dcfg.h60 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/include/
H A Dcfg.h60 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/include/
H A Dcfg.h62 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/include/
H A Dcfg.h62 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/include/
H A Dcfg.h62 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/include/
H A Dcfg.h62 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/include/
H A Dcfg.h62 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/include/
H A Dcfg.h65 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/include/
H A Dcfg.h65 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/include/
H A Dcfg.h65 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/include/
H A Dcfg.h65 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/include/
H A Dcfg.h65 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/include/
H A Dcfg.h67 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/include/
H A Dcfg.h67 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/include/
H A Dcfg.h67 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/include/
H A Dcfg.h67 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/include/
H A Dcfg.h67 int check_cfg_feature_int(const char *parameter, int value, const char *feature);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_server/
H A Dserver.c642 err |= (FAIL == check_cfg_feature_int("HistoryStorageDateIndex", CONFIG_HISTORY_STORAGE_PIPELINES, in zbx_validate_config()
647 …err |= (FAIL == check_cfg_feature_int("StartReportWriters", CONFIG_REPORTWRITER_FORKS, "cURL libra… in zbx_validate_config()
651 …err |= (FAIL == check_cfg_feature_int("StartVMwareCollectors", CONFIG_VMWARE_FORKS, "VMware suppor… in zbx_validate_config()
678 …err |= (FAIL == check_cfg_feature_int("StartIPMIPollers", CONFIG_IPMIPOLLER_FORKS, "IPMI support")… in zbx_validate_config()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_server/
H A Dserver.c642 err |= (FAIL == check_cfg_feature_int("HistoryStorageDateIndex", CONFIG_HISTORY_STORAGE_PIPELINES, in zbx_validate_config()
647 …err |= (FAIL == check_cfg_feature_int("StartReportWriters", CONFIG_REPORTWRITER_FORKS, "cURL libra… in zbx_validate_config()
651 …err |= (FAIL == check_cfg_feature_int("StartVMwareCollectors", CONFIG_VMWARE_FORKS, "VMware suppor… in zbx_validate_config()
678 …err |= (FAIL == check_cfg_feature_int("StartIPMIPollers", CONFIG_IPMIPOLLER_FORKS, "IPMI support")… in zbx_validate_config()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/zabbix_server/
H A Dserver.c642 err |= (FAIL == check_cfg_feature_int("HistoryStorageDateIndex", CONFIG_HISTORY_STORAGE_PIPELINES, in zbx_validate_config()
647 …err |= (FAIL == check_cfg_feature_int("StartReportWriters", CONFIG_REPORTWRITER_FORKS, "cURL libra… in zbx_validate_config()
651 …err |= (FAIL == check_cfg_feature_int("StartVMwareCollectors", CONFIG_VMWARE_FORKS, "VMware suppor… in zbx_validate_config()
678 …err |= (FAIL == check_cfg_feature_int("StartIPMIPollers", CONFIG_IPMIPOLLER_FORKS, "IPMI support")… in zbx_validate_config()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/zabbix_server/
H A Dserver.c642 err |= (FAIL == check_cfg_feature_int("HistoryStorageDateIndex", CONFIG_HISTORY_STORAGE_PIPELINES, in zbx_validate_config()
647 …err |= (FAIL == check_cfg_feature_int("StartReportWriters", CONFIG_REPORTWRITER_FORKS, "cURL libra… in zbx_validate_config()
651 …err |= (FAIL == check_cfg_feature_int("StartVMwareCollectors", CONFIG_VMWARE_FORKS, "VMware suppor… in zbx_validate_config()
678 …err |= (FAIL == check_cfg_feature_int("StartIPMIPollers", CONFIG_IPMIPOLLER_FORKS, "IPMI support")… in zbx_validate_config()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/zabbix_server/
H A Dserver.c642 err |= (FAIL == check_cfg_feature_int("HistoryStorageDateIndex", CONFIG_HISTORY_STORAGE_PIPELINES, in zbx_validate_config()
647 …err |= (FAIL == check_cfg_feature_int("StartReportWriters", CONFIG_REPORTWRITER_FORKS, "cURL libra… in zbx_validate_config()
651 …err |= (FAIL == check_cfg_feature_int("StartVMwareCollectors", CONFIG_VMWARE_FORKS, "VMware suppor… in zbx_validate_config()
678 …err |= (FAIL == check_cfg_feature_int("StartIPMIPollers", CONFIG_IPMIPOLLER_FORKS, "IPMI support")… in zbx_validate_config()

1234