Skip to content

sbhakta-vmware/homebrew-wavefront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wavefront Homebrew Formulas

These formulas allow installing supported wavefront integrations on MacOS using Homebrew.

Installation (via install script)

Wavefront proxy:

curl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -t API_TOKEN -u WAVEFRONT_URL/api

Telegraf agent:

curl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -a -h PROXY_HOST_ADDRESS

Proxy and Telegraf agent:

curl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -t API_TOKEN -u WAVEFRONT_URL/api -a

Installation (via Homebrew)

Note: This option requires manually configuring the proxy and the telegraf agent (see Miscellaneous).

Install Homebrew and then install the wavefront Tap:

brew tap wavefrontHQ/wavefront

Wavefront proxy: brew install wfproxy
Telegraf agent: brew install telegraf
Proxy and Telegraf agent: brew install wfproxy --with-telegraf

Miscellaneous

Start the proxy: brew services start wfproxy
Stop the proxy: brew services stop wfproxy
Start the telegraf agent: brew services start telegraf
Stop the telegraf agent: brew services stop telegraf

Proxy configuration file: /usr/local/etc/wavefront/wavefront-proxy/wavefront.conf
Telegraf configuration file: /usr/local/etc/telegraf.conf & /usr/local/etc/telegraf.d

Proxy log file: /usr/local/var/log/wavefront/wavefront.log
Telegraf log file: /usr/local/var/log/telegraf.log

Uninstall

bash -c "$(curl -s https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/uninstall.sh)"

About

Homebrew formulas for Wavefront integrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 65.4%
  • Ruby 34.6%