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 9, 2023
1 parent 8bbcb3c commit b12d172
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 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/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-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: fdbca5a6d48d079ee110f25135614dad804755cdf205de8a8482084816129baa
checksum64: c539dc45e5e66ecbd83b75d400dbc7fe8a99633d8935d18b888110983a0f957e
checksum32: a1874a8208ff1c37bc58350094e4b4ae35bffef55b1856f7907fe8258216d5d2
checksum64: 8d0b969b6ad6c1627e1ef88b74e3b4f0f1e432e6398f4edc3c59882fbfb187cc

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-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/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.msi'
Checksum = 'fdbca5a6d48d079ee110f25135614dad804755cdf205de8a8482084816129baa'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.msi'
Checksum = 'a1874a8208ff1c37bc58350094e4b4ae35bffef55b1856f7907fe8258216d5d2'
ChecksumType = 'sha256'
Checksum64 = 'c539dc45e5e66ecbd83b75d400dbc7fe8a99633d8935d18b888110983a0f957e'
Checksum64 = '8d0b969b6ad6c1627e1ef88b74e3b4f0f1e432e6398f4edc3c59882fbfb187cc'
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.7",
"6.0": "6.0.13",
"6.2": "6.2.8",
"6.0": "6.0.14",
"5.0": "5.0.32",
"4.0": "4.0.44"
}
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>5.0.32</version>
<version>6.2.8</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/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-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: 2295d6b2c5af375d0d3157f48f56ec137f5aca5e755ef0a02c7ee05d3b734dc3
checksum64: 2826363cafdcdcaa907d72c1ce2aee56a910770add17fb9d81c055ca6424766f
checksum32: 646b7d2d2839cbbd3cc22c1f65f554fb3f1f5f7cb934363dc91ec3664dd4e4b7
checksum64: 74812bbff4173713422d76f1032e411ba89fcc59c7be1514637300fc544e332b

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-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 = '5.0.32'
$version = '6.2.8'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.zip'
$checksum = '2295d6b2c5af375d0d3157f48f56ec137f5aca5e755ef0a02c7ee05d3b734dc3'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.zip'
$checksum = '646b7d2d2839cbbd3cc22c1f65f554fb3f1f5f7cb934363dc91ec3664dd4e4b7'
$checksumType = 'sha256'
$checksum64 = '2826363cafdcdcaa907d72c1ce2aee56a910770add17fb9d81c055ca6424766f'
$checksum64 = '74812bbff4173713422d76f1032e411ba89fcc59c7be1514637300fc544e332b'
$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.7",
"6.0": "6.0.13",
"6.2": "6.2.8",
"6.0": "6.0.14",
"5.0": "5.0.32",
"4.0": "4.0.44"
}
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>5.0.32</version>
<version>6.2.8</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/5.0/5.0.32/zabbix_agent2-5.0.32-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-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: a49fa355514b19bc50e219f9640043af18b8d283f450b53c4f8509b577206851
checksum64: 59af66fc9df55ae7514889402cafe7bf078e6f99094a5062f623bc415c2a984c
checksum32: 719bcb0e732dfc4e354c3612792b0d17356938351682a7e264deba8feb92d592
checksum64: be0d4f8424149e97d3d7f260f36d7f6691bb800ce30b3d2de3c742b9d727c280

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-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/5.0/5.0.32/zabbix_agent2-5.0.32-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-amd64-openssl.msi'
Checksum = 'a49fa355514b19bc50e219f9640043af18b8d283f450b53c4f8509b577206851'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-amd64-openssl.msi'
Checksum = '719bcb0e732dfc4e354c3612792b0d17356938351682a7e264deba8feb92d592'
ChecksumType = 'sha256'
Checksum64 = '59af66fc9df55ae7514889402cafe7bf078e6f99094a5062f623bc415c2a984c'
Checksum64 = 'be0d4f8424149e97d3d7f260f36d7f6691bb800ce30b3d2de3c742b9d727c280'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.2": "6.2.7",
"6.0": "6.0.13",
"6.2": "6.2.8",
"6.0": "6.0.14",
"5.0": "5.0.32"
}
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>5.0.32</version>
<version>6.2.8</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 b12d172

Please sign in to comment.