An open API service indexing awesome lists of open source software.

https://github.com/cycloidio/ansible-telegraf

Cycloid wrapper who call dj-wasabi/ansible-telegraf role and add some additionnal plugins
https://github.com/cycloidio/ansible-telegraf

Last synced: 5 months ago
JSON representation

Cycloid wrapper who call dj-wasabi/ansible-telegraf role and add some additionnal plugins

Awesome Lists containing this project

README

          

# Cycloid telegraf

This role just use https://github.com/dj-wasabi/ansible-telegraf and add some features.

* `telegraf_aws_checks: true` : Install Cycloid aws check for telegraf based on https://github.com/sensu-plugins/sensu-plugins-aws/tree/master/bin

Requirements.yml

```
- src: git@github.com:cycloidio/ansible-telegraf.git
version: master
name: cycloid.telegraf
scm: git

- src: https://github.com/dj-wasabi/ansible-telegraf
version: master
name: dj-wasabi.telegraf
scm: git
```

Call :

```
- {role: cycloid.telegraf, tags: telegraf}
```