Agent: Add github permalink to BaseTelem in ControlClient

This commit is contained in:
Ilija Lazoroski 2022-06-14 12:55:33 +02:00
parent 444b34d548
commit ec2d736984
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ PBA_FILE_DOWNLOAD = "https://%s/api/pba/download/%s"
class ControlClient:
# TODO When we have mechanism that support telemetry messenger
# with control clients, then this needs to be removed
# Ref: infection_monkey.telemetry.base_telem.py
# https://github.com/guardicore/monkey/blob/133f7f5da131b481561141171827d1f9943f6aec/monkey/infection_monkey/telemetry/base_telem.py
control_client_object = None
def __init__(self, server_address: str, proxies: Optional[Mapping[str, str]] = None):