diff options
author | varac <varacanero@zeromail.org> | 2014-02-24 17:25:09 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-24 17:25:09 +0100 |
commit | dec6f331a12c1154a4dfa905530357c67893e2ac (patch) | |
tree | 5b8a7005169f1d9624ad6a77361bb6363329dbd5 /nodes | |
parent | 24e7aa86aed7c5b04075f956f3386b7f7a99d226 (diff) |
removed monitor service from elephant and wallaby. chameleon will monitor all environment now
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/elephant.json | 2 | ||||
-rw-r--r-- | 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 } |