hassio-zabbix-agent2/config.json

32 lines
668 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",
2022-06-12 22:30:17 +00:00
"version": "0.2.0",
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,
2021-09-14 13:54:13 +00:00
"audio": false,
"gpio": false,
"arch": [
"aarch64",
2022-06-12 22:30:17 +00:00
"amd64"
2021-09-14 13:54:13 +00:00
],
"ports": {
"10050/tcp": 10050
},
"map": [
"share"
],
"options": {
"server": "zabbix-server",
"hostname": "hassio"
},
"schema": {
"server": "str",
"hostname": "str"
}
}