integration
PagerDuty Incidents
Triggers a PagerDuty incident when a FreeSDN alert fires and resolves it when the alert clears. Deduplicated by PagerDuty itself on the alert id, with a severity floor so only what should wake someone does.
Package
- Plugin ID
pagerduty-incidents- Version
- 1.0.1
- Author
- FreeSDN
- Minimum core
- 26.06.1
- Python
- >=3.11
- SHA-256
- 929db8bc2f9fbf6bd5b6b13ae54a60db7c9948f4bcc8e26377e2718120506bc0
Install
From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install PagerDuty Incidents. The instance verifies the catalogue signature before ingest and the archive checksum before unpacking.
To install the archive directly instead:
curl -fSLO https://registry.freesdn.org/dl/pagerduty-incidents-1.0.1.zip sha256sum pagerduty-incidents-1.0.1.zip # expect: 929db8bc2f9fbf6bd5b6b13ae54a60db7c9948f4bcc8e26377e2718120506bc0
Then upload the ZIP under Plugins › Install from file.
Plugins run in-process with the API. The loader applies import hygiene, ZIP-slip and ZIP-bomb guards, hash-pinned dependencies and per-action permission caps, but it is a cooperative trusted-author model and not a security sandbox. Install what you would be willing to run as application code.