From fc786dd0335573464e2d72af4d3920068b001812 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 21 Oct 2013 17:46:58 +0200 Subject: re-enabled monitor service --- nodes/elephant.json | 3 +-- 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": { -- cgit v1.2.3