Ansible role for Sensu Clients. Tested on Debian 8, Debian 9, and Ubuntu 14.04 only.
Nothing at this time.
---
- hosts: client
roles:
- role: sensu-client
sensu_client_gems:
- sensu-plugin
sensu_client_plugins:
- sensu-plugins-http
sensu_client_checks:
sensu-website:
command: check-http.rb -u https://sensuapp.org
subscribers:
- all
interval: 60
This repo uses pre-commit to manage local git commit hooks. Checkout https://pre-commit.com for details.