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:
authorAndris Zeila <andris.zeila@zabbix.com>2022-09-19 16:31:15 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-09-19 16:31:15 +0300
commit6fed6ddf908c0b0b7197a223bc1d4215d42694a2 (patch)
tree87e72ce9a349294ad527fb817fc58c0c977c572a /ui/include/defines.inc.php
parent9a6a0d184be443a538bdbe706a0ae76a91008e4c (diff)
parent5b9ab82fe550a7c87763703ab4a7320c69aaf9bb (diff)
.......... [ZBXNEXT-3290] merged branch 'master' of ssh://git.zabbix.com:7999/zbx/zabbix into feature/ZBXNEXT-3290-6.3
Diffstat (limited to 'ui/include/defines.inc.php')
-rw-r--r--ui/include/defines.inc.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/ui/include/defines.inc.php b/ui/include/defines.inc.php
index 77b8ff2317c..93e48ccf657 100644
--- a/ui/include/defines.inc.php
+++ b/ui/include/defines.inc.php
@@ -18,11 +18,11 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
-define('ZABBIX_VERSION', '6.4.0alpha1');
+define('ZABBIX_VERSION', '6.4.0alpha2');
define('ZABBIX_API_VERSION', '6.4.0');
define('ZABBIX_EXPORT_VERSION', '6.4');
-define('ZABBIX_DB_VERSION', 6030053);
+define('ZABBIX_DB_VERSION', 6030056);
define('DB_VERSION_SUPPORTED', 0);
define('DB_VERSION_LOWER_THAN_MINIMUM', 1);
@@ -117,6 +117,12 @@ define('ZBX_SCRIPT_EXECUTE_ON_AGENT', 0);
define('ZBX_SCRIPT_EXECUTE_ON_SERVER', 1);
define('ZBX_SCRIPT_EXECUTE_ON_PROXY', 2);
+define('ZBX_PROXY_VERSION_UNDEFINED', 0);
+define('ZBX_PROXY_VERSION_CURRENT', 1);
+define('ZBX_PROXY_VERSION_OUTDATED', 2);
+define('ZBX_PROXY_VERSION_UNSUPPORTED', 3);
+define('ZBX_PROXY_VERSION_ALL_OUTDATED', 4);
+
define('ZBX_FLAG_DISCOVERY_NORMAL', 0x0);
define('ZBX_FLAG_DISCOVERY_RULE', 0x1);
define('ZBX_FLAG_DISCOVERY_PROTOTYPE', 0x2);