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:
-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' => [],