2017-01-05 23:37:07 +01:00
|
|
|
{
|
|
|
|
"name": "Monitorix",
|
|
|
|
"id": "monitorix",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "A monitoring tools",
|
|
|
|
"fr": "Un outils de monitoring"
|
|
|
|
},
|
2018-05-01 17:38:04 +02:00
|
|
|
"version": "3.10.1~ynh2",
|
2017-01-05 23:37:07 +01:00
|
|
|
"url": "http://monitorix.org",
|
2017-10-13 18:21:19 +02:00
|
|
|
"license": "GPL-2.0",
|
2017-01-05 23:37:07 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "Josué Tille",
|
|
|
|
"email": "josue@familletille.ch"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2018-05-07 23:08:03 +02:00
|
|
|
"yunohost": ">= 2.7.12"
|
2017-01-05 23:37:07 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2017-02-13 16:17:53 +01:00
|
|
|
"type": "domain",
|
2017-01-05 23:37:07 +01:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for Monitorix",
|
|
|
|
"fr": "Choisissez un nom de domaine pour Monitorix"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2017-02-13 16:17:53 +01:00
|
|
|
"type": "path",
|
2017-01-05 23:37:07 +01:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Monitorix",
|
|
|
|
"fr": "Choisissez un chemin pour Monitorix"
|
|
|
|
},
|
|
|
|
"example": "/monitorix",
|
|
|
|
"default": "/monitorix"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|