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
- Host: GitHub
- URL: https://github.com/cycloidio/ansible-telegraf
- Owner: cycloidio
- Created: 2017-12-11T15:10:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T13:35:35.000Z (over 1 year ago)
- Last Synced: 2025-03-20T18:40:40.665Z (about 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```