-
-
Notifications
You must be signed in to change notification settings - Fork 966
/
telegraf.json
40 lines (40 loc) · 1.47 KB
/
telegraf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"version": "1.32.2",
"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.32.2_windows_amd64.zip",
"hash": "241dd1dc5d272c902da14dc6ba7e7991f2210842d107cb1f1860e0d92333b018"
},
"32bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.32.2_windows_i386.zip",
"hash": "a9fb8e51e2acddd0559f5ee1b957147072d506de9e4bbd179efeb7a7330433b5"
}
},
"extract_dir": "telegraf-1.32.2",
"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"
}
}