forked from pool/telegraf
Accepting request 758077 from home:jfkw:branches:devel:languages:go
- Update to release 1.12.6 OBS-URL: https://build.opensuse.org/request/show/758077 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=18
This commit is contained in:
parent
e5cff264f4
commit
690581ab05
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d975ce01fc9cdc02d4f3369f20b8a761933065a2261ad39f340a062d4744b8bc
|
|
||||||
size 1560930
|
|
3
telegraf-1.12.6.tar.gz
Normal file
3
telegraf-1.12.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b585c985f06ff9cfd7fdbf19df34e409385729e8ea29c84a76f1a0762a46014e
|
||||||
|
size 1566347
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3f5409f0b38c8686dfac8b44750dd510f2aa4a04398739d5b9cfeecaed082bd9
|
oid sha256:cb83a2af73301ec953ba5df3bebc1dc54cd6b1e2e531fe14bd39cdcd553b675c
|
||||||
size 96785916
|
size 97581456
|
||||||
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 21:56:52 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||||
|
|
||||||
|
- Update to release 1.12.6
|
||||||
|
* v1.12.6 [2019-11-19]
|
||||||
|
* telegraf#6666: Fix many plugin errors are logged at debug logging level
|
||||||
|
* telegraf#6652: Use nanosecond precision in docker_log input
|
||||||
|
* telegraf#6642: Fix interface option with method = native in ping input
|
||||||
|
* telegraf#6680: Fix panic in mongodb input if shard connection pool stats are unreadable (telegraf#6680)
|
||||||
|
* v1.12.5 [2019-11-12]
|
||||||
|
* telegraf#6576: Fix incorrect results in ping input plugin
|
||||||
|
* telegraf#6610: Add missing character replacement to sql_instance tag
|
||||||
|
* telegraf#6337: Change no metric error message to debug level in cloudwatch input
|
||||||
|
* telegraf#6602: Add missing ServerProperties query to sqlserver input docs
|
||||||
|
* telegraf#6643: Fix mongodb connections_total_created field loading
|
||||||
|
* telegraf#6627: Fix metric creation when node is offline in jenkins input
|
||||||
|
* telegraf#6649: Fix docker uptime_ns calculation when container has been restarted
|
||||||
|
* telegraf#6647: Fix mysql field type conflict in conversion of gtid_mode to an integer
|
||||||
|
* telegraf#5529: Fix mysql field type conflict with ssl_verify_depth and ssl_ctx_verify_depth
|
||||||
|
* v1.12.4 [2019-10-23]
|
||||||
|
* telegraf#6521: Fix metric generation with ping input native method
|
||||||
|
* telegraf#6541: Exclude alias tag if unset from plugin internal stats
|
||||||
|
* telegraf#6564: Fix socket_mode option in powerdns_recursor input
|
||||||
|
* v1.12.3 [2019-10-07]
|
||||||
|
* telegraf#6445: Use batch serialization format in exec output
|
||||||
|
* telegraf#6464: Use case insensitive serial numer match in smart input
|
||||||
|
* telegraf#6469: Add auth header only when env var is set
|
||||||
|
* telegraf#6468: Fix running multiple mysql and sqlserver plugin instances
|
||||||
|
* telegraf#6471: Fix database routing on retry with exclude_database_tag
|
||||||
|
* telegraf#6488: Fix logging panic in exec input with nagios data format
|
||||||
|
* v1.12.2 [2019-09-24]
|
||||||
|
* telegraf#6386: Fix detection of layout timestamps in csv and json parser
|
||||||
|
* telegraf#6394: Fix parsing of BATTDATE in apcupsd input
|
||||||
|
* telegraf#6398: Keep boolean values listed in json_string_fields
|
||||||
|
* telegraf#6393: Disable Go plugin support in official builds
|
||||||
|
* telegraf#6391: Fix path handling issues in cisco_telemetry_gnmi
|
||||||
|
* v1.12.1 [2019-09-10]
|
||||||
|
* telegraf#6344: fix depends on glibc_2.14 symbol version
|
||||||
|
* telegraf#6329: fix filecount for paths with trailing slash
|
||||||
|
* telegraf#6331: convert check state to an integer in icinga2 input
|
||||||
|
* telegraf#6354: fix could not mark message delivered error in kafka_consumer
|
||||||
|
* telegraf#6362: skip collection stats when disabled in mongodb input
|
||||||
|
* telegraf#6366: fix error reading closed response body on redirect in http_response
|
||||||
|
* telegraf#6373: fix apcupsd documentation to reflect plugin
|
||||||
|
* telegraf#6375: display retry log message only when retry after is received
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 07:46:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Sep 10 07:46:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package telegraf
|
# spec file for package telegraf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,18 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telegraf
|
Name: telegraf
|
||||||
Version: 1.12.0
|
Version: 1.12.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Url: https://github.com/influxdata/telegraf
|
URL: https://github.com/influxdata/telegraf
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
# run dep ensure --vendor-only (in a container)
|
# run dep ensure --vendor-only (in a container)
|
||||||
Source1: %{name}-deps.tar.xz
|
Source1: %{name}-deps.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: go >= 1.7
|
BuildRequires: go >= 1.12
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
|
Loading…
Reference in New Issue
Block a user