Skip to content

Ansible Role for installing Wavefront Proxy and Telegraf collector agents

Notifications You must be signed in to change notification settings

asangal/ansible_wavefront_proxy_telegraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_wavefront_proxy_telegraf

==================================

Steps:

  1. Download/Clone this repository

  2. To install Wavefront Proxy and Collector(Telegraf) agents, run the following or similar:

  3. For detailed info about role/playbook and its variables, look inside role 'wavefront.wavefront-ansible' and it's README.md file https://github.com/asangal/ansible_wavefront_proxy_telegraf/blob/master/roles/wavefront.wavefront-ansible/README.md

Examples:

To install Wavefront Proxy agent

ansible-playbook wavefront-ansible.yml -i "`hostname`," --connection=local --extra-vars "wavefront_install_proxy=true wavefront_api_token=dummy012-f223-11cf-789c-T0kenOfWFUrl"

To install Wavefront preferred Collector (Telegraf) agent

ansible-playbook wavefront-ansible.yml -i "`hostname`," --connection=local --extra-vars "wavefront_install_collector=true proxy_address=my-valid-wavefront-proxy-server-host.com proxy_port=2878"

About

Ansible Role for installing Wavefront Proxy and Telegraf collector agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages