Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 738 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 738 Bytes

hardware-tagging

This project tags a device with it's relevant hardware data in balenaCloud.

Simply add the source to your docker-compose.yml to take advantage of this tagging. This service does not yet support updates at runtime unless you restart it continuously as there's no timer built in yet.

Setup

There are some required docker-compose.yml settings:

labels:
      io.balena.features.sysfs: '1'
      io.balena.features.procfs: '1'
      io.balena.features.balena-api: '1'

Data

Currently exported data:

  • Physical media size
  • Interfaces with MAC address
  • Physical memory in MB
  • CPU information
  • Kernel release
  • RTC

Planned future data:

  • CPU serial

Example:

tags