Island; Remove "internet_access" and "internet_services"

Issue #1402
This commit is contained in:
Mike Salvatore 2021-08-19 14:16:08 -04:00
parent 189e1338ba
commit b48c1720e7
2 changed files with 0 additions and 11 deletions

View File

@ -38,7 +38,6 @@ class Monkey(Document):
dead = BooleanField()
description = StringField()
hostname = StringField()
internet_access = BooleanField()
ip_addresses = ListField(StringField())
launch_time = StringField()
keepalive = DateTimeField()

View File

@ -60,16 +60,6 @@ INTERNAL = {
"monkey propagating to "
"a high number of machines",
},
"internet_services": {
"title": "Internet services",
"type": "array",
"uniqueItems": True,
"items": {"type": "string"},
"default": ["monkey.guardicore.com", "www.google.com"],
"description": "List of internet services to try and communicate with to "
"determine internet"
" connectivity (use either ip or domain)",
},
"self_delete_in_cleanup": {
"title": "Self delete on cleanup",
"type": "boolean",