Skip to content

pawel-ch/vagrant-zabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant for Zabbix

This Vagrant configuration can be used for quick testing purposes of Zabbix infrastructure.

Requirements

Usage

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 you will be able access web interface using http://localhost:8080/ with default credentials:

  • login: Admin
  • password: zabbix

Change ports

If you need to change ports on your host just edit Vagrantfile and replace forwarded_port setting.

Technical details

The installed software is:

component version
Ubuntu 16.04 (Xenial Xerus 64-bit)
PostgreSQL 9.5.x (default for Ubuntu 16.04)
Zabbix server 3.4
Zabbix agent 3.4

Commands used in provision script are based on official documentation:

About

Simple setup of Zabbix via Vagrant for training/testing (don't use directly in production)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published