Skip to content

1000k/zabbix-sandbox

Repository files navigation

Zabbix on Vagrant sandbox

Requirements

Usage

Configure Vagrantfile

  1. git submodule update --init
  2. mv Vagrantfile.sample Vagrantfile
  3. (option: if you use proxy) Install 'vagrant-proxyconf' plugin via $ vagrant plugin install vagrant-proxyconf.
  4. Fill the configurations in 'Vagrantfile'.
  • OS type should be CentOS >= 6.
  1. Type vagrant up.
  2. After a while, zabbixserver and zabbixnode VM will be created.

Setup Zabbix Server

  1. Access to http://localhost:8080/zabbix/. (default)
  • If you changed forwarded_port in Vagrantfile, change port from 8080.
  1. Click 'Next' several times.
  2. Login control panel.
  • Login name: admin
  • Password: zabbix

Add Node to Server

  1. Open /etc/zabbix/zabbix_agentd.conf on zabbix node server and edit Zabbix server's ip address.
  2. Register the node via Zabbix Server web-interface.

Troubleshooting

If the version of Zabbix-Server-MySQL is changed, edit the value of default['zabbix_1000k']['zabbix_server_mysql_version'] in site-cookbooks/zabbix_1000k/attributes/default.rb.

About

Zabbix Server's sandbox on Vagrant VM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages