This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Configuring telemetry

What’s this?

A description of Butler’s telemetry feature is available here.

Settings in main config file

---
Butler-SOS:
  # System information gathering
  systemInfo:
    enable: true                # Enable/disable collection of system information
                               # Disabling this will prevent telemetry from working
  
  # Logging configuration
  ...
  ...
  anonTelemetry: true          # Can Butler SOS send anonymous data about what computer it is running on?
                               # More info on what data is collected: https://butler-sos.ptarmiganlabs.com/docs/about/telemetry/
                               # Please consider leaving this at true - it really helps future development of Butler SOS!
                               # Requires systemInfo.enable: true to work
  ...
  ...

Setting anonTelemetry to true enables telemetry, setting it to false disables telemetry.

Important: Telemetry requires Butler-SOS.systemInfo.enable to be set to true. If you disable system information gathering for security reasons, you must also disable telemetry.