hassio-zabbix-agent2/config.json
paspo c925be77c5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
zabbix 7.0 lts
2024-07-31 11:21:43 +02:00

37 lines
841 B
JSON

{
"name": "Zabbix Agent 2",
"url": "https://git.asperti.com/paspo/hassio-addons",
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
"version": "0.3.0",
"slug": "zabbix-agent2",
"description": "Zabbix Agent 2 for hass.io (7.0 LTS)",
"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"
}
}