Home
last modified time | relevance | path

Searched refs:hostPrototypesRefs (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/import/
H A DCImportReferencer.php61 protected $hostPrototypesRefs; variable in CImportReferencer
318 if ($this->hostPrototypesRefs === null) {
322 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
323 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
971 $this->hostPrototypesRefs = [];
993 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php158 $hostPrototypesRefs = [];
285 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
486 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/import/
H A DCImportReferencer.php61 protected $hostPrototypesRefs; variable in CImportReferencer
318 if ($this->hostPrototypesRefs === null) {
322 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
323 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
971 $this->hostPrototypesRefs = [];
993 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php158 $hostPrototypesRefs = [];
285 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
486 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/import/
H A DCImportReferencer.php61 protected $hostPrototypesRefs; variable in CImportReferencer
318 if ($this->hostPrototypesRefs === null) {
322 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
323 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
971 $this->hostPrototypesRefs = [];
993 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php158 $hostPrototypesRefs = [];
285 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
486 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/import/
H A DCImportReferencer.php61 protected $hostPrototypesRefs; variable in CImportReferencer
318 if ($this->hostPrototypesRefs === null) {
322 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
323 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
971 $this->hostPrototypesRefs = [];
993 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php158 $hostPrototypesRefs = [];
285 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
486 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/import/
H A DCImportReferencer.php61 protected $hostPrototypesRefs; variable in CImportReferencer
318 if ($this->hostPrototypesRefs === null) {
322 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
323 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
971 $this->hostPrototypesRefs = [];
993 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php158 $hostPrototypesRefs = [];
285 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
486 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1100 $this->hostPrototypesRefs = [];
1122 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php187 $hostPrototypesRefs = [];
315 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
539 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1100 $this->hostPrototypesRefs = [];
1122 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php187 $hostPrototypesRefs = [];
315 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
539 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1110 $this->hostPrototypesRefs = [];
1132 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php185 $hostPrototypesRefs = [];
313 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
528 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1100 $this->hostPrototypesRefs = [];
1122 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1100 $this->hostPrototypesRefs = [];
1122 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php187 $hostPrototypesRefs = [];
315 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
539 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1100 $this->hostPrototypesRefs = [];
1122 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
H A DCConfigurationImport.php187 $hostPrototypesRefs = [];
315 …$hostPrototypesRefs[$host][$discoveryRule['key_']][$hostPrototype['host']] = $hostPrototype['host'…
539 $this->referencer->addHostPrototypes($hostPrototypesRefs);
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1110 $this->hostPrototypesRefs = [];
1132 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1110 $this->hostPrototypesRefs = [];
1132 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1110 $this->hostPrototypesRefs = [];
1132 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/classes/import/
H A DCImportReferencer.php63 protected $hostPrototypesRefs; variable in CImportReferencer
350 if ($this->hostPrototypesRefs === null) {
354 if (isset($this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype])) {
355 return $this->hostPrototypesRefs[$hostId][$discoveryRuleId][$hostPrototype];
1110 $this->hostPrototypesRefs = [];
1132 …$this->hostPrototypesRefs[$data['parent_hostid']][$data['parent_itemid']][$data['host']] = $data['…

12