diff --git a/bucket/chronograf.json b/bucket/chronograf.json new file mode 100644 index 0000000000..9415227801 --- /dev/null +++ b/bucket/chronograf.json @@ -0,0 +1,33 @@ +{ + "homepage": "https://www.influxdata.com/time-series-platform/chronograf/", + "license": "MIT", + "version": "1.7.12", + "description": "Open source monitoring and visualization UI for the TICK stack.", + "architecture": { + "64bit": { + "url": "https://dl.influxdata.com/chronograf/releases/chronograf-1.7.12_windows_amd64.zip", + "hash": "5bc37af4628d1481270dc0cd49f03cc4ffe700635ef869e19ff55f19c788e26d", + "extract_dir": "chronograf-1.7.12-1" + } + }, + "bin": [ + "chronoctl.exe", + "chronograf.exe" + ], + "checkver": { + "url": "https://portal.influxdata.com/downloads", + "re": ">Chronograf v([\\d.]+)<" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://dl.influxdata.com/chronograf/releases/chronograf-$version_windows_amd64.zip", + "hash": { + "url": "https://portal.influxdata.com/downloads/", + "regex": "$sha256.*\\s.*$basename" + }, + "extract_dir": "chronograf-$version-1" + } + } + } +} diff --git a/bucket/influxdb.json b/bucket/influxdb.json index 80481ec430..e77e1501fc 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -2,13 +2,14 @@ "homepage": "https://www.influxdata.com/", "license": "MIT", "version": "1.7.7", + "description": "Scalable datastore for metrics, events, and real-time analytics.", "architecture": { "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.7.7_windows_amd64.zip#/influxdb.zip", - "hash": "8064ebfe0ce40018c4ce99699acacf472492a676c5a62f5a16b0fddf88803536" + "url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.7.7_windows_amd64.zip", + "hash": "8064ebfe0ce40018c4ce99699acacf472492a676c5a62f5a16b0fddf88803536", + "extract_dir": "influxdb-1.7.7-1" } }, - "extract_dir": "influxdb-1.7.7-1", "persist": "influxdb.conf", "bin": [ "influx.exe", @@ -19,17 +20,17 @@ ], "checkver": { "url": "https://portal.influxdata.com/downloads", - "re": "releases/influxdb-(\\d+\\.\\d+\\.\\d+)_windows" + "re": ">InfluxDB v([\\d.]+)<" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip#/influxdb.zip" + "url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip", + "hash": { + "url": "$url.sha256" + }, + "extract_dir": "influxdb-$version-1" } - }, - "extract_dir": "influxdb-$version-1", - "hash": { - "url": "$url.sha256" } } } diff --git a/bucket/kapacitor.json b/bucket/kapacitor.json new file mode 100644 index 0000000000..74750694ce --- /dev/null +++ b/bucket/kapacitor.json @@ -0,0 +1,34 @@ +{ + "homepage": "https://www.influxdata.com/time-series-platform/kapacitor/", + "license": "MIT", + "version": "1.5.3", + "description": "Open source framework for processing, monitoring, and alerting on time series data.", + "architecture": { + "64bit": { + "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.3_windows_amd64.zip", + "hash": "md5:608c4991473c07dc5d3132eb92d03c7e", + "extract_dir": "kapacitor-1.5.3-1" + } + }, + "persist": "kapacitor.conf", + "bin": [ + "kapacitor.exe", + "kapacitord.exe" + ], + "checkver": { + "url": "https://portal.influxdata.com/downloads", + "re": ">Kapacitor v([\\d.]+)<" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$version_windows_amd64.zip", + "hash": { + "url": "https://portal.influxdata.com/downloads/", + "regex": "$md5.*\\s.*$basename" + }, + "extract_dir": "kapacitor-$version-1" + } + } + } +} diff --git a/bucket/telegraf.json b/bucket/telegraf.json new file mode 100644 index 0000000000..ce1427dfc9 --- /dev/null +++ b/bucket/telegraf.json @@ -0,0 +1,30 @@ +{ + "homepage": "https://www.influxdata.com/time-series-platform/telegraf/", + "license": "MIT", + "version": "1.11.1", + "description": "The plugin-driven server agent for collecting & reporting metrics.", + "architecture": { + "64bit": { + "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.11.1_windows_amd64.zip", + "hash": "25f2690f2a270607c9faf3d4e1c9e96d436d98b3fb76669555e0191eb3808d17", + "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" + } + } + } + } +}