Brak opisu

Michael Klishin a908eb0ce5 bintray.com/rabbitmq/rpm/erlang is going away 6 lat temu
defaults 8c5787f7f9 test(molecule) Add testing for OracleLinux 7 6 lat temu
docs 51886f26d1 Update sensuapp.org to sensu.io 6 lat temu
handlers 78fd73bd48 chore(namespace) Update uchiwa_ namespace to sensu_uchiwa_ 6 lat temu
meta 6686137c49 Update metadata to require Ansible 2.5 or higher 6 lat temu
molecule 8c5787f7f9 test(molecule) Add testing for OracleLinux 7 6 lat temu
tasks 3b8fbd726f Drop extra 0 6 lat temu
templates 78fd73bd48 chore(namespace) Update uchiwa_ namespace to sensu_uchiwa_ 6 lat temu
vars a908eb0ce5 bintray.com/rabbitmq/rpm/erlang is going away 6 lat temu
.gitattributes 3db5ac0993 Do not publish travis config to galaxy 7 lat temu
.gitignore d378402c51 Templates in client_definitions 6 lat temu
.travis.yml 150e1d5d09 Adds oraclelinux to TravisCI 6 lat temu
.yamllint f17f4182be Update .yamllint to Galaxys custom version 6 lat temu
CHANGELOG.md b9682e69ff Update changelog 6 lat temu
LICENSE 20bc9a0100 Initial commit of documentation 10 lat temu
Pipfile 212859bfb4 Bump molecule to latest version 6 lat temu
Pipfile.lock 212859bfb4 Bump molecule to latest version 6 lat temu
README.md 51886f26d1 Update sensuapp.org to sensu.io 6 lat temu
mkdocs.yml c7598f3386 Docs - Switch from flatly to readthedocs theme 6 lat temu

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