This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:appliance [2020/04/07 07:44] yuriii [7.2 HDD/flash image (raw)] |
manual:appliance [2021/01/27 20:27] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
Zabbix appliance and installation CD versions are based upon the following OS: | Zabbix appliance and installation CD versions are based upon the following OS: | ||
^Zabbix appliance version^OS^ | ^Zabbix appliance version^OS^ | ||
- | |5.0.0|CentOS 8 | | + | |5.0.0|CentOS 8 (x86_64) | |
Zabbix appliance installation CD can be used for instant deployment of Zabbix server (MySQL). | Zabbix appliance installation CD can be used for instant deployment of Zabbix server (MySQL). | ||
+ | |||
+ | == System requirements: == | ||
+ | * //RAM//: 1.5 GB | ||
+ | * //Disk space//: at least 8 GB should be allocated for the virtual machine. | ||
|{{:manual:installation_cd_boot_menu1.png?600|}}| | |{{:manual:installation_cd_boot_menu1.png?600|}}| | ||
Line 27: | Line 31: | ||
To get started, boot the appliance and point a browser at the IP the appliance has received over DHCP. | To get started, boot the appliance and point a browser at the IP the appliance has received over DHCP. | ||
+ | |||
+ | <note important> DHCP must be enabled on the host. </note> | ||
To get the IP address from inside the virtual machine run: | To get the IP address from inside the virtual machine run: | ||
Line 43: | Line 49: | ||
[zabbix] | [zabbix] | ||
name=Zabbix Official Repository - $basearch | name=Zabbix Official Repository - $basearch | ||
- | baseurl=http://repo.zabbix.com/zabbix/4.5/rhel/8/$basearch/ | + | baseurl=http://repo.zabbix.com/zabbix/5.2/rhel/8/$basearch/ |
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 126: | Line 132: | ||
The frontend can be accessed at //http:%%//%%<host>//. | The frontend can be accessed at //http:%%//%%<host>//. | ||
- | This can be customised in **/etc/nginx/conf.d/zabbix.conf**. Nginx has to be restarted after modifying this file. To do so, log in using SSH as **root** user and execute: | + | This can be customized in **/etc/nginx/conf.d/zabbix.conf**. Nginx has to be restarted after modifying this file. To do so, log in using SSH as **root** user and execute: |
systemctl restart nginx | systemctl restart nginx | ||
Line 155: | Line 161: | ||
== - HDD/flash image (raw) == | == - HDD/flash image (raw) == | ||
- | dd if=./zabbix_appliance_5.0.0.raw of=/dev/sdc bs=4k conv=fdatasync | + | dd if=./zabbix_appliance_5.2.0.raw of=/dev/sdc bs=4k conv=fdatasync |
| | ||
Replace ///dev/sdc// with your Flash/HDD disk device. | Replace ///dev/sdc// with your Flash/HDD disk device. | ||