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.4.1.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file statuscheck-2.4.1.tar.gz
.
File metadata
- Download URL: statuscheck-2.4.1.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 | 8ccb0458c929a328d6b4b2a1fcf9ad5ba57774e08bb9c7590a9cd7dfae755648 |
|
MD5 | 56f61a80463c0b925eb21ac7f370987d |
|
BLAKE2b-256 | ec1786ddd87df7ee398d0b7aecb24f6376933be7dbbdfbc1ea3d3286a6f2655c |
File details
Details for the file statuscheck-2.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-2.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 19.7 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 | 7f9fbbaf9530eaf771cc4d0412ae2ed801fc3138ec43e855c282be50ac21057c |
|
MD5 | 7b6392d48c8e77744b0ce5c1560da8e3 |
|
BLAKE2b-256 | b5e74c694aaf0fdeb164e729c46b79c35fecdd2a6e96c5466096175aa5a4d1fd |