forked from pool/telegraf
e525925a2b
- 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
21 lines
721 B
Plaintext
21 lines
721 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/influxdata/telegraf</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</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>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">telegraf</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
</service>
|
|
</services>
|