mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-09-06 13:41:35 +00:00
57 lines
1.1 KiB
ReStructuredText
57 lines
1.1 KiB
ReStructuredText
========
|
|
telemctl
|
|
========
|
|
|
|
-------------------------------------
|
|
Telemetry service administration tool
|
|
-------------------------------------
|
|
|
|
:Copyright: \(C) 2017 Intel Corporation, CC-BY-SA-3.0
|
|
:Manual section: 1
|
|
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
``telemctl``
|
|
|
|
``/etc/telemetrics/opt-out``
|
|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
Control actions for telemetry services. The command can be used to start,
|
|
restart, or stop ``telemd``\(1), or to opt-in or opt-out of telemetry delivery
|
|
of records to a central telemetry service.
|
|
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
* ``start``|``stop``|``restart``:
|
|
Starts, stops or restarts all running telemetry services.
|
|
|
|
* ``opt-in``:
|
|
Opts in to telemetry, and starts telemetry services. The opt-out file
|
|
``/etc/telemetrics/opt-out`` is removed.
|
|
|
|
* ``opt-out``:
|
|
Opts out of telemetry, and stops telemetry services. The opt-out file
|
|
``/etc/telemetrics/opt-out`` is created.
|
|
|
|
|
|
RETURN VALUES
|
|
=============
|
|
|
|
0 on success. A non-zero exit code indicates a failure occurred.
|
|
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
* ``telemd``\(1)
|
|
* https://github.com/clearlinux/telemetrics-client
|
|
* https://clearlinux.org/documentation/
|
|
|