commit
This commit is contained in:
39
telegraf/config.yaml
Normal file
39
telegraf/config.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
name: Telegraf
|
||||
version: 1.21.2_a
|
||||
slug: hassio_telegraf
|
||||
description: An addon to add telegraf to hassio.
|
||||
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-telegraf.git
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
ports:
|
||||
9273/tcp: 9273
|
||||
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: "/share/telegraf.conf"
|
||||
schema:
|
||||
custom_conf:
|
||||
location: str
|
||||
Reference in New Issue
Block a user