Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Chalenko <gregory.chalenko@zabbix.com>2020-09-04 11:33:07 +0300
committerGregory Chalenko <gregory.chalenko@zabbix.com>2020-09-04 11:33:07 +0300
commit9fd8a48dfd5ea64f295db1c7fecf7155e6f7a482 (patch)
tree2fdf98828f0683f499e52061b412f2b7dfd60be0 /ui/app/controllers/CControllerHost.php
parent27e195b8b69a14dd174519d059411ca77cf32187 (diff)
..F....... [ZBXNEXT-710] monitoring.hosts status field default value fix
Diffstat (limited to 'ui/app/controllers/CControllerHost.php')
-rw-r--r--ui/app/controllers/CControllerHost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerHost.php b/ui/app/controllers/CControllerHost.php
index 712646b2196..a871fd962ce 100644
--- a/ui/app/controllers/CControllerHost.php
+++ b/ui/app/controllers/CControllerHost.php
@@ -35,7 +35,7 @@ abstract class CControllerHost extends CController {
'ip' => '',
'dns' => '',
'port' => '',
- 'status' => HOST_STATUS_MONITORED,
+ 'status' => -1,
'evaltype' => TAG_EVAL_TYPE_AND_OR,
'tags' => [],
'severities' => [],