Tool to check PaaS/SaaS status pages
Project description
statuscheck: Tool to check PAAS/SAAS status pages
Usage
Install the latest release:
$ pip install statuscheck
Then just use it in your shell:
$ statuscheck github
Current GitHub status: All Systems Operational
$ statuscheck slack
Current Slack status: Active incident
Registered events:
- [active] We are investigating an issue with notification settings
- [active] We're looking into an issue with certain API calls
More: https://status.slack.com/
There is also an API available:
>>> from statuscheck.utils import get_statuscheck_api
>>> api = get_statuscheck_api('slack')
>>> summary = api.get_summary()
>>> summary.status
Status(code='active', name='Minor incident', description='Minor incident', is_ok=False)
>>> summary.incidents
[Incident(id=879, name="We're looking into an issue with certain API calls", status='active', components=[Component(name='Apps/Integrations/APIs', status='', id='')])]
>>> summary.as_dict()
{'status': {'code': 'active', 'name': 'Minor incident', 'description': 'Minor incident', 'is_ok': False}, 'components': [{'name': 'Apps/Integrations/APIs', 'status': '', 'id': ''}], 'incidents': [{'id': 879, 'name': "We're looking into an issue with certain API calls", 'status': 'active', 'components': [{'name': 'Apps/Integrations/APIs', 'status': '', 'id': ''}]}]}
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-3.7.0.tar.gz
(142.3 kB
view details)
Built Distribution
File details
Details for the file statuscheck-3.7.0.tar.gz
.
File metadata
- Download URL: statuscheck-3.7.0.tar.gz
- Upload date:
- Size: 142.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0efd100f8e44f35db03f83cbf998c5e98d957ce72c2416c95f319cddb3005eb |
|
MD5 | 5b4e6195d57b8de1c78be6cddccf2135 |
|
BLAKE2b-256 | d0cf2dd61f0de67ecd2e1d1d16a94013fe9b453857c5dae903a2797991a49a58 |
File details
Details for the file statuscheck-3.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-3.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fa2ca1e4509db59f9d521f6a63630f7a935dd4871d81383713b9a47031709e7 |
|
MD5 | a588627b99588ea492d7c54cc7d24bb8 |
|
BLAKE2b-256 | ab42f316222bd0e7a469efa017031cab1d59b243e98b39629ee5bfc35687f8f9 |