feat: add description for plugins (#4850)

This commit is contained in:
Julien Fontanet
2020-03-05 16:27:19 +01:00
committed by GitHub
parent 8ed5463f19
commit 4c77be9e83
6 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "xo-server-perf-alert",
"version": "0.2.0",
"license": "AGPL-3.0",
"description": "",
"description": "Sends alerts based on performance criteria",
"keywords": [],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-perf-alert",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",

View File

@@ -1,5 +1,6 @@
{
"name": "xo-server-sdn-controller",
"description": "Creates pool-wide and cross-pool private networks",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-sdn-controller",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {

View File

@@ -1,5 +1,6 @@
{
"name": "xo-server-transport-icinga2",
"description": "Sends backup runs statuses to icinga2 server",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-transport-icinga2",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {

View File

@@ -2,7 +2,7 @@
"name": "xo-server-transport-nagios",
"version": "0.1.0",
"license": "ISC",
"description": "",
"description": "Send backup runs statuses to Nagios",
"keywords": [
"nagios",
"orchestra",

View File

@@ -2,7 +2,7 @@
"name": "xo-server-usage-report",
"version": "0.7.4",
"license": "AGPL-3.0",
"description": "",
"description": "Report resources usage with their evolution",
"keywords": [
"orchestra",
"plugin",

View File

@@ -2,7 +2,7 @@
"name": "xo-server-web-hooks",
"version": "0.1.0",
"license": "AGPL-3.0",
"description": "",
"description": "Sends HTTP requests on XO-Server API calls",
"keywords": [
"hooks",
"orchestra",