system/telegraf: Updated for version 1.13.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2020-02-08 02:20:47 +07:00 committed by Willy Sudiarto Raharjo
parent a1f9c6cdf6
commit 8bc5415d79
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 7 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 it's running
telegraf: to source a variety of metrics directly from the system its 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.13.1}
VERSION=${VERSION:-1.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.13.1"
VERSION="1.13.2"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.13.1_linux_i386.tar.gz"
MD5SUM="5622b69d735373dc6948208b2340a601"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.13.1_linux_amd64.tar.gz"
MD5SUM_x86_64="d7916f5fba69a33ec4f2bf6420b982b1"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.13.2_linux_i386.tar.gz"
MD5SUM="729f70ba7bd940fb241178632511abea"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.13.2_linux_amd64.tar.gz"
MD5SUM_x86_64="1ed3ddaff8688fbe6188a0765d5a2f7b"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"