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.6.0.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file statuscheck-2.6.0.tar.gz
.
File metadata
- Download URL: statuscheck-2.6.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.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a28e8d59966267eda832cfe164769762483539530ce26342fbbf1d2961ea2c08 |
|
MD5 | 8df92483a609c6242d689273354937ef |
|
BLAKE2b-256 | 0545837343eab136821873a7b117f247c336d145b3617af413f67bdd82849016 |
File details
Details for the file statuscheck-2.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-2.6.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.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdd2b70aac3b3226db8f1c3ff5776cc16d876e97f2521ba991b6c9eaa7168265 |
|
MD5 | 6b03d53749309e1830bd8c20fcb623cf |
|
BLAKE2b-256 | 74b9addfe5cfd4fc4eae4f9013a237bfa10ab86ba6a64cac4879ba99e5f89f89 |