hassio-zabbix-agent2/config.json

37 lines
831 B
JSON
Raw Normal View History

2021-09-14 13:54:13 +00:00
{
"name": "Zabbix Agent 2",
"url": "https://git.asperti.com/paspo/hassio-addons",
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
2023-07-26 08:16:34 +00:00
"version": "0.2.6",
2021-09-14 13:54:13 +00:00
"slug": "zabbix-agent2",
"description": "Zabbix Agent 2 for hass.io",
"startup": "services",
"boot": "auto",
2021-10-12 12:56:25 +00:00
"hassio_api": true,
2023-07-26 07:12:40 +00:00
"docker_api": true,
2021-09-14 13:54:13 +00:00
"audio": false,
"gpio": false,
2022-06-13 09:34:05 +00:00
"init": false,
2021-09-14 13:54:13 +00:00
"arch": [
"aarch64",
2022-06-12 22:30:17 +00:00
"amd64"
2021-09-14 13:54:13 +00:00
],
"ports": {
"10050/tcp": 10050
},
2023-07-26 07:12:51 +00:00
"ports_description": {
"10050/tcp": "Zabbix Agent port (used by Zabbix Server and/or proxies)"
},
2021-09-14 13:54:13 +00:00
"map": [
"share"
],
"options": {
"server": "zabbix-server",
"hostname": "hassio"
},
"schema": {
"server": "str",
"hostname": "str"
}
}