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

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


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.9.0.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

statuscheck-2.9.0-py2.py3-none-any.whl (20.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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