From 5a9153858a8c17625dd8ad8c2a83580d17a7c437 Mon Sep 17 00:00:00 2001 From: acepace Date: Sun, 10 Jul 2016 11:47:07 +0300 Subject: [PATCH] Changed DNS path to monkey.guardicore.com --- chaos_monkey/config.py | 2 +- chaos_monkey/example.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index 1e99cfc73..47d8724ae 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -144,7 +144,7 @@ class Configuration(object): retry_failed_explotation = True #addresses of internet servers to ping and check if the monkey has internet acccess. - internet_services = ["www.guardicore.com", "www.google.com"] + internet_services = ["monkey.guardicore.com", "www.google.com"] ########################### # scanners config diff --git a/chaos_monkey/example.conf b/chaos_monkey/example.conf index 6aac82c1c..5d933b6d3 100644 --- a/chaos_monkey/example.conf +++ b/chaos_monkey/example.conf @@ -4,7 +4,7 @@ "41.50.73.31:5000" ], "internet_services": = [ - "www.guardicore.com", + "monkey.guardicore.com", "www.google.com" ], "range_class": "RelativeRange",