Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

434,924

Downloads of v 4.0.16:

174

Last Update:

16 Jan 2020

Package Maintainer(s):

Software Author(s):

  • Zabbix LLC

Tags:

zabbix monitoring admin msi

Zabbix Agent (Install)

This is not the latest version of Zabbix Agent (Install) available.

  • 1
  • 2
  • 3

4.0.16 | Updated: 16 Jan 2020

Downloads:

434,924

Downloads of v 4.0.16:

174

Maintainer(s):

Software Author(s):

  • Zabbix LLC

Zabbix Agent (Install) 4.0.16

This is not the latest version of Zabbix Agent (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
NOTE

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.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 16 Jan 2020.

WARNING

This package is unlisted and hidden from package listings.

Description

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"'


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$packageName  = 'zabbix-agent.install'
$title        = 'Zabbix Agent'
$version      = '4.0.16'
$url32        = "https://www.zabbix.com/downloads/$version/zabbix_agent-$version-windows-i386-openssl.msi"
$url64        = "https://www.zabbix.com/downloads/$version/zabbix_agent-$version-windows-amd64-openssl.msi"
$checksum32   = '43698cedb330105483065eed3c523b58'
$checksum64   = '91e516d468c8389f7984075024ebd328'

$installDir = Join-Path $env:PROGRAMFILES $title

$pp = Get-PackageParameters
$INSTALLFOLDER        = if ($pp.INSTALLFOLDER) { $pp.INSTALLFOLDER } else { $installDir }
$LOGTYPE              = if ($pp.LOGTYPE) { $pp.LOGTYPE } else { 'file' }
$LOGFILE              = if ($pp.LOGFILE) { $pp.LOGFILE } else { "$INSTALLFOLDER\zabbix_agentd.log" }
$ENABLEREMOTECOMMANDS = if ($pp.ENABLEREMOTECOMMANDS) { $pp.ENABLEREMOTECOMMANDS } else { '0' }
$SERVER               = if ($pp.SERVER) { $pp.SERVER } else { '127.0.0.1' }
$LISTENPORT           = if ($pp.LISTENPORT) { $pp.LISTENPORT } else { '10050' }
$SERVERACTIVE         = if ($pp.SERVERACTIVE) { $pp.SERVERACTIVE } else { $SERVER }
$HOSTNAME             = if ($pp.HOSTNAME) { $pp.HOSTNAME } else { $env:COMPUTERNAME }
$TIMEOUT              = if ($pp.TIMEOUT) { $pp.TIMEOUT } else { '3' }
$TLSCONNECT           = if ($pp.TLSCONNECT) { $pp.TLSCONNECT } else { 'unencrypted' }
$TLSACCEPT            = if ($pp.TLSACCEPT) { $pp.TLSACCEPT } else { 'unencrypted' }
$TLSPSKIDENTITY       = if ($pp.TLSPSKIDENTITY) { $pp.TLSPSKIDENTITY } else { '' }
$TLSPSKFILE           = if ($pp.TLSPSKFILE) { $pp.TLSPSKFILE } else { '' }
$TLSPSKVALUE          = if ($pp.TLSPSKVALUE) { $pp.TLSPSKVALUE } else { 0 }
$TLSCAFILE            = if ($pp.TLSCAFILE) { $pp.TLSCAFILE } else { '' }
$TLSCRLFILE           = if ($pp.TLSCRLFILE) { $pp.TLSCRLFILE } else { '' }
$TLSSERVERCERTISSUER  = if ($pp.TLSSERVERCERTISSUER) { $pp.TLSSERVERCERTISSUER } else { '' }
$TLSSERVERCERTSUBJECT = if ($pp.TLSSERVERCERTSUBJECT) { $pp.TLSSERVERCERTSUBJECT } else { '' }
$TLSCERTFILE          = if ($pp.TLSCERTFILE) { $pp.TLSCERTFILE } else { '' }
$TLSKEYFILE           = if ($pp.TLSKEYFILE) { $pp.TLSKEYFILE } else { '' }
$ENABLEPATH           = if ($pp.ENABLEPATH) { $pp.ENABLEPATH } else { 0 }
$SKIP                 = if ($pp.SKIP) { $pp.SKIP } else { 0 }

# TLSPSKVALUE does not like being set if it isn't being used.
if ($TLSPSKVALUE -ne 0) {
  $silentArgs = "/qn /norestart INSTALLFOLDER=`"$INSTALLFOLDER`" LOGTYPE=`"$LOGTYPE`" LOGFILE=`"$LOGFILE`" ENABLEREMOTECOMMANDS=`"$ENABLEREMOTECOMMANDS`" SERVER=`"$SERVER`" LISTENPORT=`"$LISTENPORT`" SERVERACTIVE=`"$SERVERACTIVE`" HOSTNAME=`"$HOSTNAME`" TIMEOUT=`"$TIMEOUT`" TLSCONNECT=`"$TLSCONNECT`" TLSACCEPT=`"$TLSACCEPT`" TLSPSKIDENTITY=`"$TLSPSKIDENTITY`" TLSPSKFILE=`"$TLSPSKFILE`" TLSPSKVALUE=`"$TLSPSKVALUE`" TLSCAFILE=`"$TLSCAFILE`" TLSCRLFILE=`"$TLSCRLFILE`" TLSSERVERCERTISSUER=`"$TLSSERVERCERTISSUER`" TLSSERVERCERTSUBJECT=`"$TLSSERVERCERTSUBJECT`" TLSCERTFILE=`"$TLSCERTFILE`" TLSKEYFILE=`"$TLSKEYFILE`" ENABLEPATH=`"$ENABLEPATH`" SKIP=`"$SKIP`""
} else {
  $silentArgs = "/qn /norestart INSTALLFOLDER=`"$INSTALLFOLDER`" LOGTYPE=`"$LOGTYPE`" LOGFILE=`"$LOGFILE`" ENABLEREMOTECOMMANDS=`"$ENABLEREMOTECOMMANDS`" SERVER=`"$SERVER`" LISTENPORT=`"$LISTENPORT`" SERVERACTIVE=`"$SERVERACTIVE`" HOSTNAME=`"$HOSTNAME`" TIMEOUT=`"$TIMEOUT`" TLSCONNECT=`"$TLSCONNECT`" TLSACCEPT=`"$TLSACCEPT`" TLSPSKIDENTITY=`"$TLSPSKIDENTITY`" TLSPSKFILE=`"$TLSPSKFILE`" TLSCAFILE=`"$TLSCAFILE`" TLSCRLFILE=`"$TLSCRLFILE`" TLSSERVERCERTISSUER=`"$TLSSERVERCERTISSUER`" TLSSERVERCERTSUBJECT=`"$TLSSERVERCERTSUBJECT`" TLSCERTFILE=`"$TLSCERTFILE`" TLSKEYFILE=`"$TLSKEYFILE`" ENABLEPATH=`"$ENABLEPATH`" SKIP=`"$SKIP`""
}

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'MSI'
  url            = $url32
  url64bit       = $url64

  softwareName   = 'Zabbix Agent*'

  checksum       = $checksum32
  checksumType   = 'md5'
  checksum64     = $checksum64
  checksumType64 = 'md5'

  silentArgs     = $silentArgs
  validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$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.

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) 6.4.13 4 Tuesday, March 26, 2024
Waiting for Maintainer
Zabbix Agent (Install) 6.4.11 3453 Monday, January 29, 2024 Approved
Zabbix Agent (Install) 6.4.10 5297 Wednesday, December 13, 2023 Approved
Zabbix Agent (Install) 6.4.9 1773 Thursday, November 30, 2023 Approved
Zabbix Agent (Install) 6.4.8 3452 Tuesday, October 31, 2023 Approved
Zabbix Agent (Install) 6.4.7 4485 Tuesday, September 26, 2023 Approved
Zabbix Agent (Install) 6.4.6 3761 Tuesday, August 22, 2023 Approved
Zabbix Agent (Install) 6.4.5 2486 Tuesday, August 1, 2023 Approved
Zabbix Agent (Install) 6.4.4 1751 Saturday, July 15, 2023 Approved
Zabbix Agent (Install) 6.2.9 10214 Monday, March 27, 2023 Approved
Zabbix Agent (Install) 6.2.8 2732 Thursday, March 9, 2023 Approved
Zabbix Agent (Install) 6.2.7 8127 Thursday, February 2, 2023 Approved
Zabbix Agent (Install) 6.2.6 6784 Monday, December 5, 2022 Approved
Zabbix Agent (Install) 6.0.28 15 Tuesday, March 26, 2024 Approved
Zabbix Agent (Install) 6.0.27 8 Thursday, February 29, 2024 Approved
Zabbix Agent (Install) 6.0.26 9 Monday, January 29, 2024 Approved
Zabbix Agent (Install) 6.0.25 17 Wednesday, December 13, 2023 Approved
Zabbix Agent (Install) 6.0.24 24 Thursday, November 30, 2023 Approved
Zabbix Agent (Install) 6.0.23 13 Tuesday, October 31, 2023 Approved
Zabbix Agent (Install) 6.0.22 17 Wednesday, October 18, 2023 Approved
Zabbix Agent (Install) 6.0.15 35 Friday, March 31, 2023 Approved
Zabbix Agent (Install) 6.0.14 25 Thursday, March 9, 2023 Approved
Zabbix Agent (Install) 6.0.13 33 Thursday, February 2, 2023 Approved
Zabbix Agent (Install) 6.0.12 27 Monday, December 5, 2022 Approved
Zabbix Agent (Install) 5.4.12.20220423 55 Saturday, April 23, 2022 Approved
Zabbix Agent (Install) 5.4.9 28 Saturday, July 15, 2023 Approved
Zabbix Agent (Install) 5.2.7 204 Monday, June 28, 2021 Approved
Zabbix Agent (Install) 5.0.42 4 Tuesday, March 26, 2024 Approved
Zabbix Agent (Install) 5.0.41 12 Monday, January 29, 2024 Approved
Zabbix Agent (Install) 5.0.40 22 Thursday, November 30, 2023 Approved
Zabbix Agent (Install) 5.0.39 18 Monday, October 30, 2023 Approved
Zabbix Agent (Install) 5.0.38 26 Wednesday, October 18, 2023 Approved
Zabbix Agent (Install) 5.0.33 134 Monday, March 27, 2023 Approved
Zabbix Agent (Install) 5.0.32 26 Tuesday, March 7, 2023 Approved
Zabbix Agent (Install) 5.0.31 34 Monday, January 30, 2023 Approved
Zabbix Agent (Install) 5.0.30 27 Monday, November 28, 2022 Approved
Zabbix Agent (Install) 5.0.29 36 Wednesday, November 2, 2022 Approved
Zabbix Agent (Install) 5.0.28 40 Tuesday, September 20, 2022 Approved
Zabbix Agent (Install) 5.0.27 30 Friday, September 16, 2022 Approved
Zabbix Agent (Install) 5.0.26 46 Saturday, August 20, 2022 Approved
Zabbix Agent (Install) 4.4.10 112 Monday, July 13, 2020 Approved
Zabbix Agent (Install) 4.2.8.20200116 111 Thursday, January 16, 2020 Approved
Zabbix Agent (Install) 4.2.8 42 Saturday, July 15, 2023 Approved
Zabbix Agent (Install) 4.0.50 21 Monday, October 30, 2023 Approved
Zabbix Agent (Install) 4.0.49 24 Wednesday, October 18, 2023 Approved
Zabbix Agent (Install) 4.0.45 32 Friday, March 31, 2023 Approved
Zabbix Agent (Install) 4.0.44 73 Tuesday, September 20, 2022 Approved
Zabbix Agent (Install) 4.0.43 37 Saturday, August 20, 2022 Approved
Zabbix Agent (Install) 3.0.32 80 Monday, March 8, 2021 Approved

This package has no dependencies.

Discussion for the Zabbix Agent (Install) Package

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.
comments powered by Disqus