This Vagrant configuration can be used for quick testing purposes of Zabbix infrastructure. All systems are based on CentOS 7 (see Vagrantfile). Current version supports also Zabbix in newest version 3.2!
- Vagrant (can be downloaded from here)
- VirtualBox
Just use vagrant to start zabbix server. From inside directory where you cloned this repository run the following command
vagrant up
After machine finished provisioning Zabbix you need to follow setup screen. Please use zabbix_server for database_name, user and password. You can access web interface using
with default login and password:
- login: Admin - just make sure you write uppercase A :-)
- password: zabbix
If you need to change ports on your host just edit Vagrantfile and replace forwarded_port stanza.