我们正在使用谷歌云平台作为我们的解决方案,我们有数百个虚拟机在多个项目中运行,作为 Stackdriver 警报系统更改的一部分,谷歌已要求通过运行以下方式升级所有虚拟机中的监控代理:-
sudo apt-get install stackdriver-agent
sudo /opt/stackdriver/stack-config --write-gcm
是我用来一次在所有虚拟机上运行升级命令的任何脚本或实用程序,而不是 ssh 进入每个虚拟机并单独运行。
同样在运行命令“ sudo apt-get install stackdriver-agent
”时,要求一个“ API key for use with Stackdriver
”-“ Stackdriver requires an API key to submit metrics. You can get an API key from https://app.stackdriver.com/settings/
”
有没有办法在脚本或实用程序中提供此密钥。