forked from pool/telegraf
Accepting request 590564 from home:mschnitzer
- Release 1.5.3 * Bugfixes #3729: Set path to / if HOST_MOUNT_PREFIX matches full path. #3739: Remove userinfo from url tag in prometheus input. #3778: Fix ping plugin not reporting zero durations. #3807: Fix memory leak in postgresql_extensible. #3697: Disable keepalive in mqtt output to prevent deadlock. #3786: Fix collation difference in sqlserver input. #3871: Fix uptime metric in passenger input plugin. #3851: Add output of stderr in case of error to exec log message. OBS-URL: https://build.opensuse.org/request/show/590564 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=3
This commit is contained in:
parent
82a00b7645
commit
cad2954985
@ -1,7 +1,7 @@
|
||||
Index: telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go
|
||||
Index: telegraf-1.5.3/plugins/inputs/amqp_consumer/amqp_consumer.go
|
||||
===================================================================
|
||||
--- telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go.original 2018-02-12 11:44:32.583888582 +0100
|
||||
+++ telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go 2018-02-12 11:53:42.111013874 +0100
|
||||
--- telegraf-1.5.3/plugins/inputs/amqp_consumer/amqp_consumer.go.original 2018-02-12 11:44:32.583888582 +0100
|
||||
+++ telegraf-1.5.3/plugins/inputs/amqp_consumer/amqp_consumer.go 2018-02-12 11:53:42.111013874 +0100
|
||||
@@ -20,6 +20,7 @@
|
||||
URL string
|
||||
// AMQP exchange
|
||||
@ -55,10 +55,10 @@ Index: telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Failed to declare an exchange: %s", err)
|
||||
}
|
||||
Index: telegraf-1.5.2/etc/telegraf.conf
|
||||
Index: telegraf-1.5.3/etc/telegraf.conf
|
||||
===================================================================
|
||||
--- telegraf-1.5.2/etc/telegraf.conf.original 2018-02-12 14:06:03.304072548 +0100
|
||||
+++ telegraf-1.5.2/etc/telegraf.conf 2018-02-12 14:06:27.544041814 +0100
|
||||
--- telegraf-1.5.3/etc/telegraf.conf.original 2018-02-12 14:06:03.304072548 +0100
|
||||
+++ telegraf-1.5.3/etc/telegraf.conf 2018-02-12 14:06:27.544041814 +0100
|
||||
@@ -2747,6 +2747,7 @@
|
||||
# url = "amqp://localhost:5672/influxdb"
|
||||
# ## AMQP exchange
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8245ad4a8a7ed1453e674017fb7017dbff151a83482f79e82542379dbc1124a5
|
||||
size 910942
|
3
telegraf-1.5.3.tar.gz
Normal file
3
telegraf-1.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f2cedbed05a82938fefac14258390839a61aa82dd87a4350a608b70196e292b
|
||||
size 911976
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 07:37:12 UTC 2018 - mschnitzer@suse.com
|
||||
|
||||
- Release 1.5.3
|
||||
|
||||
* Bugfixes
|
||||
#3729: Set path to / if HOST_MOUNT_PREFIX matches full path.
|
||||
#3739: Remove userinfo from url tag in prometheus input.
|
||||
#3778: Fix ping plugin not reporting zero durations.
|
||||
#3807: Fix memory leak in postgresql_extensible.
|
||||
#3697: Disable keepalive in mqtt output to prevent deadlock.
|
||||
#3786: Fix collation difference in sqlserver input.
|
||||
#3871: Fix uptime metric in passenger input plugin.
|
||||
#3851: Add output of stderr in case of error to exec log message.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 11:27:05 UTC 2018 - mschnitzer@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: telegraf
|
||||
Version: 1.5.2
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||
|
Loading…
Reference in New Issue
Block a user