|
|
преди 7 години | |
|---|---|---|
| defaults | преди 8 години | |
| docs | преди 8 години | |
| handlers | преди 8 години | |
| meta | преди 9 години | |
| tasks | преди 7 години | |
| templates | преди 7 години | |
| tests | преди 7 години | |
| vars | преди 7 години | |
| .gitignore | преди 9 години | |
| .travis.yml | преди 7 години | |
| CHANGELOG.md | преди 8 години | |
| LICENSE | преди 10 години | |
| README.md | преди 7 години | |
| mkdocs.yml | преди 9 години |
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: cmacrae.sensu
Or, passing parameter values:
- hosts: sensu_masters
roles:
- { role: cmacrae.sensu, sensu_master: true, sensu_include_dashboard: true }
MIT
Created by Calum MacRae
Stephen Muth - (@smuth4)
Feel free to: Contact me - @calumacrae, mailto:calum0macrae@gmail.com Raise an issue Contribute