From 4c603b06cdd94ba3ecb1bf8ce6848b0032de3b24 Mon Sep 17 00:00:00 2001 From: keshan Date: Wed, 16 Dec 2020 13:55:49 +0530 Subject: [PATCH] Adding PagerDuty plugin to marketplace --- microsite/data/plugins/pager-duty.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 microsite/data/plugins/pager-duty.yaml diff --git a/microsite/data/plugins/pager-duty.yaml b/microsite/data/plugins/pager-duty.yaml new file mode 100644 index 0000000000..94946b9959 --- /dev/null +++ b/microsite/data/plugins/pager-duty.yaml @@ -0,0 +1,13 @@ +--- +title: PageDuty +author: Spotify +authorUrl: https://github.com/spotify +category: Discovery +description: PagerDuty offers a simple way to identify any active incidents for an entity and the escalation policy. +documentation: https://github.com/backstage/backstage/tree/master/plugins/pagerduty +iconUrl: https://avatars2.githubusercontent.com/u/766800?s=200&v=4 +npmPackageName: '@backstage/plugin-pagerduty' +tags: + - monitoring + - errors + - alerting