Skip to content

speedtest 1.2.0.84 / speedtest --json > $data_filepath #9

Description

@OliverJa72

Client: /usr/lib/check_mk_agent/plugins/speedtest_agent_plugin.sh

Version: speedtest 1.2.0.84

OLD:
if [ "$start_speedtest" = true ]; then
speedtest --json > $data_filepath
fi

NEW:
if [ "$start_speedtest" = true ]; then
speedtest -f json > $data_filepath
fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions