Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
AU: 3 updated - zabbix-agent zabbix-agent.install zabbix-agent2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 31, 2023
1 parent 21940dc commit 1332b3c
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
12 changes: 6 additions & 6 deletions zabbix-agent.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-amd64-openssl.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 874b64874990bdf01b55a5fb7aaf25b5c117b212c2bde53fe1ddac6c5397a0c1
checksum64: 42d46b37dcba1754254bc98e74128eab05241ee63f9ecd6d1947bc64c1763768
checksum32: efa547b8064ef06d6a691dba7cd1615848a7388653a9c3e35bcbdfc61e6ba3cf
checksum64: 852a7f2ccedf7b4e71fbc9e849433948cf5e7b955dd397481bf3ecacd7abf345

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-amd64-openssl.msi

8 changes: 4 additions & 4 deletions zabbix-agent.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.msi'
Checksum = '874b64874990bdf01b55a5fb7aaf25b5c117b212c2bde53fe1ddac6c5397a0c1'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-amd64-openssl.msi'
Checksum = 'efa547b8064ef06d6a691dba7cd1615848a7388653a9c3e35bcbdfc61e6ba3cf'
ChecksumType = 'sha256'
Checksum64 = '42d46b37dcba1754254bc98e74128eab05241ee63f9ecd6d1947bc64c1763768'
Checksum64 = '852a7f2ccedf7b4e71fbc9e849433948cf5e7b955dd397481bf3ecacd7abf345'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.9",
"6.0": "6.0.14",
"6.0": "6.0.15",
"5.0": "5.0.33",
"4.0": "4.0.44"
"4.0": "4.0.45"
}
2 changes: 1 addition & 1 deletion zabbix-agent.install/zabbix-agent.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent.install</id>
<version>6.2.9</version>
<version>6.0.15</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent.install</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
12 changes: 6 additions & 6 deletions zabbix-agent/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-amd64-openssl.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 03bfddc21b3dc35c5ae5d1ea8791e121160fc664c1dfe77c71ee6a2770f865f6
checksum64: f1413ff540c98eaf8c583f168db9ad21385d3f5cd85b682352c65485b25e4b32
checksum32: b6f6c3b8d85328ed2311e660085ab3bdae3f8682f72169f5edaeeebd9e5514a9
checksum64: 105c0ef0845774bc58942d29af5c094aca36f87304e790d286c500d99f0fd570

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-amd64-openssl.zip

10 changes: 5 additions & 5 deletions zabbix-agent/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$version = '6.2.9'
$version = '6.0.15'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.zip'
$checksum = '03bfddc21b3dc35c5ae5d1ea8791e121160fc664c1dfe77c71ee6a2770f865f6'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent-6.0.15-windows-amd64-openssl.zip'
$checksum = 'b6f6c3b8d85328ed2311e660085ab3bdae3f8682f72169f5edaeeebd9e5514a9'
$checksumType = 'sha256'
$checksum64 = 'f1413ff540c98eaf8c583f168db9ad21385d3f5cd85b682352c65485b25e4b32'
$checksum64 = '105c0ef0845774bc58942d29af5c094aca36f87304e790d286c500d99f0fd570'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.9",
"6.0": "6.0.14",
"6.0": "6.0.15",
"5.0": "5.0.33",
"4.0": "4.0.44"
"4.0": "4.0.45"
}
2 changes: 1 addition & 1 deletion zabbix-agent/zabbix-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent</id>
<version>6.2.9</version>
<version>6.0.15</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
12 changes: 6 additions & 6 deletions zabbix-agent2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent2-6.0.15-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent2-6.0.15-windows-amd64-openssl.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 229e1fb706f2ace151e801e19f6e5805f032eca8a7c8a1afbbe5ae83d2d4c325
checksum64: 987874ee8c547414cf8408b986573372ff53742732342fb7109c19aa3effc2cd
checksum32: f9945227d3238456bacd9ad4797a8a7e92eb644d879178d325571ac87736b0e2
checksum64: 0b094dcee9f96e346a4cb335c8893d9cabec2c43d28af4c4e9981b424921aa28

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent2-6.0.15-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent2-6.0.15-windows-amd64-openssl.msi

8 changes: 4 additions & 4 deletions zabbix-agent2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-amd64-openssl.msi'
Checksum = '229e1fb706f2ace151e801e19f6e5805f032eca8a7c8a1afbbe5ae83d2d4c325'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent2-6.0.15-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.15/zabbix_agent2-6.0.15-windows-amd64-openssl.msi'
Checksum = 'f9945227d3238456bacd9ad4797a8a7e92eb644d879178d325571ac87736b0e2'
ChecksumType = 'sha256'
Checksum64 = '987874ee8c547414cf8408b986573372ff53742732342fb7109c19aa3effc2cd'
Checksum64 = '0b094dcee9f96e346a4cb335c8893d9cabec2c43d28af4c4e9981b424921aa28'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.2": "6.2.9",
"6.0": "6.0.14",
"6.0": "6.0.15",
"5.0": "5.0.33"
}
2 changes: 1 addition & 1 deletion zabbix-agent2/zabbix-agent2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent2</id>
<version>6.2.9</version>
<version>6.0.15</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent2</packageSourceUrl>
<owners>Marcin Bojko, Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down

0 comments on commit 1332b3c

Please sign in to comment.