Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1 KB

README.md

File metadata and controls

49 lines (33 loc) · 1 KB

kapacitor-dsl

Ansible role to manage Kapacitor task definitions. It uses kapacitor CLI program for calling the Kapacitor API.

This role requires that Kapacitor is installed and running locally on the host. For this, you may be interested in wunzeco.kapacitor role. Other TICK stack roles that may be of interest:

Example

- hosts: myhost

  vars:
    kapacitor_version: 0.13.0-1
    
  roles:
    - wunzeco.kapacitor
    - wunzeco.kapacitor-extra

Testing

To run this role's integration tests

kitchen test

Dependencies

none

Note: For email alerts, host may need a mail transfer agent (MTA) installed too. e.g. Postfix