Compare commits
2 Commits
46c224cd9f
...
3b8cab00ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
3b8cab00ad
|
|||
|
c975d7d2b6
|
@@ -8,6 +8,6 @@ COPY rootfs /
|
|||||||
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.2" \
|
io.hass.version="0.2.3" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="amd64"
|
io.hass.arch="amd64"
|
||||||
@@ -8,6 +8,6 @@ COPY rootfs /
|
|||||||
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.2" \
|
io.hass.version="0.2.3" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="armhf"
|
io.hass.arch="armhf"
|
||||||
@@ -8,6 +8,6 @@ COPY rootfs /
|
|||||||
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.2" \
|
io.hass.version="0.2.3" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="aarch64"
|
io.hass.arch="aarch64"
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
This addon enables a zabbix agent2 for the hassio instance.
|
This addon enables a zabbix agent2 for the hassio instance.
|
||||||
|
|
||||||
You obviously neead a zabbix server for it to be meaningful.
|
You obviously need a zabbix server for it to be meaningful.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "Zabbix Agent 2",
|
"name": "Zabbix Agent 2",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"slug": "zabbix-agent2",
|
"slug": "zabbix-agent2",
|
||||||
"description": "Zabbix Agent 2 for hass.io",
|
"description": "Zabbix Agent 2 for hass.io",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"audio": false,
|
"audio": false,
|
||||||
"gpio": false,
|
"gpio": false,
|
||||||
|
"init": false,
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64"
|
"amd64"
|
||||||
|
|||||||
Reference in New Issue
Block a user