Ei kuvausta

Jared d14aa914ff Merge pull request #133 from jaredledvina/feature/release-1.3.0 7 vuotta sitten
defaults bc499b3852 bump sensu_ssl_tool_version to current 1.2 8 vuotta sitten
docs 83037767ee Merge branch 'master' into feature-deploy-client-definitions 7 vuotta sitten
handlers 4997c01036 Use the FreeBSD repository 8 vuotta sitten
meta 52719d763b Update required Ansible version to be atleast 2.3 7 vuotta sitten
tasks 6a68a2ff49 Merge branch 'master' into feature/debian-ubuntu-switch-rabbit-to-bintray 7 vuotta sitten
templates 1dbf34a76c Uchiwa - Use lower to ensure we have a Go boolean 7 vuotta sitten
tests 54c9a75a50 Tests - Add base Ansible test.yml 7 vuotta sitten
vars 8b8b90a047 Amazon/CentOS/Debian/Ubuntu - Default to sensu user/group 7 vuotta sitten
.gitignore e01a72ddec Add Vagrant testing framework 9 vuotta sitten
.travis.yml 790ec2e031 Tests - Add base TravisCI config for testing 7 vuotta sitten
CHANGELOG.md 98efb68cfe Nuke the unneded newlines 7 vuotta sitten
LICENSE 20bc9a0100 Initial commit of documentation 10 vuotta sitten
README.md 651111f612 Update README to push people to open issues directly and link to community maintainers 7 vuotta sitten
mkdocs.yml 64f4671c89 Wrote integration documentation... aslo 's/Redis/redis' 9 vuotta sitten

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