Skip to content

guerremdq/ansible-graphite-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send events to Graphite using Ansible

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

About

Send events to graphite using ansible

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages