Aucune description

Jared Ledvina 6686137c49 Update metadata to require Ansible 2.5 or higher il y a 6 ans
defaults ac55ce7f72 Support configuring Tessen on the Sensu Servers il y a 7 ans
docs 6686137c49 Update metadata to require Ansible 2.5 or higher il y a 6 ans
handlers 65bdbe82b7 [ANSIBLE0013] Use shell only when shell functionality is required il y a 7 ans
meta 6686137c49 Update metadata to require Ansible 2.5 or higher il y a 6 ans
molecule c7a49788a8 Update with_flattened and with_items to ansbiel 2.5 il y a 6 ans
tasks c7a49788a8 Update with_flattened and with_items to ansbiel 2.5 il y a 6 ans
templates aa2ce72a82 configure ciphers for rabbitmq with enabled ssl il y a 7 ans
vars f056b4c9c4 Erlang needs to be a max version of 20.3.* currently il y a 7 ans
.gitattributes 3db5ac0993 Do not publish travis config to galaxy il y a 7 ans
.gitignore 6c63976268 Ignore new test cache dir il y a 7 ans
.travis.yml 1f5b0893e7 No longer allow amazonlinux to fail il y a 7 ans
.yamllint a296362022 Update yamllint to latest molecule version il y a 7 ans
CHANGELOG.md 6686137c49 Update metadata to require Ansible 2.5 or higher il y a 6 ans
LICENSE 20bc9a0100 Initial commit of documentation il y a 10 ans
Pipfile 0b91f1f7f0 Bump molecule version and lock il y a 7 ans
Pipfile.lock bc3cf99965 Tests - Update dependencies - pipenv update il y a 7 ans
README.md 6686137c49 Update metadata to require Ansible 2.5 or higher il y a 6 ans
mkdocs.yml c7598f3386 Docs - Switch from flatly to readthedocs theme il y a 6 ans

README.md

Sensu Ansible Galaxy Build Status

This role deploys a full Sensu stack, a modern, open source monitoring framework.

Features

  • Deploy a full Sensu stack, including RabbitMQ, redis, and the Uchiwa dashboard
  • Full support for Sensu Enterprise
  • Tight integration with the Ansible inventory - deployment of monitoring checks based on inventory grouping
  • Fine grained control over dynamic client configurations
  • Remote plugin deployment
  • Automatic generation and dynamic deployment of SSL certs for secure communication between your clients and servers
  • Highly configurable

Batteries included, but not imposed

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.

Documentation Documentation

Read the full documentation for a comprehensive overview of this role and its powerful features.

Requirements

This role requires:

Supported Platforms

Automatically tested via TravisCI

Supported manually (compatibility not always guaranteed)

Role Variables

See Role Variables for a detailed list of the variables this role uses

Example Playbook

  - hosts: all
    roles:
      - role: sensu.sensu

Or, passing parameter values:

  - hosts: sensu_masters
    roles:
      - { role: sensu.sensu, sensu_master: true, sensu_include_dashboard: true  }

Ansible version support

All changes to this role are actively tested against Ansible 2.6 and 2.7 at this time. Ansible 2.5 is required at a minimum.

License

MIT

Author Information

Originally created by Calum MacRae and supported by the Sensu Community Ansible Maintainers

Contributors

See the projects Contributors page

Feel free to: Raise an issue Contribute