37 lines
831 B
JSON
37 lines
831 B
JSON
{
|
|
"name": "Zabbix Agent 2",
|
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
|
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
|
"version": "0.2.3",
|
|
"slug": "zabbix-agent2",
|
|
"description": "Zabbix Agent 2 for hass.io",
|
|
"startup": "services",
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"docker_api": true,
|
|
"audio": false,
|
|
"gpio": false,
|
|
"init": false,
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64"
|
|
],
|
|
"ports": {
|
|
"10050/tcp": 10050
|
|
},
|
|
"ports_description": {
|
|
"10050/tcp": "Zabbix Agent port (used by Zabbix Server and/or proxies)"
|
|
},
|
|
"map": [
|
|
"share"
|
|
],
|
|
"options": {
|
|
"server": "zabbix-server",
|
|
"hostname": "hassio"
|
|
},
|
|
"schema": {
|
|
"server": "str",
|
|
"hostname": "str"
|
|
}
|
|
}
|