【发布时间】:2021-01-29 04:26:57
【问题描述】:
我已将 newrelic 文件解压缩到 amazon linux 上,并拥有 installer.sh 和 config_defaults.sh
我在参数存储中有可以调用的许可证密钥
我使用以下命令安装 newrelic
sudo ./installer.sh GENERATE_CONFIG=true LICENSE_KEY=$APIKEY
sudo systemctl start newrelic-infra # to start the service
APPIKEY 来自参数存储区。 但是,当我这样做时 sudo systemctl start newrelic-infra
我收到错误消息
level=error msg="can't load configuration file" component="New Relic Infrastructure Agent" error="no license key, please add it to agent's config file or NRIA_LICENSE_KEY environment variable"
如何让代理识别许可证密钥?
【问题讨论】:
标签: linux bash amazon-web-services newrelic amazon-linux-2