|
|
il y a 7 ans | |
|---|---|---|
| defaults | il y a 7 ans | |
| docs | il y a 7 ans | |
| handlers | il y a 7 ans | |
| meta | il y a 7 ans | |
| molecule | il y a 7 ans | |
| tasks | il y a 7 ans | |
| templates | il y a 7 ans | |
| vars | il y a 7 ans | |
| .gitattributes | il y a 7 ans | |
| .gitignore | il y a 7 ans | |
| .travis.yml | il y a 7 ans | |
| .yamllint | il y a 7 ans | |
| CHANGELOG.md | il y a 7 ans | |
| LICENSE | il y a 10 ans | |
| Pipfile | il y a 7 ans | |
| Pipfile.lock | il y a 7 ans | |
| README.md | il y a 7 ans | |
| mkdocs.yml | il y a 7 ans |
This role deploys a full Sensu stack, a modern, open source monitoring framework.
Along with deploying the Sensu Server, API and clients, this role can deploy a full stack: RabbitMQ, redis, and the Uchiwa dashboard. However, if you want to rely on other roles/management methods to deploy/manage these services, it's nice and easy to integrate this role.
Read the full documentation for a comprehensive overview of this role and its powerful features.
This role requires:
dynamic_data_store variable to be set: see Dynamic Data Storesensu_include_plugins is true (the default), the static_data_store variable needs to be set: see Check DeploymentSee Role Variables for a detailed list of the variables this role uses
- hosts: all
roles:
- role: sensu.sensu
Or, passing parameter values:
- hosts: sensu_masters
roles:
- { role: sensu.sensu, sensu_master: true, sensu_include_dashboard: true }
All changes to this role are actively tested against Ansible 2.3 and 2.4 at this time. Ansible 2.3 is required at a minimum.
MIT
Originally created by Calum MacRae and supported by the Sensu Community Ansible Maintainers
See the projects Contributors page
Feel free to: Raise an issue Contribute