| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "name": "Zabbix",
- "id": "zabbix",
- "packaging_format": 1,
- "description": {
- "en": "YunoHost port for Zabbix",
- "fr": "Zabbix pour Yunohost"
- },
- "version": "2.0",
- "url": "https://www.zabbix.com",
- "license": "free",
- "maintainer": {
- "name": "Mickael Martin",
- "email": "mickael@librement-votre.fr",
- "url": "http://www.librement-votre.fr"
- },
- "requirements": {
- "yunohost": ">= 2.7.14"
- },
- "multi_instance": false,
- "services": [
- "nginx",
- "mysql",
- "php7.0-fpm",
- "snmpd"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain",
- "ask": {
- "en": "Choose a domain name for Zabbix",
- "fr": "Choisissez un nom de domaine pour Zabbix"
- },
- "example": "example.com"
- },
- {
- "name": "path",
- "type": "path",
- "ask": {
- "en": "Choose a path for Zabbix",
- "fr": "Choisissez un chemin pour Zabbix"
- },
- "example": "/zabbix",
- "default": "/zabbix"
- },
- {
- "name": "admin",
- "type": "user",
- "ask": {
- "en": "Choose an admin user",
- "fr": "Choisissez l’administrateur"
- },
- "example": "mickael"
- },
- {
- "name": "is_public",
- "type": "boolean",
- "ask": {
- "en": "Is it a public application?",
- "fr": "Est-ce une application publique ?"
- },
- "default": false
- },
- {
- "name": "language",
- "type": "string",
- "ask": {
- "en": "Choose the application language",
- "fr": "Choisissez la langue de l'application"
- },
- "choices": ["fr", "en"],
- "default": "en"
- },
- {
- "name": "add_nonfree",
- "type": "boolean",
- "ask": {
- "en": "This application can install snmp-mibs-downloader from non-free repository to resolve many OID by default, do you want install this package ?",
- "fr": "Cette application peut installer snmp-mibs-downloader depuis le dépôt non-free afin de resoudre de nombreux OID par defaut, souhaitez vous installer ce package ?"
- },
- "help": {
- "en" : "Zabbix works without problem without the package snmp-mibs-downloader, however it help to resolve OIDs to comprehensive strings. If you make the choice of installing it, the pinning method is used",
- "fr" : "Zabbix peut fonctionner sans le paquet snmp-mibs-downloader, cependant il aide à faire la résolution des OIDs en chaines de caractères compréhensibles. Si vous faites le choix de l'installer, il sera installé par méthode 'pinning'"
- },
- "default": false
- }
- ]
- }
- }
|