Skip to main content

Audit your Digital Ocean account and make sure you know what's up

Project description

Build status PyPI version Python versions License

Audit your Digital Ocean account and make sure you know what’s up.

The script can currently list your droplets and domains information and has a ping-domains command which sends a test request to all your domains and checks the response for you.

Built to suit our own needs - which it did - but feel free to propose or implement new features.

Installation

>From PyPI (recommended):

$ pip install do-audit

With git clone:

$ git clone https://github.com/omni-digital/do-audit
$ pip install -r do-audit/requirements.txt
$ cd do-audit/bin

Usage

To use the script you’ll need Digital Ocean access token and either save it as an environment variable ($ export DO_ACCESS_TOKEN='...') or pass it explicitly (do-audit -t '...') with each command. Everything else should be pretty straightforward:

$ do-audit --help
Usage: do-audit [OPTIONS] COMMAND [ARGS]...

  Simple command line interface for doing an audit of your Digital Ocean
  account and making sure you know what's up.

  See https://github.com/omni-digital/do-audit for more info.

Options:
  -t, --access-token TEXT         Digital Ocean API access token.
  -o, --output-file FILENAME      Output file path.
  -f, --data-format [json|xls|yaml|csv|dbf|tsv|html|latex|xlsx|ods]
                                  Output file dat format.
  -v, --verbose                   Show extra information.
  --help                          Show this message and exit.

Commands:
  account       Show basic account info
  domains       List your domains
  droplets      List your droplets
  ping-domains  Ping your domains and see what's the response

Examples

The script has four subcommands, all with the same available options:

$ do-audit account
Email:              user@example.com
Status:             active
Droplet limit:      25

Each command has a --verbose option that shows more information:

$ do-audit account -v
Email:              user@example.com
Status:             active
Droplet limit:      25
Floating IP limit:  3
UUID:               uuid

Both domains and droplets subcommands work the same way:

$ do-audit droplets
# ubuntu-512mb-lon1-01 (active)
OS:                 Ubuntu 16.04.2x 64
IP:                 192.168.1.0
CPU:                1
Memory:             512 MB
Disk:               20 GB
URL:                https://cloud.digitalocean.com/droplets/2/graphs
Created at:         Mon, 05/08/17 12:52:22

$ do-audit domains
# example.com
@                                   A          192.168.0.1
blog                                A          192.168.0.1

# example.co.uk
@                                   A          192.168.0.2
www                                 A          192.168.0.2

All commands can be exported to a file:

$ do-audit account -o account.csv
CSV data was successfully exported to 'account.csv'

$ cat account.csv
Email,Status,Droplet limit
user@example.com,active,25

$ do-audit droplets -o droplets.csv -f json
JSON data was successfully exported to 'droplets.json'

Tests

Package was tested with the help of py.test and tox on Python 2.7, 3.4, 3.5 and 3.6 (see tox.ini).

To run tests yourself you need to run tox inside the repository:

$ pip install tox
$ tox

Contributions

Package source code is available at GitHub.

Feel free to use, ask, fork, star, report bugs, fix them, suggest enhancements, add functionality and point out any mistakes. Thanks!

Authors

Developed and maintained by Omni Digital.

Released under MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

do-audit-0.1.1.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

do_audit-0.1.1-py2.py3-none-any.whl (19.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file do-audit-0.1.1.tar.gz.

File metadata

  • Download URL: do-audit-0.1.1.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for do-audit-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c98c22a33abf0fab3af572e9630d31dd250d4f24469fb4cfc1b5f97159332a71
MD5 41ec98df13ec6637bb28581e2507eb99
BLAKE2b-256 477acbd4f7dc1c7609f885a4cf48643798727bc026744f890e74c1111c504235

See more details on using hashes here.

File details

Details for the file do_audit-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for do_audit-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 47566a6a472bc784c0c7fd6a4a192d2b2299641adc48129d3ad1aafb5b7e1e1e
MD5 a704bb37d9dae3aca220f04f90e8f6d2
BLAKE2b-256 ca345983d5a893b75516a7bfa454fd944d85ce0164f2086feb4a2a0b19e52d4f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page