Tim Purchas
Tim Purchas
Also, should we be defining which discovery attributes need to be published first and in order? eg `$homie` first then `$node` then `$properties`, then all the rest? (As order of...
Yeah if thats part of the implementation stack, then sure. I think we'd define the structure of the attribute , but not lock it down. Might also have some examples/recommend...
See this is why we discuss, good ideas guys. Do we want to seperate network addresses and physical location ? Id like to see a division between the 2 TBH...
@davidgraeff true, but i dont like the idea that homie requires a device to have a JSON formatter, when it can be avoided. Maybe IP and Mac falls under stats...
I agree with @ingoogni, the only thought i had was if we had device stats implemented as a node, then this is something you could add to that stat node...
The reason i was thinking a device stat is because who said locations were fixed? The location could change... device $attributes are not meant to change over time? or has...
I'm happy with both sides tbh, so I'll let you guys work this out :P
@halcyon I think droping the jdk filter opened up the filter for static libs, something i didnt notice in #162 (introducting this bug) Also am i right to lable alpine...
Okay ill update the pr
@joschi my worry is that instances like this ``` adoptopenjdk-17.0.1+12 OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.1_12.tar.gz https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.1%2B12/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.1_12.tar.gz da4845987b3348da14338a0620ef7db25870e27670e82baebcc367fa9d17c7de adoptopenjdk-17.0.1+12 OpenJDK17U-jdk_x64_linux_hotspot_17.0.1_12.tar.gz https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.1%2B12/OpenJDK17U-jdk_x64_linux_hotspot_17.0.1_12.tar.gz 6ea18c276dcbb8522feeebcfc3a4b5cb7c7e7368ba8590d3326c6c3efc5448b6 ``` Which one is the right one to install ? This plugin just...