From 64e023610536a440590dc706d4ffa0e53fb61021 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 24 Jun 2025 13:21:44 -0400 Subject: [PATCH] Add PagerDuty --- .../infrastructure/monitoring/.nav.yml | 1 + .../infrastructure/monitoring/pagerduty.md | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/handbook/infrastructure/monitoring/pagerduty.md diff --git a/docs/handbook/infrastructure/monitoring/.nav.yml b/docs/handbook/infrastructure/monitoring/.nav.yml index 4cfcc39..21eec5a 100644 --- a/docs/handbook/infrastructure/monitoring/.nav.yml +++ b/docs/handbook/infrastructure/monitoring/.nav.yml @@ -3,4 +3,5 @@ nav: - index.md - beszel.md - uptime.md + - pagerduty.md - umami.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/monitoring/pagerduty.md b/docs/handbook/infrastructure/monitoring/pagerduty.md new file mode 100644 index 0000000..cd90a66 --- /dev/null +++ b/docs/handbook/infrastructure/monitoring/pagerduty.md @@ -0,0 +1,25 @@ +# PagerDuty + +PagerDuty is our incident management and alerting platform. + +## Quick Reference +**URL**: [:octicons-link-external-16: starcatsys.pagerduty.com](https://starcatsys.pagerduty.com) +**Homepage**: [:octicons-link-external-16: pagerduty.com](https://pagerduty.com) +**Hosting**: SaaS Hosted Service + +## Integrations +PagerDuty integrates with the following apps: + +### Inbound alerts +[:octicons-arrow-right-16: Uptime](uptime.md) - website uptime and cron job monitoring +[:octicons-arrow-right-16: Beszel](beszel.md) - server health monitoring + +### Outbound notifications/updates +Discord - company chat +Instatus - StarCat Systems status page +--- + +!!! example "Work in Progress" + This page is not complete, and is subject to change. + + Want to help with this page? Please see [:octicons-arrow-right-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site. \ No newline at end of file