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

Jared Ledvina c639d8646f Update README with TravisCI build status преди 7 години
defaults bc499b3852 bump sensu_ssl_tool_version to current 1.2 преди 8 години
docs 7c29ca8e32 Merge pull request #110 from tculp/feature-split-sensu_deploy-servers-and-configs преди 8 години
handlers 4997c01036 Use the FreeBSD repository преди 8 години
meta 3ca0908228 Support redis as transport protocol (#24) преди 9 години
tasks 4b19a0bb7d Ubuntu - Ensure we have an updated apt cache преди 7 години
templates 1dbf34a76c Uchiwa - Use lower to ensure we have a Go boolean преди 7 години
tests 54c9a75a50 Tests - Add base Ansible test.yml преди 7 години
vars 4988dbd75b Adding the option to install the EPEL repo for Centos & AmazonLinux преди 7 години
.gitignore e01a72ddec Add Vagrant testing framework преди 9 години
.travis.yml 790ec2e031 Tests - Add base TravisCI config for testing преди 7 години
CHANGELOG.md 0ff63bb9fa Release 1.2.0 преди 8 години
LICENSE 20bc9a0100 Initial commit of documentation преди 10 години
README.md c639d8646f Update README with TravisCI build status преди 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:

  • Ansible 2.0
  • The dynamic_data_store variable to be set: see Dynamic Data Store
  • If sensu_include_plugins is true (the default), the static_data_store variable needs to be set: see Check Deployment

Supported Platforms

Current Release

Future Releases

  • OpenBSD
  • NetBSD

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  }

License

MIT

Author Information

Created by Calum MacRae

Contributors

Stephen Muth - (@smuth4)

Feel free to: Contact me - @calumacrae, mailto:calum0macrae@gmail.com Raise an issue Contribute