Downloads:
487,416
Downloads of v 4.0.27.20201207:
102
Last Update:
07 Dec 2020
Package Maintainer(s):
Software Author(s):
- Zabbix LLC
Tags:
zabbix monitoring admin msiZabbix Agent (Install)
This is not the latest version of Zabbix Agent (Install) available.
- 1
- 2
- 3
4.0.27.20201207 | Updated: 07 Dec 2020
Downloads:
487,416
Downloads of v 4.0.27.20201207:
102
Maintainer(s):
Software Author(s):
- Zabbix LLC
Zabbix Agent (Install) 4.0.27.20201207
This is not the latest version of Zabbix Agent (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Zabbix LLC. The inclusion of Zabbix LLC trademark(s), if any, upon this webpage is solely to identify Zabbix LLC goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 07 Dec 2020.
This package is unlisted and hidden from package listings.
This package installs the Zabbix agent MSI from the pre-compiled files supplied by Zabbix LLC. The source code for this Chocolatey package can be found on GitHub. Please file any issues you find in the project's Issue tracker.
Package installation defaults
By default, installation of this package:
- Will install the OpenSSL version of the Zabbix agent to "%ProgramFiles%\Zabbix Agent".
- Will set the hostname to $env:COMPUTERNAME.
- Will set the server to 127.0.0.1.
- Will add firewall rules.
- Will NOT enable encryption.
- Will NOT enable remote commands.
Package Parameters
Defaults are listed in brackets, a full list of configuration options are availabe in the Zabbix documentation.
Please Note: To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
LOGTYPE
- Log output type (file).LOGFILE
- Name of the agent log file ($INSTALLFOLDER\zabbix_agentd.log).ENABLEREMOTECOMMANDS
- Whether remote commands from Zabbix server are allowed (0).SERVER
- List of comma delimited IP addresses (127.0.0.1).LISTENPORT
- Agent will listen on this port for connections from the server (10050)SERVERACTIVE
- IP:port (or hostname:port) of Zabbix server or Zabbix proxy for active checks ($SERVER).HOSTNAME
- Unique, case sensitive hostname ($env:COMPUTERNAME)TIMEOUT
- Spend no more than Timeout seconds on processing (3).TLSCONNECT
- How the agent should connect to Zabbix server or proxy. Used for active checks (unencrypted).TLSACCEPT
- What incoming connections to accept (unencrypted).TLSPSKIDENTITY
- Pre-shared key identity string, used for encrypted communications with Zabbix server.TLSPSKFILE
- Full pathname of a file containing the agent private key used for encrypted communications with Zabbix components.TLSPSKVALUE
- Pre-shared key value string, used for encrypted communications with Zabbix server.TLSCAFILE
- Full pathname of a file containing the top-level CA(s) certificates for peer certificate verification, used for encrypted communications between Zabbix components.TLSCRLFILE
- Full pathname of a file containing revoked certificates. This parameter is used for encrypted communications with Zabbix components.TLSSERVERCERTISSUER
- Allowed server (proxy) certificate issuer.TLSSERVERCERTSUBJECT
- Allowed server (proxy) certificate subject.TLSCERTFILE
- Full pathname of a file containing the agent certificate or certificate chain, used for encrypted communications with Zabbix components.TLSKEYFILE
- Full pathname of a file containing the agent pre-shared key used for encrypted communications with Zabbix components.INSTALLFOLDER
- Full pathname specifying where the Zabbix agent should be installed (%ProgramFiles%\Zabbix Agent).ENABLEPATH
- Add Zabbix agent to the PATH environment variable (0).SKIP
- Passing "fw" to this parameter will skip adding the firewall exception rule.
These parameters can be passed to the installer with the use of -params
.
For example :
choco install zabbix-agent.install -params '"/SERVER:192.168.6.76 /HOSTNAME:zabbix-agent-1.zabbix.com /ENABLEREMOTECOMMANDS:1 /SKIP:fw"'
$ErrorActionPreference = 'Stop';
$packageName = 'zabbix-agent.install'
$softwareName = 'Zabbix Agent*'
$installerType = 'MSI'
$silentArgs = '/qn /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- zabbix_agent-4.0.27-windows-amd64-openssl.msi (85dc10de94e2) - ## / 60
- zabbix_agent-4.0.27-windows-i386-openssl.msi (87474b1825c0) - ## / 61
- zabbix-agent.install.4.0.27.20201207.nupkg (592be39efa8f) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Zabbix Agent (Install) 7.2.5 | 1138 | Thursday, March 27, 2025 | Approved | |
Zabbix Agent (Install) 7.2.4 | 2847 | Tuesday, March 4, 2025 | Approved | |
Zabbix Agent (Install) 7.2.3 | 2239 | Wednesday, January 29, 2025 | Approved | |
Zabbix Agent (Install) 7.2.2 | 1990 | Monday, January 6, 2025 | Approved | |
Zabbix Agent (Install) 7.2.1 | 813 | Friday, December 20, 2024 | Approved | |
Zabbix Agent (Install) 7.2.0 | 889 | Tuesday, December 10, 2024 | Approved | |
Zabbix Agent (Install) 7.0.11 | 14 | Thursday, March 27, 2025 | Approved | |
Zabbix Agent (Install) 7.0.10 | 12 | Tuesday, March 4, 2025 | Approved | |
Zabbix Agent (Install) 7.0.9 | 19 | Tuesday, January 28, 2025 | Approved | |
Zabbix Agent (Install) 7.0.8 | 23 | Monday, January 6, 2025 | Approved | |
Zabbix Agent (Install) 7.0.7 | 36 | Wednesday, December 18, 2024 | Approved | |
Zabbix Agent (Install) 7.0.6 | 1545 | Wednesday, November 20, 2024 | Approved | |
Zabbix Agent (Install) 7.0.5 | 2158 | Tuesday, October 22, 2024 | Approved | |
Zabbix Agent (Install) 7.0.4 | 2703 | Tuesday, September 24, 2024 | Approved | |
Zabbix Agent (Install) 7.0.3 | 2806 | Monday, August 19, 2024 | Approved | |
Zabbix Agent (Install) 7.0.2 | 2609 | Monday, July 29, 2024 | Approved | |
Zabbix Agent (Install) 7.0.1 | 848 | Monday, July 22, 2024 | Approved | |
Zabbix Agent (Install) 7.0.0 | 7416 | Tuesday, June 4, 2024 | Approved | |
Zabbix Agent (Install) 6.4.21 | 17 | Wednesday, January 29, 2025 | Approved | |
Zabbix Agent (Install) 6.4.20 | 41 | Wednesday, November 20, 2024 | Approved | |
Zabbix Agent (Install) 6.4.19 | 50 | Monday, September 23, 2024 | Approved | |
Zabbix Agent (Install) 6.4.18 | 45 | Monday, August 19, 2024 | Approved | |
Zabbix Agent (Install) 6.4.17 | 45 | Monday, July 15, 2024 | Approved | |
Zabbix Agent (Install) 6.4.16 | 40 | Monday, June 17, 2024 | Approved | |
Zabbix Agent (Install) 6.4.15 | 2101 | Tuesday, May 21, 2024 | Approved | |
Zabbix Agent (Install) 6.4.14 | 2600 | Monday, April 22, 2024 | Approved | |
Zabbix Agent (Install) 6.4.13 | 2256 | Tuesday, March 26, 2024 | Approved | |
Zabbix Agent (Install) 6.4.12 | 3049 | Thursday, February 29, 2024 | Approved | |
Zabbix Agent (Install) 6.4.11 | 3490 | Monday, January 29, 2024 | Approved | |
Zabbix Agent (Install) 6.4.10 | 7577 | Wednesday, December 13, 2023 | Approved | |
Zabbix Agent (Install) 6.4.9 | 1870 | Thursday, November 30, 2023 | Approved | |
Zabbix Agent (Install) 6.4.8 | 3502 | Tuesday, October 31, 2023 | Approved | |
Zabbix Agent (Install) 6.4.7 | 4627 | Tuesday, September 26, 2023 | Approved | |
Zabbix Agent (Install) 6.4.6 | 3838 | Tuesday, August 22, 2023 | Approved | |
Zabbix Agent (Install) 6.4.5 | 2520 | Tuesday, August 1, 2023 | Approved | |
Zabbix Agent (Install) 6.4.4 | 1844 | Saturday, July 15, 2023 | Approved | |
Zabbix Agent (Install) 6.2.9 | 10246 | Monday, March 27, 2023 | Approved | |
Zabbix Agent (Install) 6.2.8 | 2781 | Thursday, March 9, 2023 | Approved | |
Zabbix Agent (Install) 6.2.7 | 8161 | Thursday, February 2, 2023 | Approved | |
Zabbix Agent (Install) 6.2.6 | 6826 | Monday, December 5, 2022 | Approved | |
Zabbix Agent (Install) 6.0.39 | 13 | Tuesday, March 4, 2025 | Approved | |
Zabbix Agent (Install) 6.0.38 | 38 | Wednesday, January 29, 2025 | Approved | |
Zabbix Agent (Install) 6.0.37 | 2698 | Tuesday, December 17, 2024 | Approved | |
Zabbix Agent (Install) 6.0.36 | 26 | Wednesday, November 20, 2024 | Approved | |
Zabbix Agent (Install) 6.0.35 | 38 | Tuesday, October 22, 2024 | Approved | |
Zabbix Agent (Install) 6.0.34 | 28 | Thursday, September 26, 2024 | Approved | |
Zabbix Agent (Install) 6.0.33 | 126 | Tuesday, August 13, 2024 | Approved | |
Zabbix Agent (Install) 6.0.32 | 40 | Monday, July 15, 2024 | Approved | |
Zabbix Agent (Install) 6.0.31 | 36 | Monday, June 17, 2024 | Approved | |
Zabbix Agent (Install) 6.0.30 | 42 | Tuesday, May 21, 2024 | Approved | |
Zabbix Agent (Install) 6.0.29 | 43 | Monday, April 22, 2024 | Approved | |
Zabbix Agent (Install) 6.0.28 | 51 | Tuesday, March 26, 2024 | Approved | |
Zabbix Agent (Install) 6.0.27 | 44 | Thursday, February 29, 2024 | Approved | |
Zabbix Agent (Install) 6.0.26 | 43 | Monday, January 29, 2024 | Approved | |
Zabbix Agent (Install) 6.0.25 | 56 | Wednesday, December 13, 2023 | Approved | |
Zabbix Agent (Install) 6.0.24 | 57 | Thursday, November 30, 2023 | Approved | |
Zabbix Agent (Install) 6.0.23 | 51 | Tuesday, October 31, 2023 | Approved | |
Zabbix Agent (Install) 6.0.22 | 55 | Wednesday, October 18, 2023 | Approved | |
Zabbix Agent (Install) 6.0.15 | 73 | Friday, March 31, 2023 | Approved | |
Zabbix Agent (Install) 6.0.14 | 54 | Thursday, March 9, 2023 | Approved | |
Zabbix Agent (Install) 6.0.13 | 64 | Thursday, February 2, 2023 | Approved | |
Zabbix Agent (Install) 6.0.12 | 58 | Monday, December 5, 2022 | Approved | |
Zabbix Agent (Install) 5.4.12.20220423 | 90 | Saturday, April 23, 2022 | Approved | |
Zabbix Agent (Install) 5.4.9 | 114 | Saturday, July 15, 2023 | Approved | |
Zabbix Agent (Install) 5.2.7 | 341 | Monday, June 28, 2021 | Approved | |
Zabbix Agent (Install) 5.0.46 | 21 | Monday, January 27, 2025 | Approved | |
Zabbix Agent (Install) 5.0.45 | 25 | Wednesday, November 20, 2024 | Approved | |
Zabbix Agent (Install) 5.0.44 | 30 | Monday, September 23, 2024 | Approved | |
Zabbix Agent (Install) 5.0.43 | 28 | Tuesday, August 13, 2024 | Approved | |
Zabbix Agent (Install) 5.0.42 | 174 | Tuesday, March 26, 2024 | Approved | |
Zabbix Agent (Install) 5.0.41 | 151 | Monday, January 29, 2024 | Approved | |
Zabbix Agent (Install) 5.0.40 | 52 | Thursday, November 30, 2023 | Approved | |
Zabbix Agent (Install) 5.0.39 | 55 | Monday, October 30, 2023 | Approved | |
Zabbix Agent (Install) 5.0.38 | 66 | Wednesday, October 18, 2023 | Approved | |
Zabbix Agent (Install) 5.0.33 | 173 | Monday, March 27, 2023 | Approved | |
Zabbix Agent (Install) 5.0.32 | 65 | Tuesday, March 7, 2023 | Approved | |
Zabbix Agent (Install) 5.0.31 | 65 | Monday, January 30, 2023 | Approved | |
Zabbix Agent (Install) 5.0.30 | 53 | Monday, November 28, 2022 | Approved | |
Zabbix Agent (Install) 5.0.29 | 62 | Wednesday, November 2, 2022 | Approved | |
Zabbix Agent (Install) 5.0.28 | 71 | Tuesday, September 20, 2022 | Approved | |
Zabbix Agent (Install) 5.0.27 | 59 | Friday, September 16, 2022 | Approved | |
Zabbix Agent (Install) 5.0.26 | 81 | Saturday, August 20, 2022 | Approved | |
Zabbix Agent (Install) 4.4.10 | 145 | Monday, July 13, 2020 | Approved | |
Zabbix Agent (Install) 4.2.8.20200116 | 147 | Thursday, January 16, 2020 | Approved | |
Zabbix Agent (Install) 4.2.8 | 78 | Saturday, July 15, 2023 | Approved | |
Zabbix Agent (Install) 4.0.50 | 58 | Monday, October 30, 2023 | Approved | |
Zabbix Agent (Install) 4.0.49 | 58 | Wednesday, October 18, 2023 | Approved | |
Zabbix Agent (Install) 4.0.45 | 60 | Friday, March 31, 2023 | Approved | |
Zabbix Agent (Install) 4.0.44 | 110 | Tuesday, September 20, 2022 | Approved | |
Zabbix Agent (Install) 4.0.43 | 76 | Saturday, August 20, 2022 | Approved | |
Zabbix Agent (Install) 3.0.32 | 127 | Monday, March 8, 2021 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Zabbix Agent (Install) and the Zabbix Agent (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Zabbix Agent (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.