FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
Elle kurmaya veya mevcut bir sunucuyu Zabbix için yeniden ayarlamaya alternatif olarak kullanıcılar, bir Zabbix cihazı veya Zabbix cihazı kurulum imajı da indirebilir. Zabbix sunucusu (MySQL), Zabbix sunucusu (PostgreSQL), Zabbix vekil sunucusu (MySQL) ve Zabbix vekil sunucusunun (SQLite 3) anında kurulumu için Zabbix cihaz kurulum CD'si kullanılabilir.
Zabbix Cihazır sanal makineleri, MySQL destekli Zabbix sunucusu hazırlamışlardır. Zabbix cihazı kurulum CD'si kullanılarak oluşturulmuştur.
|<| |<| |-|
|<| |<| |-|
Zabbix cihaz ve kurulum CD'si sürümleri aşağıdaki Ubuntu sürümlerine dayanmaktadır:
Zabbix cihaz sürümü | Ubuntu sürümü |
---|---|
3.0.0 | 14.04.3 |
Zabbix cihazı aşağıdaki biçimlerde mevcuttur:
Başlamak için cihazı açın ve tarayıcınızı DHCP üzerinden aldığı IP'ye yönlendirin: http://<host_ip>/zabbix
Zabbix sunucusu yapılandırılmış ve MySQL ile çalışıyordur, ayrıca önyüz de mevcut durumdadır.
Cihaz, Preseed dosyaları denilen standart Ubuntu/Debian özelliğini kullanarak inşa edilmiştir.
Temel Ubuntu yapılandırmasında bazı değişiklikler uygulanmaktadır.
Resmi Zabbix deposu /etc/apt/sources.list dosyasına eklenmiştir:
## Zabbix repository
deb http://repo.zabbix.com/zabbix/3.0/ubuntu trusty main
deb-src http://repo.zabbix.com/zabbix/3.0/ubuntu trusty main
Cihaz, önceden tanımlanmış kurallara sahip iptables güvenlik duvarı kullanır:
Zabbix ile çalışmayı ve genel olarak daha kolay izlemeyi sağlayabilecek çeşitli temel araçlar eklendi:
Bu paketlerin bazıları Zabbix tarafından kullanılmaktadır, bazıları da kullanıcıların cihaz ayarlarını yapılandırmasına ve yönetmesine yardımcı olmak için kurulmuştur.
Öntanımlı olarak, cihaz IP adresini elde etmek için DHCP kullanır. Statik bir IP adresi belirtmek için:
Diğer olası seçenekler hakkında daha çok bilgi için resmi Ubuntu belgelerine bakın.
DNS'yi yapılandırmak için /etc/resolv.conf dosyasında nameserver girdilerini ekleyin, her ad sunucusunu ayrı satırda belirtin: nameserver 192.168.1.2.
Öntanımlı olarak cihaz, sistem saati için UTC kullanır. Saat dilimini değiştirmek için uygun dosyayı /usr/share/zoneinfo dizininden /etc/localtime dizinine kopyalayın, örneğin:
Cihaz birkaç yerel ayar değişikliği içerir:
Bu değişiklikler çok dilli bir Zabbix web arayüzünü desteklemek için gereklidir.
Appliance Zabbix setup has the following passwords and other configuration changes: Cihaz Zabbix kurulumunda aşağıdaki parolalar ve diğer yapılandırma değişiklikleri vardır:
Sistem:
Veritabanı:
Veritabanı parolaları kurulum işlemi sırasında rastgele oluşturulur.
Root parolası /root/.my.cnf dosyasında saklanır; "root" hesabı altında bir parola girilmesi gerekmez.
Zabbix önyüzü:
Veritabanı kullanıcı parolasını değiştirmek için aşağıdaki konumlarda değiştirilmesi gerekiyor:
If you are running a Live CD/DVD version of the appliance or for some other reason cannot have persistent storage, you can create a backup of the whole database, including all configuration and gathered data.
To create the backup, run:
Now you can transfer the dbdump.bz2 file to another machine.
To restore from the backup, transfer it to the appliance and execute:
Make sure that Zabbix server is stopped while performing the restore.
Access to frontend by default is allowed from everywhere.
The frontend can be accessed http://<host>/zabbix.
This can be customised in /etc/apache2/conf-available/zabbix.conf. You have to restart the webserver after modifying this file. To do so, log in using SSH as root user and execute:
By default, only the ports listed in changes are open. To open additional ports just modify "/etc/iptables/rules.v4" or "/etc/iptables/rules.v6" files and reload firewall rules:
Zabbix installation is provided with the support for the following:
Zabbix appliance uses snmptrapfmt to handle SNMP traps. It is configured to receive all traps from everywhere.
Authentication is not required. If you would like to enable authentication, you need to change the /etc/snmp/snmptrapd.conf file and specify required auth settings.
All traps are stored in the /var/log/zabbix/snmptrapfmt.log file. It is rotated by logrotate before reaching 2GB file size.
The appliance Zabbix packages may be upgraded. To do so, run:
Appropriate init scripts are provided. To control Zabbix server, use any of these:
Replace server with agent for Zabbix agent daemon or with proxy for Zabbix proxy daemon.
Create a backup of all data before attempting any of the steps.
Available diskspace on the appliance might not be sufficient. In that case it is possible to expand the disk. To do so, first expand the block device in your virtualization environment, then follow these steps.
Start fdisk to change the partition size. As root, execute:
This will start fdisk on disk sda. Next, switch to sectors by issuing:
Don't disable DOS compatibility mode by entering c. Proceeding with it disabled will damage the partition.
Then delete the existing partition and create a new one with the desired size. In the majority of cases you will accept the available maximum, which will expand the filesystem to whatever size you made available for the virtual disk. To do so, enter the following sequence in fdisk prompt:
If you wish to leave some space for additional partitions (swap etc), you can enter another value for last sector. When done, save the changes by issuing:
After partition creation (new disk or extended existing) create physical volume:
Partition name /dev/sdb1 is used in the example; in your case disk name and partition number could be different. You can check partition number using fdisk -l /dev/sdb command.
Check newly created physical volume:
Check available physical volumes. There must be 2 volumes zabbix-vg and newly created:
Extend your existing volume group with the newly created physical volume:
Check "zabbix-vg" volume group:
Now extend your logical volume with the free PE space:
Resize your root volume (can be done on a live sysyem):
Reboot the virtual machine (as the partition we modified is in use currently). That's it, filesystem should be grown to the partition size now. Check "/dev/mapper/zabbix--vg-root" volume:
Converting image for XenServer
To use Xen images with Citrix Xenserver you have to convert the disk image. To do so:
Instructions from Brian Radford blog.
The images in vmdk format are usable directly in VMware Player, Server and Workstation products. For use in ESX, ESXi and vSphere they must be converted using VMware converter.
Replace /dev/sdc with your Flash/HDD disk device.