mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 22:01:34 +00:00
79 lines
1.5 KiB
Plaintext
79 lines
1.5 KiB
Plaintext
==========
|
|
telemprobd
|
|
==========
|
|
|
|
------------------------
|
|
Telemetry probes service
|
|
------------------------
|
|
|
|
:Copyright: \(C) 2017 Intel Corporation, CC-BY-SA-3.0
|
|
:Manual section: 1
|
|
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
``telemprobd`` \<flags\>
|
|
|
|
``/etc/telemetrics/telemetrics.conf``
|
|
|
|
``/usr/share/defaults/telemetrics/telemetrics.conf``
|
|
|
|
``/etc/telemetrics/opt-in-static-machine-id``
|
|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
The ``telemprobd`` program handles communication between telemetry client and telemetry
|
|
probes.
|
|
|
|
|
|
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, ``telemprobd`` uses the
|
|
settings in this file.
|
|
|
|
* ``/etc/telemetrics/telemetrics.conf``
|
|
|
|
Custom configuration file that ``telemprobd`` reads. See `telemetrics.conf(5) <telemetrics.conf.5.html>`__.
|
|
|
|
|
|
* ``/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) <telemetry.3.html>`__
|
|
* `telemetrics.conf(5) <telemetrics.conf.5.html>`__
|
|
* https://github.com/clearlinux/telemetrics-client
|
|
* https://clearlinux.org/documentation/
|
|
|