From 4c603b06cdd94ba3ecb1bf8ce6848b0032de3b24 Mon Sep 17 00:00:00 2001 From: keshan Date: Wed, 16 Dec 2020 13:55:49 +0530 Subject: [PATCH 1/2] 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 From 378918d86b0a8592826ad020ad0e0895a9a6c8d5 Mon Sep 17 00:00:00 2001 From: keshan Date: Wed, 16 Dec 2020 14:55:18 +0530 Subject: [PATCH 2/2] change in category --- microsite/data/plugins/pager-duty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/pager-duty.yaml b/microsite/data/plugins/pager-duty.yaml index 94946b9959..e8a0a1b0d9 100644 --- a/microsite/data/plugins/pager-duty.yaml +++ b/microsite/data/plugins/pager-duty.yaml @@ -2,7 +2,7 @@ title: PageDuty author: Spotify authorUrl: https://github.com/spotify -category: Discovery +category: Monitoring 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