You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consul_exporter --version
consul_exporter, version 0.5.0 (branch: HEAD, revision: a5d31c1)
build user: root@050e917b0024
build date: 20190717-15:58:53
go version: go1.12.7
time="2019-08-21T08:13:36Z" level=error msg="Failed to query service health: Get https://consul.****.com/v1/health/service/openldap-389?stale=: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" source="consul_exporter.go:310"
but when I trying get this data inside a container:
wget -qO- https://consul.****.com/v1/health/service/openldap-389?stale=:
wget: note: TLS certificate validation not implemented
[{"Node":{"ID":"f8a8ae47-8fcc-357b-afd0-a350e92537b4","Node":"node_name","Address":"some_address","Datacenter":"aws","TaggedAddresses":{"lan":"some_address","wan":"some_address"},"Meta":{"consul-network-segment":""},"CreateIndex":40785394,"ModifyIndex":40785409},"Service":{"ID":"node_name:openldap:389","Service":"openldap-389","Tags":[],"Address":"172.18.0.2","Meta":null,"Port":389,"Weights":{"Passing":1,"Warning":1},"EnableTagOverride":false,"ProxyDestination":"","Proxy":{},"Connect":{},"CreateIndex":40785410,"ModifyIndex":40785410},"Checks":[{"Node":"node_name","CheckID":"Check CPU","Name":"Check Load CPU","Status":"passing","Notes":"Critical 95%, Warning 85%","Output":"OK - load average: 0.08, 0.09, 0.11|load1=0.080;85.000;95.000;0; load5=0.090;85.000;95.000;0; load15=0.110;85.000;95.000;0; \n","ServiceID":"","ServiceName":"","ServiceTags":[],"Definition":{},"CreateIndex":40785428,"ModifyIndex":47652321},{"Node":"nexus-sandbx","CheckID":"Check Disk","Name":"Check Disk Utilization","Status":"passing","Notes":"Critical 5%, Warning 10% free","Output":"DISK OK - free space: / 188159 MB (94% inode=98%);| /=10295MB;178623;188546;0;198470\n","ServiceID":"","ServiceName":"","ServiceTags":[],"Definition":{},"CreateIndex":40785427,"ModifyIndex":47645151},{"Node":"node_name","CheckID":"Memory usage","Name":"Check Memory Usage","Status":"passing","Notes":"Critical 98%, Warning 85%","Output":" total used free shared buff/cache available\nMem: 3978600 1425664 139228 4552 2413708 2284976\nSwap: 16777212 1059072 15718140\n\nMemory usage is roughly 35%\n","ServiceID":"","ServiceName":"","ServiceTags":[],"Definition":{},"CreateIndex":40785429,"ModifyIndex":47652285},{"Node":"nexus-sandbx","CheckID":"serfHealth","Name":"Serf Health Status","Status":"passing","Notes":"","Output":"Agent alive and reachable","ServiceID":"","ServiceName":"","ServiceTags":[],"Definition":{},"CreateIndex":40785394,"ModifyIndex":40785394}]}]/
consul_exporter --version
consul_exporter, version 0.5.0 (branch: HEAD, revision: a5d31c1)
build user: root@050e917b0024
build date: 20190717-15:58:53
go version: go1.12.7
time="2019-08-21T08:13:36Z" level=error msg="Failed to query service health: Get https://consul.****.com/v1/health/service/openldap-389?stale=: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" source="consul_exporter.go:310"
but when I trying get this data inside a container:
k8s deployment:
The text was updated successfully, but these errors were encountered: