From dec6f331a12c1154a4dfa905530357c67893e2ac Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 24 Feb 2014 17:25:09 +0100 Subject: removed monitor service from elephant and wallaby. chameleon will monitor all environment now --- nodes/elephant.json | 2 +- nodes/wallaby.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/nodes/elephant.json b/nodes/elephant.json index e1d3f1c..8137208 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,5 +1,5 @@ { - "services": ["webapp", "monitor"], + "services": "webapp", "tags": ["development", "istanbul", "sandbox-braintree"], "ip_address": "176.53.69.13", "ssh": { diff --git a/nodes/wallaby.json b/nodes/wallaby.json index ffb92d4..3e69d88 100644 --- a/nodes/wallaby.json +++ b/nodes/wallaby.json @@ -1,10 +1,7 @@ { "ip_address": "204.13.164.57", "tags": ["production", "seattle"], - "services": [ - "monitor", - "webapp" - ], + "services": "webapp", "webapp": { "secure": true } -- cgit v1.2.3