I hereby claim:
- I am jordane on github.
- I am jme (https://keybase.io/jme) on keybase.
- I have a public key ASDOyArQXxnEfYrz8ZyT0aum0OsOO_DDXzWgfypKriUFRAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| root@ord1-maas-prod-collector3:/opt/ele-conf/noit# grep -ir deardoc noit-0.conf | |
| <check uuid="84787143-87cd-48de-991c-f54c77ae38db" name="v5:ch8it79YbE:enz0qGO6dq:acuwnu3H1m:coSu7vN4hA:cgA:mzord:mv-checks.bc5hq8vif2:remote.http:coSu7vN4hA:749513" module="http" target="www.deardoc.com" period="90000" timeout="10000" resolve_rtype="force-ipv4" filterset="default"> | |
| <url>https://www.deardoc.com</url> |
| import json | |
| file = open('account_dump.json') | |
| line = file.readline() | |
| accounts = [] | |
| while line: | |
| data = json.loads(line) | |
| if data['rackspace_managed']: | |
| accounts.append(data['external_id']) |