{"id":26057644,"url":"https://github.com/wavefronthq/homebrew-wavefront","last_synced_at":"2025-04-11T05:06:41.730Z","repository":{"id":49480792,"uuid":"91854666","full_name":"wavefrontHQ/homebrew-wavefront","owner":"wavefrontHQ","description":"Homebrew formulas for Wavefront integrations","archived":false,"fork":false,"pushed_at":"2024-07-30T18:35:55.000Z","size":188,"stargazers_count":0,"open_issues_count":1,"forks_count":6,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-04-11T05:06:36.655Z","etag":null,"topics":["homebrew","homebrew-formulae","homebrew-wavefront","monitoring","wavefront"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavefrontHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-20T00:22:14.000Z","updated_at":"2024-07-30T18:35:58.000Z","dependencies_parsed_at":"2023-01-28T16:01:12.097Z","dependency_job_id":"b4199b56-c7b3-4f42-ab02-4034b8ab1891","html_url":"https://github.com/wavefrontHQ/homebrew-wavefront","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fhomebrew-wavefront","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fhomebrew-wavefront/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fhomebrew-wavefront/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefrontHQ%2Fhomebrew-wavefront/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavefrontHQ","download_url":"https://codeload.github.com/wavefrontHQ/homebrew-wavefront/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345265,"owners_count":21088244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["homebrew","homebrew-formulae","homebrew-wavefront","monitoring","wavefront"],"created_at":"2025-03-08T11:58:12.533Z","updated_at":"2025-04-11T05:06:41.701Z","avatar_url":"https://github.com/wavefrontHQ.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wavefront Homebrew Formulas\n\nThese formulas allow installing supported wavefront integrations on MacOS using Homebrew.\n\n## Installation via install script\n\n### Wavefront proxy only\n\nWavefront authentication can be configured in three different ways.\n\n* Customers that have been onboarded by CSP can set up CSP API tokens\n* Customers that have been onboarded by CSP can set up CSP OAuth apps (CSP_APP_ID, CSP_APP_SECRET, CSP_ORG_ID)\n* Customers of Wavefront can use Wavefront api token.\n\n\n#### CSP API Token\n```\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -cspAPIToken CSP_API_TOKEN -u WAVEFRONT_URL/api\n```\n\n#### CSP OAuth App\n```\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -cspAppId CSP_APP_ID -cspAppSecret CSP_APP_SECRET -cspOrgId CSP_ORG_ID -u WAVEFRONT_URL/api\n```\n\n##### Wavefront API Token\n```\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -t WAVEFRONT_API_TOKEN -u WAVEFRONT_URL/api\n```\n\n### Telegraf agent only\n```\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -a -h PROXY_HOST_ADDRESS\n```\n\n### Wavefront proxy and Telegraf agent\n```\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -t WAVEFRONT_API_TOKEN -u WAVEFRONT_URL/api -a\n\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -cspAPIToken CSP_API_TOKEN -u WAVEFRONT_URL/api -a\n\ncurl -sL https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/install.sh | bash -s -- -p -cspAppId CSP_APP_ID -cspAppSecret CSP_APP_SECRET -cspOrgId CSP_ORG_ID -u WAVEFRONT_URL/api -a\n\n```\n\n## Installation via Homebrew\n\nNote: This option requires manually configuring the proxy and the telegraf agent (see Miscellaneous).\n\nInstall [Homebrew](https://brew.sh/) and then install the wavefront Tap:\n\n```brew tap wavefrontHQ/wavefront```\n\nWavefront proxy: ```brew install wfproxy```  \nTelegraf agent: ```brew install telegraf```  \nProxy and Telegraf agent: ```brew install wfproxy --with-telegraf```\n\n\n### Miscellaneous\nStart the proxy: ```brew services start wfproxy```  \nStop the proxy: ```brew services stop wfproxy```\nStart the telegraf agent: ```brew services start telegraf```  \nStop the telegraf agent: ```brew services stop telegraf```  \n\nProxy configuration file: ```/usr/local/etc/wavefront/wavefront-proxy/wavefront.conf```  \nTelegraf configuration file: ```/usr/local/etc/telegraf.conf``` \u0026 ```/usr/local/etc/telegraf.d```\n\nProxy log file: ```/usr/local/var/log/wavefront/wavefront.log```   \nTelegraf log file: ```/usr/local/var/log/telegraf.log```\n\n## Uninstall\n```\nbash -c \"$(curl -s https://raw.githubusercontent.com/wavefrontHQ/homebrew-wavefront/master/sh/uninstall.sh)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefronthq%2Fhomebrew-wavefront","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavefronthq%2Fhomebrew-wavefront","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefronthq%2Fhomebrew-wavefront/lists"}