Files
nomad/client
Dave Walker (Daviey) 5875bc1066 Don't exec uname for node attribute kernel.version
Previously with client fingerprinting, sys/exec's Command
function was being used to execute `uname -r` and the return
string processed into the kernel.version node attribute.

This change uses gopsutil/host KernelVersion function
instead.  This means we can drop the os/exec, strings and
fmt imports... and not execute an external binary.

Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
2017-03-01 09:45:56 +00:00
..
2017-02-27 13:42:37 -08:00
2017-02-28 18:19:13 -08:00
2017-01-10 14:14:58 -08:00
2017-02-14 17:34:05 -08:00
2017-02-27 16:00:19 -08:00
2017-02-20 16:43:28 -08:00
2017-02-01 13:12:46 -08:00
2017-01-31 15:51:20 -08:00
2017-02-22 15:55:33 -08:00
2016-06-10 15:48:36 -04:00
2016-12-01 11:22:51 -08:00