33 lines
550 B
YAML
33 lines
550 B
YAML
---
|
|
name: zabbix-agent2
|
|
version: '7.0'
|
|
slug: zabbix-agent2
|
|
description: Zabbix agent 2
|
|
url: https://gitea.sinav-lab.com/sinav/haos-addons
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
startup: system
|
|
boot: auto
|
|
full_access: true
|
|
host_ipc: true
|
|
host_pid: true
|
|
host_network: true
|
|
docker_api: true
|
|
advanced: true
|
|
ports:
|
|
10050/tcp: 10050
|
|
options:
|
|
server: zabbix-server.local
|
|
serveractive: zabbix-server.local
|
|
hostname: homeassistant
|
|
schema:
|
|
server: str
|
|
serveractive: str
|
|
hostname: str
|
|
tlspskidentity: str?
|
|
tlspsksecret: str?
|