zabbix/README.MD

26 lines
941 B
Text
Raw Normal View History

2023-02-05 11:48:17 +01:00
# Zabbix - Ansible Role
This role deploys, configures and updates Zabbix. You can deploy test instance using `Vagrantfile` attached to the role.
`vagrant up`
`ansible-playbook -b Playbooks/zabbix.yml`
2023-08-01 21:40:11 +02:00
Then you can access Zabbix from your computer on http://192.168.33.27:8080
2023-02-05 11:48:17 +01:00
The default login credentials for Zabbix are:
2023-08-01 21:40:11 +02:00
* Username: Admin
* Password: zabbix
⚠️ If mariadb is deployed on a different server than zabbix, then you have to do `mysql> set global log_bin_trust_function_creators = 1;` on your mariadb server, then deploy this role, and set it back to `mysql> set global log_bin_trust_function_creators = 0;`
2023-02-05 11:48:17 +01:00
## TODO
2023-08-01 21:40:11 +02:00
- Find better way than zabbix_proxy_installed: 'false' (01.08.23: it not needed anymore, but needs more tests)
2023-02-05 11:48:17 +01:00
## CHANGELOG
- **15.01.2021** - Make it ready for public release
- Create readme file
- Create Playbook
- Create Vagrantfile
2023-08-01 21:40:11 +02:00
- **01.08.23** - Fix role issues and update to v6.0