System Checkers
Calendly
Introduced via gitlab-com/support/support-ops/support-ops-project#1892
Handles checking and notifying about the status for the Calendly system. Works primarily off of RSS feed for https://www.calendlystatus.com. This scrapes the information from that RSS feed once per hour to look for new incidents and maintenance events.
The project is located at gitlab-support-readiness/system-checkers/calendly
GitLab
Introduced via gitlab-com/support/support-ops/support-ops-project#1895
Handles checking and notifiying about potential pipelines issues on important projects we utilize on gitlab.com. This checks for an abnormal amount of pending jobs (50 or more) and abnormally long running jobs (25 minutes or longer).
The project is located at gitlab-support-readiness/system-checkers/gitlab
Pagerduty
Introduced via gitlab-com/support/support-ops/support-ops-project#1891
Handles checking and notifying about:
- the status for the Pagerduty system
- non-accessible Support schedules
- non-accessible Support services
- non-accessible Support escalation policies
Works off of the Pagerduty API and webhooks sent from https://status.pagerduty.com/
The project is located at gitlab-support-readiness/system-checkers/pagerduty
Unbabel
Introduced via gitlab-com/support/support-ops/support-ops-project#1893
Handles checking and notifying about the status for the Unbabel system. Works off of the Unbabel status API to check for information about incidents.
The project is located at gitlab-support-readiness/system-checkers/unbabel
Zendesk Global
Introduced via gitlab-com/support/support-ops/support-ops-project#1889
Handles checking and notifying about the status for the Zendesk Global system. Works off of the Zendesk status API to check for information about incidents and maintenances.
The project is located at gitlab-support-readiness/system-checkers/zendesk-global
Zendesk US Government
Introduced via gitlab-com/support/support-ops/support-ops-project#1890
Handles checking and notifying about the status for the Zendesk US Government system. Works off of the Zendesk status API to check for information about incidents and maintenances.
The project is located at gitlab-support-readiness/system-checkers/zendesk-us-government
9196a840
)