Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guerremdq/ansible-graphite-events
- Owner: guerremdq
- Created: 2014-12-17T19:34:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T19:42:16.000Z (almost 10 years ago)
- Last Synced: 2024-05-03T06:23:44.576Z (6 months ago)
- Topics: ansible, graphite, python
- Language: Python
- Size: 117 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```