Add syslog-ng. Update telegraf

This commit is contained in:
2022-02-20 12:07:56 +01:00
parent a3216e225b
commit ba3b87e73b
14 changed files with 198 additions and 9 deletions

View File

@@ -5,4 +5,4 @@ build_from:
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.2.3
i386: ghcr.io/hassio-addons/debian-base/i386:5.2.3
args:
TELEGRAF_VERSION: 1.21.2
TELEGRAF_VERSION: 1.21.4

View File

@@ -1,9 +1,9 @@
---
name: Telegraf
version: 1.21.2_a
version: 1.21.4_a
slug: hassio_telegraf
description: An addon to add telegraf to hassio.
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-telegraf.git
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git
init: false
arch:
- aarch64

View File

@@ -3,9 +3,6 @@
# Home Assistant Community Add-on: Telegraf
# Configures Telegraf
# ==============================================================================
declare influx_un
declare influx_pw
declare influx_ret
declare hostname
bashio::require.unprotected

View File

@@ -1,7 +1,4 @@
#!/usr/bin/env bashio
declare influx_un
declare influx_pw
declare influx_ret
declare hostname
bashio::require.unprotected