forked from pool/telegraf
Accepting request 883694 from home:jfkw:branches:devel:languages:go
- Update to version 1.18.1: * Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater) (#9082) * Add configurable option for the 'path' tag override in the Tail plugin. (#9069) * fix nfsclient merge to release-1.18 branch * inputs.nfsclient: use uint64, also update error handling (#9067) * Fix inputs.snmp init when no mibs installed (#9050) * inputs.ping: Always SetPrivileged(true) in native mode (#9072) * Don't walk the entire interface table to just retrieve one field (#9043) * readme fix (#9064) * use correct compute metadata url to get folder-id (#9056) * Handle error when initializing the auth object in Azure Monitor output plugin. (#9048) * update: inputs.sqlserver support version in readme (#9040) * SQLServer - Fixes sqlserver_process_cpu calculation (#8549) * Fix ipmi panic (#9035) * check for length of perusage for stat gathering and removed not used function (#9009) * update new plugins in changelog (#8991) * exec plugins should not truncate messages in debug mode (#8333) * Close running outputs when reloading (#8769) OBS-URL: https://build.opensuse.org/request/show/883694 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=30
This commit is contained in:
parent
bb42bdbe4f
commit
e525925a2b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.18.0</param>
|
||||
<param name="revision">v1.18.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="changesrevision">0d0f78da00ac25d8286457802bd739e6b6c61052</param></service></servicedata>
|
||||
<param name="changesrevision">dc4fa5dd9aa5876b6ba5022aab3d5453fecc7b2b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:832252c95f84b698ce3d93e7d28b401381ae4fef45161184ee018f799c1ec498
|
||||
size 2697832
|
3
telegraf-1.18.1.tar.gz
Normal file
3
telegraf-1.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e6ab37d404a7f55c185a36ca6c2b50f771499e6522c22aa4f3a778f4db2e73
|
||||
size 2697725
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 07 21:36:28 UTC 2021 - jkowalczyk@suse.com
|
||||
|
||||
- Update to version 1.18.1:
|
||||
* Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater) (#9082)
|
||||
* Add configurable option for the 'path' tag override in the Tail plugin. (#9069)
|
||||
* fix nfsclient merge to release-1.18 branch
|
||||
* inputs.nfsclient: use uint64, also update error handling (#9067)
|
||||
* Fix inputs.snmp init when no mibs installed (#9050)
|
||||
* inputs.ping: Always SetPrivileged(true) in native mode (#9072)
|
||||
* Don't walk the entire interface table to just retrieve one field (#9043)
|
||||
* readme fix (#9064)
|
||||
* use correct compute metadata url to get folder-id (#9056)
|
||||
* Handle error when initializing the auth object in Azure Monitor output plugin. (#9048)
|
||||
* update: inputs.sqlserver support version in readme (#9040)
|
||||
* SQLServer - Fixes sqlserver_process_cpu calculation (#8549)
|
||||
* Fix ipmi panic (#9035)
|
||||
* check for length of perusage for stat gathering and removed not used function (#9009)
|
||||
* update new plugins in changelog (#8991)
|
||||
* exec plugins should not truncate messages in debug mode (#8333)
|
||||
* Close running outputs when reloading (#8769)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 22:04:14 UTC 2021 - jkowalczyk@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.18.0
|
||||
Version: 1.18.1
|
||||
Release: 0
|
||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd64082a59e7062b755ce66b4849504f2b13d00ea0fa0f4a516ee4006ef936cb
|
||||
size 21733895
|
||||
oid sha256:1dce47167d26c792555f871126678ad84629e35e1c3e21a82edc54e6a101e87d
|
||||
size 21734053
|
||||
|
Loading…
Reference in New Issue
Block a user