elastic / go-sysinfo

go-sysinfo is a library for collecting system information.
Apache License 2.0
7 stars 88 forks source link

Implement Host UniqueID on Darwin (macOS) #29

Closed andrewkroh closed 5 years ago

andrewkroh commented 5 years ago

The darwin provider implementation does not populate the host UniqueID field.

Let's see if we can a Hardward UUID in a programatic manner.

cwurm commented 5 years ago

Implemented in https://github.com/elastic/go-sysinfo/pull/31.