This commit is contained in:
2024-04-07 14:02:35 +03:00
parent 49b940569e
commit 483d753dce
5 changed files with 90 additions and 0 deletions

32
zabbix-agent2/config.yaml Normal file
View File

@@ -0,0 +1,32 @@
---
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?