Skip to main content

Tool to check PaaS/SaaS status pages

Project description

statuscheck: Tool to check PAAS/SAAS status pages

Tests image image image Coverage Status

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


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.1.0.tar.gz (141.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

statuscheck-3.1.0-py2.py3-none-any.whl (26.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file statuscheck-3.1.0.tar.gz.

File metadata

  • Download URL: statuscheck-3.1.0.tar.gz
  • Upload date:
  • Size: 141.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for statuscheck-3.1.0.tar.gz
Algorithm Hash digest
SHA256 28b6f09eb6adf989949c5f4fb38cc50d27ea2bc5f15007a431c21a425b4c186b
MD5 238fc72c53bd8ba74b210ae139e8d455
BLAKE2b-256 6738a138a5a448f3c400ad991d24c354dfce2326201b8ed29ee4cd09256dcdb8

See more details on using hashes here.

File details

Details for the file statuscheck-3.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: statuscheck-3.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for statuscheck-3.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3cce58cfdefd81e162432a6551ce230894eaf702b10ab7a4b1ecf78f9f3a9048
MD5 690a4a8d16c4d5b1c3fcc1f9ef43a202
BLAKE2b-256 eb35fd23ac64beb09a24cb9ee76874842103df47f9d8aee9499c432f3c63819c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page