text 在Elastic Beanstalk上安装telegraf代理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在Elastic Beanstalk上安装telegraf代理相关的知识,希望对你有一定的参考价值。

container_commands:
    01downloadpackage:
        command: "wget https://dl.influxdata.com/telegraf/releases/telegraf-1.6.0-1.x86_64.rpm -O /tmp/telegraf.rpm"
        ignoreErrors: true
    02installpackage:
        command: "yum localinstall -y /tmp/telegraf.rpm"
        ignoreErrors: true
    03removepackage:
        command: "rm /tmp/telegraf.rpm"
        ignoreErrors: true
    04enablereboot:
        command: "chkconfig telegraf on"
        ignoreErrors: true
    05fixpermission:
        command: "usermod -a -G docker telegraf"
        ignoreErrors: true

以上是关于text 在Elastic Beanstalk上安装telegraf代理的主要内容,如果未能解决你的问题,请参考以下文章

text AWS Elastic Beanstalk

来自 AWS Elastic Beanstalk 的 Mime 类型错误

在 AWS Elastic Beanstalk 和 EKS 上部署了一个 laravel 应用程序 相同的数据库 RDS 为啥在 Elastic Beanstalk 中获得快速响应

Amazon Elastic BeanStalk 错误:无法创建 AWS Elastic Beanstalk 应用程序版本

elastic-beanstalk http请求超时

如何在 elastic-beanstalk 中应用 ruby​​ 版本补丁