UNPKG

iobroker.zabbix

Version:
133 lines 4.03 kB
{ "common": { "name": "zabbix", "version": "0.0.4", "news": { "0.0.4": { "en": "Updated for supported 5 version of Admin" }, "0.0.3": { "en": "Upgrade minimist to version 0.2.1", "de": "Aktualisieren Sie den Minimist auf Version 0.2.1", "ru": "Обновление minimist до версии 0.2.1" }, "0.0.2": { "en": "Documentation editing", "de": "Bearbeitung der Dokumentation", "ru": "Правка документации" }, "0.0.1": { "en": "initial release", "de": "Erstveröffentlichung", "ru": "Начальная версия", "pt": "lançamento inicial", "nl": "Eerste uitgave", "fr": "Première version", "it": "Versione iniziale", "es": "Versión inicial", "pl": "Pierwsze wydanie", "zh-cn": "首次出版" } }, "title": "ioBroker Zabbix integration adapter", "titleLang": { "en": "ioBroker Zabbix integration adapter", "ru": "Интеграция ioBroker с Zabbix" }, "desc": { "en": "ioBroker Zabbix integration adapter", "ru": "Интеграция ioBroker с Zabbix" }, "authors": [ "shady2k <shady2k@gmail.com>" ], "keywords": [ "ioBroker", "Smart Home", "home automation", "Zabbix" ], "license": "MIT", "platform": "Javascript/Node.js", "main": "main.js", "icon": "zabbix.png", "enabled": true, "extIcon": "https://raw.githubusercontent.com/shady2k/ioBroker.zabbix/master/admin/zabbix.png", "readme": "https://github.com/shady2k/ioBroker.zabbix/blob/master/README.md", "loglevel": "info", "mode": "daemon", "type": "general", "compact": true, "adminUI": { "config": "json", "custom": "json", "tab": "materialize" }, "adminTab": { "singleton": true, "name": { "en": "Template (JavaScript)", "de": "Vorlage (JavaScript)", "ru": "Шаблон (JavaScript)", "pt": "Modelo (JavaScript)", "nl": "Sjabloon (JavaScript)", "fr": "Modèle (JavaScript)", "it": "Modello (JavaScript)", "es": "Plantilla (JavaScript)", "pl": "Szablon (JavaScript)", "zh-cn": "模板 (JavaScript)" }, "link": "", "fa-icon": "info" }, "supportCustoms": true, "dependencies": [ { "js-controller": ">=3.3.22" } ], "globalDependencies": [ { "admin": ">=5.1.13" } ] }, "native": {}, "objects": [], "instanceObjects": [ { "_id": "info", "type": "channel", "common": { "name": "Information" }, "native": {} }, { "_id": "info.connection", "type": "state", "common": { "role": "indicator.connected", "name": "If connected to Zabbix server", "type": "boolean", "read": true, "write": false, "def": false }, "encryptedNative": [ "password" ], "protectedNative": [ "password" ], "native": { "host": "", "port": 80, "protocol": "http", "path": "/", "username": "", "password": "" } } ] }