apancutt/aws-eb-newrelic-deploynotify 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

apancutt/aws-eb-newrelic-deploynotify

Composer 安装命令:

composer require apancutt/aws-eb-newrelic-deploynotify

包简介

Send AWS Elastic Beanstalk deployment notifications to New Relic.

README 文档

README

This script can be executed as part of the container commands directive supported by Elastic Beanstalk extensions to send a deployment notification to New Relic via the HTTP API service.

Installation

  1. Download the bash script from this project into your application.

     cd /path/to/your/app
     mkdir bin
     wget -P bin "https://raw.github.com/apancutt/aws-eb-newrelic-deploynotify/master/aws-eb-newrelic-deploynotify.sh"
     chmod +x bin/aws-eb-newrelic-deploynotify.sh
    
  2. Create an .ebextensions directory in your application root:

     mkdir .ebextensions
    
  3. Create a new file (or append to an existing one) for the container_commands configuration:

     echo "00_aws-eb-newrelic-deploynotify:" >> .ebextensions/03_container_commands.config
     echo "  command: \"bin/aws-eb-newrelic-deploynotify.sh -a <APP NAME> -k <API KEY>\"" >> .ebextensions/03_container_commands.config
     echo "  leader_only: true" >> .ebextensions/03_container_commands.config
    

    Note: If you already have a file for container commands, simply append the following lines:

     00_aws-eb-newrelic-deploynotify:
       command: "bin/aws-eb-newrelic-deploynotify.sh -a <APP NAME> -k <API KEY>"
       leader_only: true
    

    Don't forget to replace the arguments with the correct values.

  4. Deploy to Elastic Beanstalk and check New Relic for a deployment notification (Applications > Your App > Events > Deployments). If a notification doesn't appear, check your environment logs in Elastic Beanstalk for any errors.

Usage

The installation steps above describe the minimal effort required to get this script working, but you may wish to make use of these extra options.

  • -a The name your the application in Elastic Beanstalk.
  • -d The name of the deployer (default: AWS Elastic Beanstalk).
  • -e Error if the HTTP request fails. Note that this will abort the deployment.
  • -h Displays this help message.
  • -k Your New Relic API key.
  • -q Quiet mode.
  • -v Display version information.

Caveats

  • This script has only been tested with PHP applications. Please help improve this script by submitting pull requests for compatibility with alternative environments.
  • The detection of the current application version is based on an undocumented feature of Elastic Beanstalk's deployment process which is subject to change without notice. The accuracy of the current version is not guaranteed.

统计信息

  • 总下载量: 19.93k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • 开发语言: Shell

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-01-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固