Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/fog
A droplet health checking script.
https://github.com/gsquire/fog
Last synced: 30 days ago
JSON representation
A droplet health checking script.
- Host: GitHub
- URL: https://github.com/gsquire/fog
- Owner: gsquire
- License: mit
- Created: 2014-10-03T18:39:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T01:38:01.000Z (over 9 years ago)
- Last Synced: 2023-04-10T02:34:37.767Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fog
===A droplet health checking script.
In order to run this script, you must have an API token from DigitalOcean. You
can get one from logging in and going to the API section where you will
generate a new personal access token.From there you will need to define an environment variable in your shell like
this:export DO_TOKEN=[YOUR GENERATED KEY]
After these steps have been completed, just fire off ```python fog.py```.
It relies on requests for the HTTPS API request and termcolor for nice colored
output in the terminal. You can install them with:pip install requests termcolor