influxdb: Add description and change url (#194)

This commit is contained in:
Hsiao-nan Cheung 2019-06-30 19:02:57 +08:00 committed by GitHub
parent 8e822e8072
commit 36d518f80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 107 additions and 9 deletions

33
bucket/chronograf.json Normal file
View File

@ -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"
}
}
}
}

View File

@ -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"
}
},
"extract_dir": "influxdb-$version-1",
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "influxdb-$version-1"
}
}
}
}

34
bucket/kapacitor.json Normal file
View File

@ -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"
}
}
}
}

30
bucket/telegraf.json Normal file
View File

@ -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"
}
}
}
}
}