Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmkraus/demo-ansible-monitoring
Demo Builder - Automated Issue Remediation with Zabbix + Ansible
https://github.com/rmkraus/demo-ansible-monitoring
ansible demo sre zabbix
Last synced: 21 days ago
JSON representation
Demo Builder - Automated Issue Remediation with Zabbix + Ansible
- Host: GitHub
- URL: https://github.com/rmkraus/demo-ansible-monitoring
- Owner: rmkraus
- License: apache-2.0
- Created: 2019-04-26T20:37:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T21:47:40.000Z (over 5 years ago)
- Last Synced: 2024-12-22T07:21:48.878Z (about 1 month ago)
- Topics: ansible, demo, sre, zabbix
- Language: HCL
- Size: 913 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated Issue Remediation with Zabbix + Ansible
Sources:
- [Inspiration](https://www.redhat.com/en/blog/adding-remediation-zabbix-using-ansible-tower)
- [Similar Talk from ZabbixConf 2017](https://www.youtube.com/watch?v=R5T9NidjjDE)
- [ZabbixConf 2017 Source](https://github.com/red-tux/zabconf2017)The purpose of this demo is to show Ansible Tower being connected to a third
party service. For this purpose Zabbix is connected to Ansible Tower so that it can automatically start issue remediation. A task is included in the Ansible Playbook that will add data to the Zabbix issue. A similar model could also be used to connect Ansible Tower to other systems, like ServiceNow.![Architecture Diagram](https://www.redhat.com/cms/managed-files/image1_10.png)
## Documentation
* [Demo Preparation](docs/prep.md)
* [Demo Procedure](docs/demo.md)
* [Development Documentation](docs/dev.md)