ScoopInstaller_Main/bucket/telegraf.json
2025-12-09 00:42:00 +00:00

41 lines
1.5 KiB
JSON

{
"version": "1.37.0",
"description": "The plugin-driven server agent for collecting & reporting metrics.",
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.37.0_windows_amd64.zip",
"hash": "2813ace7c20712aa6b07f42300f02ff07a3d31465d8f3a734d7f844f6bdb6cb2"
},
"32bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.37.0_windows_i386.zip",
"hash": "fa487056cebbcf41cf0160c8c399a691ee5c1725047d2b6500d4aa38a08ce0d6"
}
},
"extract_dir": "telegraf-1.37.0",
"bin": "telegraf.exe",
"persist": "telegraf.conf",
"env_set": {
"TELEGRAF_CONFIG_PATH": "$persist_dir/telegraf.conf"
},
"checkver": {
"github": "https://github.com/influxdata/telegraf"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip"
},
"32bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_i386.zip"
}
},
"hash": {
"url": "https://github.com/influxdata/telegraf/releases/tag/v$version",
"regex": "(?s)$basename</.*?<code>$sha256</"
},
"extract_dir": "telegraf-$version"
}
}