From 27d0887fd19570e46539dbf4980010f5acd8bca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Sat, 23 Jan 2021 19:15:12 +0100 Subject: [PATCH] Add Opsgenie plugin to the marketplace --- microsite/data/plugins/opsgenie.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 microsite/data/plugins/opsgenie.yaml diff --git a/microsite/data/plugins/opsgenie.yaml b/microsite/data/plugins/opsgenie.yaml new file mode 100644 index 0000000000..43ba040f75 --- /dev/null +++ b/microsite/data/plugins/opsgenie.yaml @@ -0,0 +1,13 @@ +--- +title: Opsgenie +author: K-Phoen +authorUrl: https://github.com/K-Phoen +category: Monitoring +description: Opsgenie offers a simple way to associate alerts to components and vizualize incidents. +documentation: https://github.com/K-Phoen/backstage-plugin-opsgenie/ +iconUrl: https://avatars.githubusercontent.com/u/1818843?s=200&v=4 +npmPackageName: '@k-phoen/backstage-plugin-opsgenie' +tags: + - monitoring + - errors + - alerting