Add syslog-ng. Update telegraf
This commit is contained in:
41
syslog-ng/config.yaml
Normal file
41
syslog-ng/config.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: syslog-ng
|
||||
version: 1.0
|
||||
slug: hassio_syslog_ng
|
||||
description: An addon to add syslog-ng to hassio.
|
||||
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
ports:
|
||||
514/udp: 514
|
||||
601/tcp: 601
|
||||
6514/tcp: 6514
|
||||
hassio_api: true
|
||||
hassio_role: default
|
||||
host_network: true
|
||||
auth_api: true
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
apparmor: false
|
||||
map:
|
||||
- config:rw
|
||||
- ssl:rw
|
||||
- addons:rw
|
||||
- backup:rw
|
||||
- share:rw
|
||||
startup: services
|
||||
boot: manual
|
||||
docker_api: true
|
||||
host_pid: true
|
||||
full_access: true
|
||||
options:
|
||||
custom_conf:
|
||||
location: "/config/syslog-ng.conf"
|
||||
schema:
|
||||
custom_conf:
|
||||
location: str
|
||||
Reference in New Issue
Block a user