percolatestudio / meteor-server-info

Query your Meteor app for diagnostics
https://atmospherejs.com/percolate/server-info
59 stars 12 forks source link

Gracefully fail outside of ec2 #7

Closed lorensr closed 9 years ago

lorensr commented 9 years ago

When I go to https://myapp.io/info on a non-ec2 server, the page continuously is loading, and the logs print ServerInfo: ec2metadata unavailable. Would be nice if it just showed non-ec2 data.

tmeasday commented 9 years ago

Hi @lorensr - I'm pretty sure it does gracefully fail (with that error message). I run it on development quite regularly. I think perhaps the problem is something else?

lorensr commented 9 years ago

Works for me in dev too. If anyone comes across this issue using mup + cluster, lmk!