init
This commit is contained in:
32
zabbix-agent2/config.yaml
Normal file
32
zabbix-agent2/config.yaml
Normal 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?
|
||||
Reference in New Issue
Block a user