blob: 98e90cfa426c1dcbd21789890dc7c0cab1dc117f [file] [log] [blame]
#!/bin/bash
#
# This file contains constants for the shell scripts which interact
# with the monitoring Google Compute Engine instance.
#
# Copyright 2014 Google Inc. All Rights Reserved.
# Sets all constants in compute_engine_cfg.py as env variables.
$(python ../compute_engine_cfg.py)
if [ $? != "0" ]; then
echo "Failed to read compute_engine_cfg.py!"
exit 1
fi
# The base names of the VM instances. Actual names are VM_NAME_BASE-name-zone
VM_NAME_BASE=${VM_NAME_BASE:="skia"}
# The name of instance where skiamonitor.com is running on.
INSTANCE_NAME=${VM_NAME_BASE}-monitoring
# The name of the persistent disk attached to the above instance.
DISK_NAME=${VM_NAME_BASE}-monitoring-data
MONITORING_IP_ADDRESS=108.170.219.115
MONITORING_MACHINE_TYPE=n1-standard-1
MONITORING_IMAGE=backports-debian-7-wheezy-v20140415