-
Notifications
You must be signed in to change notification settings - Fork 17
/
.bonsai.yml
132 lines (119 loc) · 4.5 KB
/
.bonsai.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
description: "#{repo}"
builds:
- platform: "alpine"
arch: "amd64"
asset_filename: "monitoring-plugins-alpine_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'alpine'"
- "entity.system.arch == 'amd64'"
- platform: "amazon2"
arch: "amd64"
asset_filename: "monitoring-plugins-amazon2_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'amazon'"
- "entity.system.platform_version == '2'"
- "entity.system.arch == 'amd64'"
- platform: "amazon2023"
arch: "amd64"
asset_filename: "monitoring-plugins-amazon2023_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'amazon'"
- "entity.system.platform_version == '2023'"
- "entity.system.arch == 'amd64'"
- platform: "centos7"
arch: "amd64"
asset_filename: "monitoring-plugins-centos7_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_version.split('.')[0] == '7'"
- "entity.system.arch == 'amd64'"
- platform: "centos8"
arch: "amd64"
asset_filename: "monitoring-plugins-centos8_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_version.split('.')[0] == '8'"
- "entity.system.arch == 'amd64'"
- platform: "rocky9"
arch: "amd64"
asset_filename: "monitoring-plugins-rocky9_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_version.split('.')[0] == '9'"
- "entity.system.arch == 'amd64'"
- platform: "debian10"
arch: "amd64"
asset_filename: "monitoring-plugins-debian10_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform_family == 'debian'"
- "entity.system.platform_version.split('.')[0] == '10'"
- "entity.system.arch == 'amd64'"
- platform: "debian11"
arch: "amd64"
asset_filename: "monitoring-plugins-debian11_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform_family == 'debian'"
- "entity.system.platform_version.split('.')[0] == '11'"
- "entity.system.arch == 'amd64'"
- platform: "ubuntu1804"
arch: "amd64"
asset_filename: "monitoring-plugins-ubuntu1804_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'ubuntu'"
- "entity.system.platform_version.split('.')[0] == '18'"
- "entity.system.arch == 'amd64'"
- platform: "ubuntu2004"
arch: "amd64"
asset_filename: "monitoring-plugins-ubuntu2004_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'ubuntu'"
- "entity.system.platform_version.split('.')[0] == '20'"
- "entity.system.arch == 'amd64'"
- platform: "ubuntu2204"
arch: "amd64"
asset_filename: "monitoring-plugins-ubuntu2204_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'ubuntu'"
- "entity.system.platform_version.split('.')[0] == '22'"
- "entity.system.arch == 'amd64'"
- platform: "raspberrypi64"
arch: "arm64"
asset_filename: "monitoring-plugins-raspberrypi64_#{version}_linux_arm64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'debian'"
- "entity.system.platform_version.split('.')[0] == '11'"
- "entity.system.arch == 'arm64'"
- platform: "xcp-ng8"
arch: "amd64"
asset_filename: "monitoring-plugins-centos7_#{version}_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.platform == 'xcp-ng'"
- "entity.system.platform_version.split('.')[0] == '8'"
- "entity.system.arch == 'amd64'"