Nenhuma descrição

Jared Ledvina a296362022 Update yamllint to latest molecule version 7 anos atrás
defaults eeea144e6b Drop sensu_pkg_version entirely 7 anos atrás
docs 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
handlers 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
meta 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
molecule 6d2ae1ee17 Testing - Enable yamllint for all suites 7 anos atrás
tasks 62b94846e8 Merge branch 'master' into fix_deprecation_state_installed 7 anos atrás
templates 2d19e9338f Drop tarball, switch to native command modules for SSL generation 7 anos atrás
vars 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
.gitignore 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
.travis.yml 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
.yamllint a296362022 Update yamllint to latest molecule version 7 anos atrás
CHANGELOG.md 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
LICENSE 20bc9a0100 Initial commit of documentation 10 anos atrás
Pipfile 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
Pipfile.lock 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
README.md 8651fb2756 Testing - Switch to Molecule w/ Inspec for integration testing! (#159) 7 anos atrás
mkdocs.yml 8c1243c7de Switch everything to Sensu namespace 7 anos atrás

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.3 and 2.4 at this time. Ansible 2.3 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