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.2.0.tar.gz
(8.8 kB
view details)
Built Distribution
File details
Details for the file statuscheck-2.2.0.tar.gz
.
File metadata
- Download URL: statuscheck-2.2.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11eb97b38fdf4f11eed249d40c9424a6bc71a231d16597ac741d6fdfe52506a7 |
|
MD5 | c2afff1a171c631bf021e40ccc217f08 |
|
BLAKE2b-256 | 9f8ba7a5bfb097fa61fe5ef3957daef69b01dd5a747ef304eef8205142b48b63 |
File details
Details for the file statuscheck-2.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-2.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 960a31fc34898585b9a0e123cb4f9367476ebf02d25f4a0d0c974f74970c5ba7 |
|
MD5 | 188535f6fec4e40728f75d128208f1ff |
|
BLAKE2b-256 | 4f1e7a9a2647b17cfabc426c7a7c9f4fb9afad73dac290ac434cdb75bf83560c |