diff options
author | varac <varacanero@zeromail.org> | 2013-09-24 08:35:05 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-24 08:35:05 +0200 |
commit | 223e3a9f97dce9b4688207b7bc803bf6131191c4 (patch) | |
tree | dbba3e4f334a42e15c3160ae54419ee2c981f405 | |
parent | 87f50e55e95b80cfb48fec64f6fe440622fe324e (diff) |
disable nagios on wallaby+elephant because of #3909
-rw-r--r-- | nodes/elephant.json | 3 | ||||
-rw-r--r-- | 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": { |