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

Commit

Permalink
AU: 1 updated - zabbix-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 24, 2021
1 parent c767f99 commit 95c5552
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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/3.0/3.0.32/zabbix_agent-3.0.32-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-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: 340071d82d61fd0e7566b2533b3329bcd5b6daaffa56d91623bbc4269d0ccab4
checksum64: c7490ed55c45187b15fa9aeb883e1cabb933e091f4d7bf96abed7ddd327d3c29
checksum32: b33e4bac8b7dbd9457c2e7ffb679444439aba63f99a9b8a0aa0844212ea69c67
checksum64: 4b26be87dedf054c87e7aa87775bfab700cc5c92050a46c7a88f4467517e98b1

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-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 = '3.0.32'
$version = '5.4.0'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/3.0/3.0.32/zabbix_agent-3.0.32-windows-amd64-openssl.zip'
$checksum = '340071d82d61fd0e7566b2533b3329bcd5b6daaffa56d91623bbc4269d0ccab4'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.0/zabbix_agent-5.4.0-windows-amd64-openssl.zip'
$checksum = 'b33e4bac8b7dbd9457c2e7ffb679444439aba63f99a9b8a0aa0844212ea69c67'
$checksumType = 'sha256'
$checksum64 = 'c7490ed55c45187b15fa9aeb883e1cabb933e091f4d7bf96abed7ddd327d3c29'
$checksum64 = '4b26be87dedf054c87e7aa87775bfab700cc5c92050a46c7a88f4467517e98b1'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
8 changes: 4 additions & 4 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"5.4": "5.3.0",
"5.2": "5.2.5",
"5.0": "5.0.9",
"4.0": "4.0.29"
"5.4": "5.4.0",
"5.2": "5.2.6",
"5.0": "5.0.12",
"4.0": "4.0.31"
}
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>3.0.32</version>
<version>5.4.0</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down

0 comments on commit 95c5552

Please sign in to comment.