New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cap-newrelic

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cap-newrelic

  • 0.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Cap::NewRelic

New Relic Deployment API support for Capistrano 3.x

Installation

Add this line to your application's Gemfile:

gem 'capistrano', '~> 3.1.0'
gem 'cap-newrelic'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cap-newrelic

Usage

Require the module in your Capfile:

require 'cap-newrelic'

cap-newrelic comes with 1 task newrelic:notify.

By default the task will run after deploy:finished

Configuration

Configurable options, shown here with defaults:

set :new_relic_api_key, nil
set :new_relic_app_name, fetch(:application)
set :new_relic_url, 'https://api.newrelic.com/deployments.xml'

Both new_relic_api_key and new_relic_app_name are required. If not present new_relic_api_key will in ENV['NEW_RELIC_API_KEY'], new_relic_app_name will use the Capistrano application's name.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Thanks

This code started out based on https://github.com/gunnarlium/capistrano-new-relic (for Capistrano v2)

FAQs

Package last updated on 24 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc