hod/rocketeer-newrelic

Newrelic notification plugin for rocketeer
18,435
Install
composer require hod/rocketeer-newrelic
Latest Version:v1.0.5
PHP:>=5.4.0
License:MIT
Last Updated:Nov 6, 2017
Links: GitHub  ·  Packagist
Maintainer: afoozle

Newrelic Rocketeer Plugin

This plugin allows you to configure a deployment to a specific target to notify a NewRelic account that you have just completed a deployment. This can be a handy tool for tracking your deployments and updating your monitoring systems so you can see performance metrics before and after.

Install

To setup add this to your composer.json and update :

"hod/rocketeer-newrelic": "dev-master"

In your applications .rocketeer/config.php, add Rocketeer\Plugins\Newrelic\RocketeerNewrelic to the plugin array.

Fill out the configuration as outlined in Usage below and you are ready to go.

Usage

  • To insert configuration into userland, run rocketeer plugin:config hod/rocketeer-newrelic
  • Add at a minimum your API key, and the Newrelic application ID (or ID's in case you are deploying 2 or more applications at once) you wish to notify upon deploy
  • Define the environment target it should run on. This matches your --on='env' tag when you deploy.
  • Add optional extras like user, description of release and the version.

Testing

$ phpunit

License

The MIT License (MIT). Please see License File for more information.

Related Packages

rocketeers/rocketeer-laravel

Laravel integration for Rocketeer

2,252 16
anahkiasen/rocketeer-slack

Slack plugin for Rocketeer

42,580 29
anahkiasen/rocketeer-campfire

Campfire plugin for Rocketeer

698 3
tnarik/rocketeer-database

Database plugin for Rocketeer

29 1
intouch/laravel-newrelic

Laravel 5 NewRelic Integration

1,155,902 172