open-nomad/client/fingerprint
Guillaume Jacquet 4a3e709eef Fix AWS metadata url
Fix URL. It was printing an error message on startup:
```
2015/11/13 15:49:21 [ERR] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
```

By the way is it safe to use latest? Is there a chance that Amazon decides to change the format of the metadata? It could be safer to use something like `http://169.254.169.254/2014-11-05/meta-data`
2015-11-13 11:03:05 -05:00
..
arch.go Merge fix 2015-11-05 13:46:02 -08:00
arch_test.go Pass config to fingerprints; update tests 2015-08-25 16:21:29 -07:00
consul.go Client handles periodic fingerprinters 2015-11-05 13:46:17 -08:00
consul_test.go Add working test for consul fingerprinter 2015-08-31 19:56:38 -07:00
cpu.go Merge fix 2015-11-05 13:46:02 -08:00
cpu_test.go Update fingerprint test codes 2015-11-07 23:16:43 +09:00
env_aws.go Fix AWS metadata url 2015-11-13 11:03:05 -05:00
env_aws_test.go Fix AWS Networking Fingerprint tests failing when actually on AWS 2015-10-08 12:49:43 -07:00
env_gce.go Merge fix 2015-11-05 13:46:02 -08:00
env_gce_test.go GCE fingerprinter no longer updates network resources 2015-10-09 18:34:57 -05:00
fingerprint.go Add consul fingerprinter to builtin list; sort list; fix bad error in consul fingerprinter 2015-11-05 13:46:16 -08:00
fingerprint_test.go fingerprint/aws: Add 2 basic links, rename 'env' to 'platform' 2015-08-31 14:18:40 -05:00
host.go Merge fix 2015-11-05 13:46:02 -08:00
host_test.go Changed logs to errors; added data to node.Resources.DiskMB 2015-08-27 12:23:17 -07:00
memory.go Merge fix 2015-11-05 13:46:02 -08:00
memory_test.go Update fingerprint test codes 2015-11-07 23:16:43 +09:00
network.go Merge branch 'master' into f-windows-networking 2015-11-06 13:32:28 -08:00
network_test.go Refactored code 2015-10-29 16:16:10 -07:00
storage.go Merge fix 2015-11-05 13:46:02 -08:00
storage_test.go Update fingerprint test codes 2015-11-07 23:16:43 +09:00