mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/telegraf: Updated for version 1.13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1f9c6cdf6
commit
8bc5415d79
3 changed files with 7 additions and 7 deletions
|
@ -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 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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue