Tool to check PaaS/SaaS status pages
Project description
statuscheck: Tool to check PAAS/SAAS status pages
Usage
Install the latest release via pip
or pipenv
:
$ pipenv install statuscheck
Then just use it in your shell:
$ statuscheck github
Current status of GitHub: No issues
$ statuscheck digitalocean
Current status of DigitalOcean: Minor incident
Registered incidents:
- DNS issues with Managed Databases [Identified]
- Issues with accessing S3/RDS resources inside Droplets across all regions [Monitoring]
Affected components:
- Services: Degraded performance
- Managed Databases: Degraded performance
- Spaces: Degraded performance
More: https://status.digitalocean.com/
There is also an API available:
>>> from statuscheck.check import get_statuscheck_api
>>> api = get_statuscheck_api('digitalocean')
>>> summary = api.get_summary()
>>> summary.status
'Minor incident'
>>> summary.incidents
[{'name': 'DNS issues with Managed Databases', 'status': 'Identified', 'impact': 'minor'}, {'name': 'Issues with accessing S3/RDS resources inside Droplets across all regions', 'status': 'Monitoring', 'impact': 'minor'}]
Currently, all services that we support are defined here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
statuscheck-2.9.0.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file statuscheck-2.9.0.tar.gz
.
File metadata
- Download URL: statuscheck-2.9.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e48f3f908117f126193478f742d305ec88480b4b6ee1e24db1df60f674105a18 |
|
MD5 | 2e85ee3a194c16a5ba09069109989a64 |
|
BLAKE2b-256 | d06d0126e904e6c8877b3241bd41973913286435228defe4a489d3c8c441aa10 |
File details
Details for the file statuscheck-2.9.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-2.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13a0bfab5cdb8577a338831f034235945242efbd3fd8ebda4a19c14597f507eb |
|
MD5 | f363323df1bb5ffb62950cb60ae9287f |
|
BLAKE2b-256 | a57c6ccce9369805b3bd137be639a5427fcdd5788ecb2a97a915c7e17e3557e9 |