Created
June 5, 2020 08:31
-
-
Save kissge/6199c89130731e525918126322ea7c42 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sSO https://dl.google.com/cloudagents/add-monitoring-agent-repo.sh | |
sudo bash add-monitoring-agent-repo.sh | |
sudo apt-get update | |
sudo apt-cache madison stackdriver-agent | |
sudo apt-get install -y 'stackdriver-agent=6.*' | |
sudo service stackdriver-agent start | |
sudo systemctl enable stackdriver-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment