Skip to content

Send network info telemetry #1720

@ilija-lazoroski

Description

@ilija-lazoroski

Is your feature request related to a problem? Please describe.
All system info collectors included network_info in telemetries. As we removed some of them and refactor the others we need to send the network_info telemetry separately.

encrypt_system_info_ssh_keys(ssh_info)
if telemetry_json["data"]["network_info"]["networks"]:
# We use user_name@machine_ip as the name of the ssh key stolen, thats why we need ip
# from telemetry
add_ip_to_ssh_keys(telemetry_json["data"]["network_info"]["networks"][0], ssh_info)

Describe the solution you'd like
Create network info telemetry and make sure it is processed. Master collects and send telemetry to the Island.

Describe alternatives you've considered
Please describe alternative solutions or features you have considered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureIssue that describes a new feature to be implemented.Refactor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions