diff options
author | varac <varacanero@zeromail.org> | 2013-10-21 17:46:58 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-10-21 17:46:58 +0200 |
commit | fc786dd0335573464e2d72af4d3920068b001812 (patch) | |
tree | bb87fa094be363834ad8a2abd3f691c4c3b193c8 /nodes | |
parent | 1ff5ab7887b3e37c0f7cf442e6c49b0e17f912d3 (diff) |
re-enabled monitor service
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/elephant.json | 3 | ||||
-rw-r--r-- | nodes/wallaby.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/nodes/elephant.json b/nodes/elephant.json index 6289a6a..d9626e2 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,6 +1,5 @@ { - //"services": ["webapp", "monitor"], - "services": ["webapp"], + "services": ["webapp", "monitor"], "tags": ["development", "istanbul"], "ip_address": "176.53.69.13", "ssh": { diff --git a/nodes/wallaby.json b/nodes/wallaby.json index 9bb2a8b..ffb92d4 100644 --- a/nodes/wallaby.json +++ b/nodes/wallaby.json @@ -2,7 +2,7 @@ "ip_address": "204.13.164.57", "tags": ["production", "seattle"], "services": [ - //"monitor", + "monitor", "webapp" ], "webapp": { |