Skip to content

Command keylight_exporter implements a Prometheus exporter for Elgato Key Light devices. MIT Licensed.

License

Notifications You must be signed in to change notification settings

mdlayher/keylight_exporter

Repository files navigation

keylight_exporter Linux Test Status Go Report Card

Command keylight_exporter implements a Prometheus exporter for Elgato Key Light devices. MIT Licensed.

Configuration

The keylight_exporter's Prometheus scrape configuration (prometheus.yml) is configured in a similar way to the official Prometheus blackbox_exporter.

The targets list under static_configs should specify the addresses of any keylight devices which should be monitored by the exporter. The address of the keylight_exporter itself must be specified in relabel_configs as well.

scrape_configs:
  - job_name: 'keylight'
    static_configs:
      - targets:
        - '192.168.1.10' # keylight device.
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_target
      - source_labels: [__param_target]
        target_label: instance
      - target_label: __address__
        replacement: '127.0.0.1:9288' # keylight_exporter.

About

Command keylight_exporter implements a Prometheus exporter for Elgato Key Light devices. MIT Licensed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages