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.5.0.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file statuscheck-2.5.0.tar.gz
.
File metadata
- Download URL: statuscheck-2.5.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16c63d5e44206fad34fa29d85b52dbc7c78f27e36e4663cb8f5df11b27948e6d |
|
MD5 | a79b04699fee85544f027e389e146c79 |
|
BLAKE2b-256 | 2f5d6fab3fe605737b952693e676bece4f1df379fbe20e1293f8fd4c0eefd870 |
File details
Details for the file statuscheck-2.5.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-2.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed79bcf394adddad4a8a1b1226a17df6a1630fe8a1e258f48abe191277fd2546 |
|
MD5 | 0e6080a163b99983278d956a29b85cf7 |
|
BLAKE2b-256 | 7c7ee7e26a3c044417a1d487c321d4b2607f5030afb335206322e65c0584b0bf |