Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guerremdq/ansible-graphite-events

Send events to graphite using ansible
https://github.com/guerremdq/ansible-graphite-events

ansible graphite python

Last synced: 3 months ago
JSON representation

Send events to graphite using ansible

Awesome Lists containing this project

README

        

Send events to Graphite using Ansible
=====================================

* Example
```yaml
tasks:
- name: "Send Graphite Event"
graphite_event: url="http://graphite.example.com/events/" msg="Test Ansible" tags="test"
```
* Run Example playbook
```shell
ansible-playbook -i inventory main.yaml
```