説明なし

Jared 45b93849fa Merge pull request #209 from michaelpporter/master 6 年 前
defaults b5ac426f19 fix(group) rabbitmq_servers in default was not updated to new namespace. 6 年 前
docs 70a1f9bb6d fix(bug) Fixes loop issues on #208 6 年 前
handlers 78fd73bd48 chore(namespace) Update uchiwa_ namespace to sensu_uchiwa_ 6 年 前
meta 6686137c49 Update metadata to require Ansible 2.5 or higher 6 年 前
molecule 0d80939ea1 fix(issues) Attempt to address #16 6 年 前
tasks 70a1f9bb6d fix(bug) Fixes loop issues on #208 6 年 前
templates 78fd73bd48 chore(namespace) Update uchiwa_ namespace to sensu_uchiwa_ 6 年 前
vars 7484a348ae fix(variables) CentOS variable issues with last edit. 6 年 前
.gitattributes 3db5ac0993 Do not publish travis config to galaxy 7 年 前
.gitignore 6c63976268 Ignore new test cache dir 7 年 前
.travis.yml 1f5b0893e7 No longer allow amazonlinux to fail 7 年 前
.yamllint a296362022 Update yamllint to latest molecule version 7 年 前
CHANGELOG.md 4dcfd2bdd9 Prep CHANGELOG for 5.0.0 6 年 前
LICENSE 20bc9a0100 Initial commit of documentation 10 年 前
Pipfile 0b91f1f7f0 Bump molecule version and lock 7 年 前
Pipfile.lock bc3cf99965 Tests - Update dependencies - pipenv update 7 年 前
README.md 6686137c49 Update metadata to require Ansible 2.5 or higher 6 年 前
mkdocs.yml c7598f3386 Docs - Switch from flatly to readthedocs theme 6 年 前

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