mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-09-05 05:01:37 +00:00
79 lines
1.5 KiB
ReStructuredText
79 lines
1.5 KiB
ReStructuredText
======
|
|
telemd
|
|
======
|
|
|
|
------------------------
|
|
Telemetry client service
|
|
------------------------
|
|
|
|
:Copyright: \(C) 2017 Intel Corporation, CC-BY-SA-3.0
|
|
:Manual section: 1
|
|
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
``telemd`` \<flags\>
|
|
|
|
``/etc/telemetrics/telemetrics.conf``
|
|
|
|
``/usr/share/defaults/telemetrics/telemetrics.conf``
|
|
|
|
``/etc/telemetrics/opt-in-static-machine-id``
|
|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
The ``telemd`` program delivers locally generated telemetry records to a remote
|
|
telemetry service. Telemetry data can be in any format, and is relayed as-is.
|
|
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
* ``-f``, ``--config_file`` \[\<file\>\]:
|
|
Configuration file. This overides the other parameters.
|
|
|
|
* ``-h``, ``--help``:
|
|
Display this help message.
|
|
|
|
* ``-V``, ``--version``:
|
|
Print the program version.
|
|
|
|
|
|
FILES
|
|
=====
|
|
|
|
* ``/usr/share/defaults/telemetrics/telemetrics.conf``
|
|
|
|
If no custom configuration file is found, ``telemd`` uses the
|
|
settings in this file.
|
|
|
|
* ``/etc/telemetrics/telemetrics.conf``
|
|
|
|
Custom configuration file that ``telemd`` reads. See ``telemetrics.conf``\(5).
|
|
|
|
|
|
* ``/etc/telemetrics/opt-in-static-machine-id``
|
|
|
|
If this file exists, the first line of this file will be sent to
|
|
the server as the machine ID. Otherwise, the machine ID will be
|
|
random and changed regularly.
|
|
|
|
|
|
EXIT STATUS
|
|
===========
|
|
|
|
0 when no errors occurred. A non-zero exit status indicates a failure occurred.
|
|
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
* ``telemetry``\(3)
|
|
* ``telemetrics.conf``\(5)
|
|
* https://github.com/clearlinux/telemetrics-client
|
|
* https://clearlinux.org/documentation/
|
|
|