standard config opt names: cluster monitoring

This commit is contained in:
Tim Hockin
2014-11-13 20:18:03 -08:00
parent e359ad5902
commit fad806d1d1
4 changed files with 10 additions and 7 deletions

View File

@@ -106,14 +106,14 @@ function ensure-temp-dir {
}
function setup-monitoring {
if [ ${MONITORING-} ]; then
if [[ "${ENABLE_CLUSTER_MONITORING}" == "true" ]]; then
# TODO: Implement this.
echo "Monitoring not currently supported on AWS"
fi
}
function teardown-monitoring {
if [ ${MONITORING-} ]; then
if [[ "${ENABLE_CLUSTER_MONITORING}" == "true" ]]; then
# TODO: Implement this.
echo "Monitoring not currently supported on AWS"
fi