Няма описание

Dan Ragnar b6d2348a08 Add Fedora as master OS and as a travis distro преди 7 години
defaults 9b16ef2b4e Change sensu_remote_plugins default to empty list преди 7 години
docs 83037767ee Merge branch 'master' into feature-deploy-client-definitions преди 7 години
handlers 4997c01036 Use the FreeBSD repository преди 8 години
meta 52719d763b Update required Ansible version to be atleast 2.3 преди 7 години
tasks b6d2348a08 Add Fedora as master OS and as a travis distro преди 7 години
templates 5913aa2d34 Fix def check and check for uchiwa user преди 7 години
tests 54c9a75a50 Tests - Add base Ansible test.yml преди 7 години
vars 65153e576c Add Fedora as client OS преди 7 години
.gitignore e01a72ddec Add Vagrant testing framework преди 9 години
.travis.yml b6d2348a08 Add Fedora as master OS and as a travis distro преди 7 години
CHANGELOG.md 3830b75ed7 Add to changelog преди 7 години
LICENSE 20bc9a0100 Initial commit of documentation преди 10 години
README.md 651111f612 Update README to push people to open issues directly and link to community maintainers преди 7 години
mkdocs.yml 64f4671c89 Wrote integration documentation... aslo 's/Redis/redis' преди 9 години

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

Current Release

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: cmacrae.sensu

Or, passing parameter values:

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

Ansible version support

All changes to this role are actively tested with the last two stable versions of Ansible to ensure compatibility. As such, this role only officially supports running with the last two stable releases of Ansible, which aligns with the Ansible support model.

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