Geen omschrijving

Jared Ledvina 71d1fc1e14 Prep for 2.3.0 7 jaren geleden
defaults 6111997ce7 adding client.json additions for safe_mode, keepalive attributes 7 jaren geleden
docs fd1f51b156 Fix a table in the Role Variables document 7 jaren geleden
handlers 4997c01036 Use the FreeBSD repository 8 jaren geleden
meta 52719d763b Update required Ansible version to be atleast 2.3 7 jaren geleden
tasks 6111997ce7 adding client.json additions for safe_mode, keepalive attributes 7 jaren geleden
templates 6111997ce7 adding client.json additions for safe_mode, keepalive attributes 7 jaren geleden
tests 54c9a75a50 Tests - Add base Ansible test.yml 7 jaren geleden
vars ef1cedc02b Remove EPEL for Fedora and fix rabbit repo link 7 jaren geleden
.gitignore e01a72ddec Add Vagrant testing framework 9 jaren geleden
.travis.yml b6d2348a08 Add Fedora as master OS and as a travis distro 7 jaren geleden
CHANGELOG.md 71d1fc1e14 Prep for 2.3.0 7 jaren geleden
LICENSE 20bc9a0100 Initial commit of documentation 10 jaren geleden
README.md 651111f612 Update README to push people to open issues directly and link to community maintainers 7 jaren geleden
mkdocs.yml a70730a71c update pages layout 7 jaren geleden

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