Zabbix is project aiming to deploy Zabbix on Linode instance in containers as per Zabbix Docs.
This project uses the following stack to configure zabbix on linode instance:
- Docker compose - docker compose project basic structure provided in Zabbix Docker.
- Terrform - to provision linode instance
- Ansible - to configure all dependencies and deploy linode
The project structure consists of:
- app - Zabbix configurations
- infrastructure - Infrastructure as Code folder configurations
Execute setup.sh script
>_ ./setup.sh
Before running the script make sure you've installed all required binaries: terraform and ansible.
Contributions are welcome! Please open an issue or submit a pull request to this project.
This project is licensed under the MIT License.