Skip to content

Instantly share code, notes, and snippets.

@KoopaKing
Created March 2, 2021 22:28
Show Gist options
  • Save KoopaKing/f1f066c34286d13d60f672c962b9acb2 to your computer and use it in GitHub Desktop.
Save KoopaKing/f1f066c34286d13d60f672c962b9acb2 to your computer and use it in GitHub Desktop.
Disable the Stackdriver Monitoring Agent on GCE
#!/bin/bash
set -euxo pipefail
systemctl stop stackdriver-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment