-
Notifications
You must be signed in to change notification settings - Fork 1
/
io-package.json
84 lines (84 loc) · 2.48 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"common": {
"name": "checkmk",
"version": "0.0.1",
"news": {
"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": "checkmk",
"titleLang": {
"en": "checkmk",
"de": "checkmk",
"ru": "checkmk",
"pt": "checkmk",
"nl": "checkmk",
"fr": "checkmk",
"it": "checkmk",
"es": "checkmk",
"pl": "checkmk",
"zh-cn": "checkmk"
},
"desc": {
"en": "Connection to checkmk",
"de": "Verbindung zu checkmk",
"ru": "Подключение к чекмк",
"pt": "Conexão para checkmk",
"nl": "Verbinding met checkmk",
"fr": "Connexion à checkmk",
"it": "Connessione a checkmk",
"es": "Conexión a checkmk",
"pl": "Połączenie z checkmk",
"zh-cn": "与 checkmk 的连接"
},
"authors": [
"rde-master <[email protected]>"
],
"keywords": [
"ioBroker",
"checkmk",
"Smart Home",
"Monitoring"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "checkmk_logo.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/rde-master/ioBroker.checkmk/master/admin/checkmk_logo.png",
"readme": "https://github.com/rde-master/ioBroker.checkmk/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "general",
"getHistory": true,
"connectionType": "local",
"dataSource": "poll",
"tier": 3,
"compact": false,
"materialize": true,
"supportCustoms": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
]
},
"native": {
"ip": "0.0.0.0",
"port": "6556",
"Adapter_Status": true,
"Updates": false
},
"objects": [],
"instanceObjects": []
}