Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Side by Side Diff: compute_engine_scripts/monitoring/vm_setup_instance.sh

Issue 310253003: Add setup scripts for a Graphite server. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2 #
3 # Setup all the software running on skiamonitor.com.
4 #
5
6 source ../buildbots/vm_config.sh
7
8 # Basically SSH in, clone this repo and jump to a shell script in the repo.
9
10 gcutil --project=$PROJECT_ID ssh --ssh_user=$PROJECT_USER skia-monitoring-$ZONE_ TAG \
11 "cd ~/buildbot;" \
12 "git clone https://skia.googlesource.com/buildbot;" \
13 "cd buildbot/compute_engine_scripts/monitoring;" \
14 "./graphite_setup.sh"
15
16 echo "Make sure to 'set daemon 2' in /etc/monit/monitrc"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698