ScoopInstaller_Main/bucket/telegraf.json
2020-02-05 01:01:51 +00:00

31 lines
1.0 KiB
JSON

{
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT",
"version": "1.13.3",
"description": "The plugin-driven server agent for collecting & reporting metrics.",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.13.3_windows_amd64.zip",
"hash": "15ab226054582de710ea89c68bf0d985ffbf6b369b376c5c001c672f3539edfe",
"extract_dir": "telegraf"
}
},
"persist": "telegraf.conf",
"bin": "telegraf.exe",
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"re": ">Telegraf v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip",
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "$sha256.*\\s.*$basename"
}
}
}
}
}