Без опису

Jared Ledvina 790ec2e031 Tests - Add base TravisCI config for testing 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 ea3b602813 Change community chat badge to point to slack 8 роки тому
mkdocs.yml 64f4671c89 Wrote integration documentation... aslo 's/Redis/redis' 9 роки тому

README.md

Sensu Ansible Galaxy

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