launcher should be autoupdating to 3.2.6 now, righ...
# kolide
c
launcher should be autoupdating to 3.2.6 now, right? what should I be looking for? if everything is still on 3.2.4? looking at the LaunchDaemon they should be checking every hour for an update. I see in my logs
Copy code
{
  "caller": "launcher.go:413",
  "component": "launcher",
  "launching osqueryd updater service: pinging notary server failed: ping: Get <https://notary.kolide.co/_notary_server/health>: dial tcp: lookup <http://notary.kolide.co|notary.kolide.co>: no such host": "(MISSING)",
  "level": "info",
  "ts": "2018-07-30T15:43:54.528662633Z"
}
but I'm able to curl
<https://notary.kolide.co/_notary_server/health>
from the same machine and get a 200 response of
{}
I built launcher with:
Copy code
$ ./build/package-builder make \
  --hostname=our_fleet.fqdn \ 
  --enroll_secret=suprsecret \
  --autoupdate \
  --update_channel=stable \ 
  --osquery_version=stable
k
doesn’t seem like it’s updating to 3.2.6, i am too on 3.2.4