aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2020-01-05 12:47:52 -0500
committerLeo <thinkabit.ukim@gmail.com>2020-01-06 04:43:08 +0100
commitd51ccd976dd880a716ab328f1870d692c00cb1d7 (patch)
tree9c867c90a97da54fec5f85e3ce696c2c53221d53
parent6617e140e843691de2375d5d7cbccd4b4b3b9f69 (diff)
downloadaports-d51ccd976dd880a716ab328f1870d692c00cb1d7.tar.bz2
aports-d51ccd976dd880a716ab328f1870d692c00cb1d7.tar.xz
testing/telegraf: fix package setup
Telegraf's conf.d command line uses the additional config directory `telegraf.d`, but the package installs the directory `telegraf.conf.d`.
-rw-r--r--testing/telegraf/APKBUILD2
-rw-r--r--testing/telegraf/telegraf.confd2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/telegraf/APKBUILD b/testing/telegraf/APKBUILD
index 7ede05c220..cb0cb4c1a0 100644
--- a/testing/telegraf/APKBUILD
+++ b/testing/telegraf/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Konstantin Kulikov <k.kulikov2@gmail.com>
pkgname=telegraf
pkgver=1.13.0
-pkgrel=0
+pkgrel=1
pkgdesc="A plugin-driven server agent for collecting & reporting metrics, part of the InfluxDB project"
url="https://www.influxdata.com/time-series-platform/telegraf/"
arch="x86_64 aarch64"
diff --git a/testing/telegraf/telegraf.confd b/testing/telegraf/telegraf.confd
index b29a46ea2a..bf6a22907d 100644
--- a/testing/telegraf/telegraf.confd
+++ b/testing/telegraf/telegraf.confd
@@ -1,4 +1,4 @@
-TELEGRAF_OPTS="-config /etc/telegraf.conf -config-directory /etc/telegraf.d"
+TELEGRAF_OPTS="-config /etc/telegraf.conf -config-directory /etc/telegraf.conf.d"
# Uncomment to enable logging to syslog.
#error_logger="logger -t $RC_SVCNAME"