I'm (still) looking for solutions/hacks to have os...
# fleet
r
I'm (still) looking for solutions/hacks to have osquery+fleet present static non-discoverable information as a relation like other discoverable data. Such info includes things like physical coordinates (room, rack, slot); ipv4 of BMC and TOR; repair notes; ipv4 of KVM dongle, and so forth. Clearly this info is hand edited or derived from other installation data, which is my business.
k
Hey @Robert R. Henry! I've seen people do things like store information on macOS in a plist file that they can then query. You could likely accomplish the same with registry keys in Windows, You could also look at setting up a custom extension to pull data from whatever source you'd like!