mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 16:12:27 +01:00 
			
		
		
		
	Change zabbix version to 7.0
This commit is contained in:
		@@ -42,7 +42,7 @@ ZABBIX_DB_USR="zabbix"
 | 
				
			|||||||
# Build a strong password for the SQL user - could be overwritten with something fixed
 | 
					# Build a strong password for the SQL user - could be overwritten with something fixed
 | 
				
			||||||
ZABBIX_DB_PWD="$(random_password)"
 | 
					ZABBIX_DB_PWD="$(random_password)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ZABBIX_VERSION=6.5 #zabbix 7 beta
 | 
					ZABBIX_VERSION=7.0 #zabbix 7 beta
 | 
				
			||||||
POSTGRES_VERSION=16 #postgres repo, latest release (2024-05-13) 
 | 
					POSTGRES_VERSION=16 #postgres repo, latest release (2024-05-13) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Sets the minimum amount of RAM the service needs for operation
 | 
					# Sets the minimum amount of RAM the service needs for operation
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -42,7 +42,7 @@ ZABBIX_DB_USR="zabbix"
 | 
				
			|||||||
# Build a strong password for the SQL user - could be overwritten with something fixed
 | 
					# Build a strong password for the SQL user - could be overwritten with something fixed
 | 
				
			||||||
ZABBIX_DB_PWD="$(random_password)"
 | 
					ZABBIX_DB_PWD="$(random_password)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ZABBIX_VERSION=6.5 #zabbix 7 beta
 | 
					ZABBIX_VERSION=7.0 #zabbix 7 beta
 | 
				
			||||||
POSTGRES_VERSION=16 #postgres repo, latest release (2024-05-13) 
 | 
					POSTGRES_VERSION=16 #postgres repo, latest release (2024-05-13) 
 | 
				
			||||||
PHP_VERSION=8.2 # debian 12 default
 | 
					PHP_VERSION=8.2 # debian 12 default
 | 
				
			||||||
TS_VERSION=2.14.2 # currently latest by zabbix supported version of timescaledb (2024-05-13)
 | 
					TS_VERSION=2.14.2 # currently latest by zabbix supported version of timescaledb (2024-05-13)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user