rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

New Relic Deploy Plugin #78

Closed rogerswingle closed 9 years ago

rogerswingle commented 9 years ago

Plugin to report successful deploys to new relic,

need to add below section to local_settings.js to enable

plugins : {
      newrelic : {
        name: 'Dreadnot',
        api_key: 'newrelic api key'
      }
    }

and each stack will need a node like the following

    stacks: {
      server: {
        newrelic_app_ids: [8644158, 8413620]
      }
    }