From 223e3a9f97dce9b4688207b7bc803bf6131191c4 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 24 Sep 2013 08:35:05 +0200 Subject: disable nagios on wallaby+elephant because of #3909 --- nodes/elephant.json | 3 ++- nodes/wallaby.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nodes/elephant.json b/nodes/elephant.json index d9626e2..6289a6a 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,5 +1,6 @@ { - "services": ["webapp", "monitor"], + //"services": ["webapp", "monitor"], + "services": ["webapp"], "tags": ["development", "istanbul"], "ip_address": "176.53.69.13", "ssh": { diff --git a/nodes/wallaby.json b/nodes/wallaby.json index ffb92d4..9bb2a8b 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