Skip to content

Instantly share code, notes, and snippets.

@kissge
Created June 5, 2020 08:31
Show Gist options
  • Save kissge/6199c89130731e525918126322ea7c42 to your computer and use it in GitHub Desktop.
Save kissge/6199c89130731e525918126322ea7c42 to your computer and use it in GitHub Desktop.
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