summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-24 08:35:05 +0200
committervarac <varacanero@zeromail.org>2013-09-24 08:35:05 +0200
commit223e3a9f97dce9b4688207b7bc803bf6131191c4 (patch)
treedbba3e4f334a42e15c3160ae54419ee2c981f405
parent87f50e55e95b80cfb48fec64f6fe440622fe324e (diff)
disable nagios on wallaby+elephant because of #3909
-rw-r--r--nodes/elephant.json3
-rw-r--r--nodes/wallaby.json2
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": {