telegraf: Update to version 1.22.1

This commit is contained in:
github-actions[bot] 2022-04-07 20:27:30 +00:00
parent a7fa545642
commit b282c1d94b

View File

@ -1,19 +1,19 @@
{ {
"version": "1.22.0", "version": "1.22.1",
"description": "The plugin-driven server agent for collecting & reporting metrics.", "description": "The plugin-driven server agent for collecting & reporting metrics.",
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/", "homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.22.0_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.22.1_windows_amd64.zip",
"hash": "e8c4fe62c70b2bf65b861fdc9aa39ab167ea35ce071db0dc7350498e26cb0e4b" "hash": "ae3146e91494646536c14e53c82bd20a53012cc74b3ac5cd938c3115e4dcda89"
}, },
"32bit": { "32bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.22.0_windows_i386.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.22.1_windows_i386.zip",
"hash": "89696921f5d685b76ff311680a84e2a23546c2c26c2c369a4f1abdac3d7d1744" "hash": "a59c8df6530a9b2dda65554c08d7225e0e6f323a86fd9875aca7772ce5304df3"
} }
}, },
"extract_dir": "telegraf-1.22.0", "extract_dir": "telegraf-1.22.1",
"bin": "telegraf.exe", "bin": "telegraf.exe",
"persist": "telegraf.conf", "persist": "telegraf.conf",
"env_set": { "env_set": {