Skip to content

Instantly share code, notes, and snippets.

@not-much-io
Created November 5, 2015 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save not-much-io/eff692a515359521a80b to your computer and use it in GitHub Desktop.
Save not-much-io/eff692a515359521a80b to your computer and use it in GitHub Desktop.
import os
import urllib2
def check_in():
fqn = os.uname()[1]
ext_ip = urllib2.urlopen('http://whatismyip.org').read()
print ("Asset: %s " % fqn, "Checking in from IP#: %s " % ext_ip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment