system/telegraf: Updated for version 1.11.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Ebben Aries 2019-07-25 01:47:56 -05:00 committed by Willy Sudiarto Raharjo
parent a01fabd94f
commit 270aeb1a04
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
4 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ telegraf: telegraf (An Open-Source Collecting & Reporting Agent)
telegraf:
telegraf: It is part of the TICK stack and is a plugin-driven server agent for
telegraf: collecting and reporting metrics. Telegraf has plugins or integrations
telegraf: to source a variety of metrics directly from the system its running
telegraf: to source a variety of metrics directly from the system it's running
telegraf: on, pull metrics from third-party APIs, or even listen for metrics via
telegraf: a StatsD and Kafka consumer services. It also has output plugins to
telegraf: send metrics to a variety of other datastores, services, and message

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=telegraf
VERSION=${VERSION:-1.11.2}
VERSION=${VERSION:-1.11.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,7 +87,7 @@ rm -rf $PKG/usr/lib
mv $PKG/etc/telegraf/telegraf.conf $PKG/etc/telegraf/telegraf.conf.new
mv $PKG/etc/logrotate.d/telegraf $PKG/etc/logrotate.d/telegraf.new
mkdir -p $PKG/etc/default
cat $CWD/telegraf > $PKG/etc/default/telegraf.new
cat $CWD/telegraf.default > $PKG/etc/default/telegraf.new
chown telegraf:telegraf $PKG/var/log/telegraf
chmod 0755 $PKG/var/log/telegraf

View File

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.11.2"
VERSION="1.11.3"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.11.2_linux_i386.tar.gz"
MD5SUM="21d45eeba5761ca91e9fc5e05ffc0bc0"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.11.2_linux_amd64.tar.gz"
MD5SUM_x86_64="17b91db6360eee11102ed4f51b930fbf"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.11.3_linux_i386.tar.gz"
MD5SUM="1b6787bbf1eaa2945f234d8f3b720e0d"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.11.3_linux_amd64.tar.gz"
MD5SUM_x86_64="79eb4ee395831eafb984f5a38043abd9"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"