Zabbix Appliance
Zabbix Appliance
Zabbix appliance
5. Zabbix appliance
As an alternative to setting up manually or reusing existing server for Zabbix, users may download
Zabbix appliance.
To get started, boot the appliance and point your browser at the IP it has received over DHCP.
Zabbix appliance versions are based upon the following OpenSUSE versions:
* Initial 2.0.4 appliance builds were with OpenSUSE 12.1, final builds are with OpenSUSE 12.2.
vmdk (VMware/Virtualbox)
OVF (Open Virtualisation Format)
VHD (Hyper-V)**
CD iso
HDD/flash image
Preload ISO
Xen guest
It has Zabbix server configured and running on MySQL, as well as frontend available.
By default the appliance uses DHCP to obtain IP address. To specify a static IP address:
To configure DNS, add nameserver entries in /etc/resolv.conf, specifying each nameserver on its own
line: nameserver 192.168.1.2.
By default the appliance uses UTC for the system clock. To change the time zone, copy appropriate
file from /usr/share/zoneinfo to /etc/localtime, for example:
cp /usr/share/zoneinfo/Europe/Riga /etc/localtime
Various basic utilities have been added that could make working with Zabbix and monitoring in
general easier.
Appliance Zabbix setup has the following passwords and other configuration changes:
2.2.1 Passwords
System:
root:zabbix
zabbix:zabbix
Database:
root:zabbix
zabbix:zabbix
Zabbix frontend:
Admin:zabbix
If you change frontend password, do not forget to update password setting web monitoring
(Configuration → Web).
To change the database user password it has to be changed in the following locations:
MySQL;
zabbix_server.conf;
zabbix.conf.php.
If you are running live CD version of the appliance or for some other reason can't have persistent
storage, you can create a backup of whole database, including all configuration and gathered data.
Make sure that Zabbix server is stopped while performing the restore.
127.0.0.1
192.168.0.0/16
10.0.0.0/8
::1
Root (/) is redirected to /zabbix on the webserver, thus frontend can be accessed both as
http://<host> and http://<host>/zabbix.
2.4 Firewall
By default, only two ports are open - 22 (SSH) and 80 (HTTP). To open additional ports - for example,
Zabbix server and agent ports - modify iptables rules with SuSEfirewall2 utility:
SuSEfirewall2 stop
SuSEfirewall2 start
SNMP;
IPMI;
Web monitoring;
SSH2;
IPv6.
In the provided configuration Zabbix server itself is monitored with the help of locally installed agent
for some base parameters, additionally Zabbix frontend is monitored as well using web monitoring.
Appropriate init scripts are provided. To control Zabbix server, use any of these:
There is a scheduled script, run from the crontab every 10 minutes that restarts Zabbix server if it is
not running, /var/lib/zabbix/bin. It logs timestamped problems and starting attempts at
/var/log/zabbix/server_problems.log.
Make sure to disable this crontab entry if stopping of Zabbix server is desired.
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 virtualisation environment, then follow these
steps.
fdisk /dev/sda
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 new one with desired size. In 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:
d
n
p
1
(accept default 63)
(accept default max)
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:
Reboot the virtual machine (as the partition we modified is in use currently). After reboot, filesystem
resizing can take place.
resize2fs /dev/sda1
2.7.1 Xen
xm create -c file-with-suffix.xenconfig
See the following pages for more information on using Xen images:
http://en.opensuse.org/openSUSE:How_to_use_downloaded_SUSE_Studio_appliances#Using_Xen
_guests
http://old-en.opensuse.org/SUSE_Studio_Xen_Howtos
To use Xen images with Citrix Xenserver you have to convert the disk image. To do so:
xe vdi-list params=all
If there are lots of disks, they can be filtered by name parameter name-label, as assigned when
creating the virtual disk
Import the image
2.7.2 VMware
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.
Windows archive management software is known to mishandle the appliance archives. If extraction
fails, try different software. Open source tool 7-zip might work.
/usr/share/zabbix/locale/make_mo.sh
rcapache2 restart
Static IP address might not work because of a systemd problem. Updating the system with
zypper up should solve it.
SSH daemon could not be started in the initial appliance builds. Please download latest builds
(post-2013.01.27).
Web monitoring is not preconfigured.
From:
https://www.zabbix.com/documentation/2.0/ - Zabbix Documentation 2.0
Permanent link:
https://www.zabbix.com/documentation/2.0/manual/appliance