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:

445,788

Downloads of v 1.65.5:

364

Last Update:

05 Aug 2025

Package Maintainer(s):

Software Author(s):

  • New Relic

Tags:

New Relic Infrastructure (Install)

  • 1
  • 2
  • 3

1.65.5 | Updated: 05 Aug 2025

Downloads:

445,788

Downloads of v 1.65.5:

364

Maintainer(s):

Software Author(s):

  • New Relic

New Relic Infrastructure (Install) 1.65.5

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by New Relic. The inclusion of New Relic trademark(s), if any, upon this webpage is solely to identify New Relic goods or services and not for commercial purposes.

  • 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
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install New Relic Infrastructure (Install), run the following command from the command line or from PowerShell:

>

To upgrade New Relic Infrastructure (Install), run the following command from the command line or from PowerShell:

>

To uninstall New Relic Infrastructure (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade newrelic-infra -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade newrelic-infra -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install newrelic-infra
  win_chocolatey:
    name: newrelic-infra
    version: '1.65.5'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'newrelic-infra' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.65.5'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller newrelic-infra
{
    Name     = "newrelic-infra"
    Version  = "1.65.5"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'newrelic-infra':
  ensure   => '1.65.5',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 05 Aug 2025.

Description

New Relic Infrastructure is an agent which provides flexible, dynamic
server monitoring. Infrastructure empowers modern operations teams to make
intelligent decisions about complex systems, from a physical datacenter to
thousands of Amazon Elastic Compute Cloud (Amazon EC2) or Microsoft Azure
instances.

Real-time metrics and powerful analytics reduce your mean-time-to-resolution
(MTTR) by connecting changes in host performance to changes in your configuration.
Hosts are automatically added and removed from the interface as they are created
and destroyed, and a powerful Events page lets you see every change.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.

Package Specific

Package Parameters

The following package parameters can be set:

  • /GenerateConfig: - Whether or not to generate a config
  • /LicenseKey: - Your license key
  • /DisplayName: - Display Name
  • /Proxy: - Proxy url and port
  • /CustomAttributes: - Any custom attributes that need to be added

https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/windows-installation/install-infrastructure-windows-server-using-msi-installer#step-by-step-instructions

To pass parameters, use --params "''" (e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'").
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.


tools\chocolateybeforemodify.ps1
Stop-Service -Name newrelic-infra -Force -ErrorAction SilentlyContinue
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$additionalArgs = ''
$packageParameters = Get-PackageParameters

# see if any parameters were passed
if ($packageParameters['GenerateConfig']) { $GenerateConfig = $packageParameters['GenerateConfig'] }
if ($packageParameters['LicenseKey']) { $LicenseKey = $packageParameters['LicenseKey'] }
if ($packageParameters['DisplayName']) { $DisplayName = $packageParameters['DisplayName'] }
if ($packageParameters['Proxy']) { $Proxy = $packageParameters['Proxy'] }
if ($packageParameters['CustomAttributes']) { $CustomAttributes = $packageParameters['CustomAttributes'] }

if(Get-Variable -Name GenerateConfig -ErrorAction SilentlyContinue) {
  $additionalArgs = 'GENERATE_CONFIG=true'

  if(Get-Variable -Name LicenseKey -ErrorAction SilentlyContinue) {
    $additionalArgs += " LICENSE_KEY=$LicenseKey"
  }

  if(Get-Variable -Name DisplayName -ErrorAction SilentlyContinue) {
    $additionalArgs += " DISPLAY_NAME=$DisplayName"
  }

  if(Get-Variable -Name Proxy -ErrorAction SilentlyContinue) {
    $additionalArgs += " PROXY=$Proxy"
  }

  if(Get-Variable -Name CustomAttributes -ErrorAction SilentlyContinue) {
    $additionalArgs += " CUSTOM_ATTRIBUTES=$CustomAttributes"
  }
}

# Enable TLS 1.2
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072

$packageName     = 'newrelic-infra'
$softwareName    = 'newrelic-infra*'

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64      = 'https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.1.65.5.msi'

$packageArgs = @{
  packageName   = $packageName
  unzipLocation = $toolsDir
  fileType      = 'MSI'
  url64bit      = $url64

  softwareName  = $softwareName

  checksum64     = 'ce7a0cbb17a2c2358be9f5f3c0ad17aaab8fcf3b9e6b76b5b5b488f84f2b8de8'
  checksumType64 = 'sha256'

  silentArgs    = "/qn $additionalArgs /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

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
New Relic Infrastructure (Install) 1.65.4 3334 Thursday, July 17, 2025 Approved
New Relic Infrastructure (Install) 1.65.3 596 Tuesday, July 15, 2025 Approved
New Relic Infrastructure (Install) 1.65.1 3270 Friday, June 27, 2025 Approved
New Relic Infrastructure (Install) 1.65.0 746 Tuesday, June 24, 2025 Approved
New Relic Infrastructure (Install) 1.64.0 6409 Friday, May 23, 2025 Approved
New Relic Infrastructure (Install) 1.63.1 10620 Thursday, April 3, 2025 Approved
New Relic Infrastructure (Install) 1.63.0 1584 Friday, March 28, 2025 Approved
New Relic Infrastructure (Install) 1.62.0 6268 Friday, February 28, 2025 Approved
New Relic Infrastructure (Install) 1.60.1 7879 Wednesday, January 22, 2025 Approved
New Relic Infrastructure (Install) 1.60.0 519 Tuesday, January 21, 2025 Approved
New Relic Infrastructure (Install) 1.59.2 1290 Wednesday, January 15, 2025 Approved
New Relic Infrastructure (Install) 1.59.1 1363 Thursday, January 9, 2025 Approved
New Relic Infrastructure (Install) 1.59.0 3219 Friday, December 20, 2024 Approved
New Relic Infrastructure (Install) 1.57.2 15116 Sunday, September 29, 2024 Approved
New Relic Infrastructure (Install) 1.57.0 3947 Tuesday, September 3, 2024 Approved
New Relic Infrastructure (Install) 1.55.1 4685 Wednesday, July 31, 2024 Approved
New Relic Infrastructure (Install) 1.52.3 12623 Wednesday, May 22, 2024 Approved
New Relic Infrastructure (Install) 1.52.2 1932 Tuesday, May 14, 2024 Approved
New Relic Infrastructure (Install) 1.52.1 1757 Tuesday, May 7, 2024 Approved
New Relic Infrastructure (Install) 1.52.0 35638 Wednesday, April 3, 2024 Approved
New Relic Infrastructure (Install) 1.51.0 1488 Wednesday, March 27, 2024 Approved
New Relic Infrastructure (Install) 1.50.0 4544 Tuesday, February 27, 2024 Approved
New Relic Infrastructure (Install) 1.49.1 1650 Wednesday, February 21, 2024 Approved
New Relic Infrastructure (Install) 1.49.0 1782 Tuesday, February 13, 2024 Approved
New Relic Infrastructure (Install) 1.48.5 1335 Thursday, February 8, 2024 Approved
New Relic Infrastructure (Install) 1.48.4 2674 Wednesday, January 24, 2024 Approved
New Relic Infrastructure (Install) 1.48.3 2094 Tuesday, January 16, 2024 Approved
New Relic Infrastructure (Install) 1.48.1 19923 Friday, November 10, 2023 Approved
New Relic Infrastructure (Install) 1.48.0 2815 Thursday, October 26, 2023 Approved
New Relic Infrastructure (Install) 1.47.2 3919 Saturday, September 30, 2023 Approved
New Relic Infrastructure (Install) 1.47.1 2074 Tuesday, September 19, 2023 Approved
New Relic Infrastructure (Install) 1.47.0 3522 Wednesday, August 30, 2023 Approved
New Relic Infrastructure (Install) 1.46.0 1189 Friday, August 25, 2023 Approved
New Relic Infrastructure (Install) 1.45.0 4900 Tuesday, July 25, 2023 Approved
New Relic Infrastructure (Install) 1.44.0 1688 Wednesday, July 19, 2023 Approved
New Relic Infrastructure (Install) 1.43.2 1517 Wednesday, July 12, 2023 Approved
New Relic Infrastructure (Install) 1.43.1 2810 Saturday, June 24, 2023 Approved
New Relic Infrastructure (Install) 1.43.0 10433 Saturday, June 17, 2023 Approved
New Relic Infrastructure (Install) 1.42.5 1572 Saturday, June 10, 2023 Approved
New Relic Infrastructure (Install) 1.42.4 537 Thursday, June 8, 2023 Approved
New Relic Infrastructure (Install) 1.42.3 1506 Friday, June 2, 2023 Approved
New Relic Infrastructure (Install) 1.42.1 2311 Thursday, May 25, 2023 Approved
New Relic Infrastructure (Install) 1.42.0 1714 Saturday, May 20, 2023 Approved
New Relic Infrastructure (Install) 1.41.0 2236 Thursday, May 11, 2023 Approved
New Relic Infrastructure (Install) 1.40.1 4673 Thursday, April 20, 2023 Approved
New Relic Infrastructure (Install) 1.40.0 2490 Friday, April 7, 2023 Approved
New Relic Infrastructure (Install) 1.39.1 3493 Saturday, March 18, 2023 Approved
New Relic Infrastructure (Install) 1.39.0 394 Friday, March 17, 2023 Approved
New Relic Infrastructure (Install) 1.38.0 7411 Thursday, March 9, 2023 Approved
New Relic Infrastructure (Install) 1.37.2 3197 Saturday, February 18, 2023 Approved
New Relic Infrastructure (Install) 1.37.1 6378 Thursday, February 2, 2023 Approved
New Relic Infrastructure (Install) 1.37.0 643 Tuesday, January 31, 2023 Approved
New Relic Infrastructure (Install) 1.36.1 3903 Friday, January 13, 2023 Approved
New Relic Infrastructure (Install) 1.36.0 3417 Friday, December 16, 2022 Approved
New Relic Infrastructure (Install) 1.35.0 1446 Tuesday, December 6, 2022 Approved
New Relic Infrastructure (Install) 1.34.0 770 Friday, December 2, 2022 Approved
New Relic Infrastructure (Install) 1.33.2 3624 Monday, November 7, 2022 Approved
New Relic Infrastructure (Install) 1.33.1 1016 Tuesday, November 1, 2022 Approved
New Relic Infrastructure (Install) 1.33.0 32200 Tuesday, October 25, 2022 Approved
New Relic Infrastructure (Install) 1.32.0 1606 Friday, October 14, 2022 Approved
New Relic Infrastructure (Install) 1.31.0 2330 Friday, September 30, 2022 Approved
New Relic Infrastructure (Install) 1.30.0 666 Wednesday, September 28, 2022 Approved
New Relic Infrastructure (Install) 1.29.1 2255 Wednesday, September 14, 2022 Approved
New Relic Infrastructure (Install) 1.29.0 22147 Wednesday, September 7, 2022 Approved
New Relic Infrastructure (Install) 1.28.4 1102 Tuesday, August 30, 2022 Approved
New Relic Infrastructure (Install) 1.28.3 934 Wednesday, August 24, 2022 Approved
New Relic Infrastructure (Install) 1.28.2 839 Friday, August 19, 2022 Approved
New Relic Infrastructure (Install) 1.28.1 333 Thursday, August 18, 2022 Approved
New Relic Infrastructure (Install) 1.28.0 3992 Thursday, July 21, 2022 Approved
New Relic Infrastructure (Install) 1.27.5 1127 Thursday, July 14, 2022 Approved
New Relic Infrastructure (Install) 1.27.4 1890 Friday, July 1, 2022 Approved
New Relic Infrastructure (Install) 1.27.3 1584 Tuesday, June 21, 2022 Approved
New Relic Infrastructure (Install) 1.27.2 807 Thursday, June 16, 2022 Approved
New Relic Infrastructure (Install) 1.27.1 1170 Wednesday, June 8, 2022 Approved
New Relic Infrastructure (Install) 1.27.0 1257 Wednesday, June 1, 2022 Approved
New Relic Infrastructure (Install) 1.26.0 912 Friday, May 27, 2022 Approved
New Relic Infrastructure (Install) 1.25.0 1688 Friday, May 20, 2022 Approved
New Relic Infrastructure (Install) 1.24.3 403 Wednesday, May 18, 2022 Approved
New Relic Infrastructure (Install) 1.24.2 4071 Friday, April 22, 2022 Approved
New Relic Infrastructure (Install) 1.24.1 3458 Thursday, April 7, 2022 Approved
New Relic Infrastructure (Install) 1.24.0 2962 Thursday, March 24, 2022 Approved
New Relic Infrastructure (Install) 1.23.3 3471 Tuesday, March 1, 2022 Approved
New Relic Infrastructure (Install) 1.23.2 2444 Tuesday, February 15, 2022 Approved
New Relic Infrastructure (Install) 1.23.1 1161 Saturday, February 12, 2022 Approved
New Relic Infrastructure (Install) 1.23.0 4515 Friday, January 28, 2022 Approved
New Relic Infrastructure (Install) 1.22.0 2228 Tuesday, January 18, 2022 Approved
New Relic Infrastructure (Install) 1.21.0 112 Tuesday, January 18, 2022 Approved
New Relic Infrastructure (Install) 1.20.7 8963 Wednesday, November 3, 2021 Approved
New Relic Infrastructure (Install) 1.20.6 1382 Thursday, October 28, 2021 Approved
New Relic Infrastructure (Install) 1.20.5 1357 Tuesday, October 19, 2021 Approved
New Relic Infrastructure (Install) 1.20.4 2239 Friday, October 1, 2021 Approved
New Relic Infrastructure (Install) 1.20.3 1029 Thursday, September 23, 2021 Approved
New Relic Infrastructure (Install) 1.20.2 1762 Tuesday, August 31, 2021 Approved
New Relic Infrastructure (Install) 1.20.0 2293 Wednesday, August 18, 2021 Approved
New Relic Infrastructure (Install) 1.19.4 2315 Friday, July 30, 2021 Approved
New Relic Infrastructure (Install) 1.19.3 551 Tuesday, July 27, 2021 Approved
New Relic Infrastructure (Install) 1.19.2 1756 Friday, July 9, 2021 Approved
New Relic Infrastructure (Install) 1.19.1 1144 Thursday, July 1, 2021 Approved
New Relic Infrastructure (Install) 1.19.0 353 Wednesday, June 30, 2021 Approved
New Relic Infrastructure (Install) 1.18.2 1190 Tuesday, June 22, 2021 Approved
New Relic Infrastructure (Install) 1.18.1 1524 Saturday, June 12, 2021 Approved
New Relic Infrastructure (Install) 1.18.0 982 Tuesday, June 1, 2021 Approved
New Relic Infrastructure (Install) 1.17.1 2040 Wednesday, May 5, 2021 Approved
New Relic Infrastructure (Install) 1.17.0 415 Tuesday, May 4, 2021 Approved
New Relic Infrastructure (Install) 1.16.5 1009 Thursday, April 22, 2021 Approved
New Relic Infrastructure (Install) 1.16.3 763 Saturday, April 10, 2021 Approved
New Relic Infrastructure (Install) 1.16.2 300 Friday, April 9, 2021 Approved
New Relic Infrastructure (Install) 1.16.1 646 Friday, March 26, 2021 Approved
New Relic Infrastructure (Install) 1.16.0 129 Friday, March 26, 2021 Approved
New Relic Infrastructure (Install) 1.15.2.20210311 267 Thursday, March 25, 2021 Approved
New Relic Infrastructure (Install) 1.15.2 2750 Thursday, February 18, 2021 Approved
New Relic Infrastructure (Install) 1.15.1 1995 Saturday, January 30, 2021 Approved
New Relic Infrastructure (Install) 1.15.0 511 Tuesday, January 26, 2021 Approved
New Relic Infrastructure (Install) 1.14.2 182 Saturday, December 19, 2020 Approved
New Relic Infrastructure (Install) 1.14.1 177 Friday, December 18, 2020 Approved
New Relic Infrastructure (Install) 1.14.0 12483 Wednesday, December 16, 2020 Approved
New Relic Infrastructure (Install) 1.13.2 1545 Friday, November 20, 2020 Approved
New Relic Infrastructure (Install) 1.13.1 896 Tuesday, November 10, 2020 Approved
New Relic Infrastructure (Install) 1.13.0 860 Friday, October 30, 2020 Approved
New Relic Infrastructure (Install) 1.12.7 4830 Saturday, October 17, 2020 Approved
New Relic Infrastructure (Install) 1.12.5 1204 Tuesday, September 22, 2020 Approved
New Relic Infrastructure (Install) 1.12.4 1227 Friday, September 4, 2020 Approved
New Relic Infrastructure (Install) 1.12.3 463 Tuesday, August 25, 2020 Approved
New Relic Infrastructure (Install) 1.12.2 1150 Thursday, August 13, 2020 Approved
New Relic Infrastructure (Install) 1.12.1 1321 Tuesday, July 28, 2020 Approved
New Relic Infrastructure (Install) 1.12.0 681 Tuesday, July 21, 2020 Approved
New Relic Infrastructure (Install) 1.11.45 1872 Wednesday, June 3, 2020 Approved
New Relic Infrastructure (Install) 1.11.42 181 Monday, June 15, 2020 Approved
New Relic Infrastructure (Install) 1.11.40 621 Friday, May 22, 2020 Approved
New Relic Infrastructure (Install) 1.11.37 551 Saturday, May 9, 2020 Approved
New Relic Infrastructure (Install) 1.11.35 230 Friday, May 8, 2020 Approved
New Relic Infrastructure (Install) 1.11.26 383 Thursday, April 30, 2020 Approved
New Relic Infrastructure (Install) 1.11.24 686 Tuesday, April 21, 2020 Approved
New Relic Infrastructure (Install) 1.11.22 480 Wednesday, April 15, 2020 Approved
New Relic Infrastructure (Install) 1.11.21 462 Thursday, April 9, 2020 Approved
New Relic Infrastructure (Install) 1.11.20 441 Thursday, April 2, 2020 Approved
New Relic Infrastructure (Install) 1.11.4 1197 Tuesday, March 24, 2020 Approved
New Relic Infrastructure (Install) 1.10.41 364 Saturday, March 21, 2020 Approved
New Relic Infrastructure (Install) 1.10.35 246 Wednesday, March 18, 2020 Approved
New Relic Infrastructure (Install) 1.10.30 404 Wednesday, March 11, 2020 Approved
New Relic Infrastructure (Install) 1.10.26 562 Thursday, February 27, 2020 Approved
New Relic Infrastructure (Install) 1.10.7 436 Wednesday, February 19, 2020 Approved
New Relic Infrastructure (Install) 1.10.2 227 Tuesday, February 18, 2020 Approved
New Relic Infrastructure (Install) 1.9.7 434 Tuesday, February 11, 2020 Approved
New Relic Infrastructure (Install) 1.9.0 494 Thursday, January 30, 2020 Approved
New Relic Infrastructure (Install) 1.8.32 695 Thursday, January 16, 2020 Approved
New Relic Infrastructure (Install) 1.8.23 514 Saturday, January 4, 2020 Approved
New Relic Infrastructure (Install) 1.8.19 289 Tuesday, December 31, 2019 Approved
New Relic Infrastructure (Install) 1.8.14 264 Friday, December 20, 2019 Approved
New Relic Infrastructure (Install) 1.8.8 220 Wednesday, December 18, 2019 Approved
New Relic Infrastructure (Install) 1.8.4 289 Friday, December 13, 2019 Approved
New Relic Infrastructure (Install) 1.8.2.20191211 244 Thursday, December 12, 2019 Approved
New Relic Infrastructure (Install) 1.8.2 344 Friday, December 6, 2019 Approved
New Relic Infrastructure (Install) 1.8.1 189 Thursday, December 5, 2019 Approved
New Relic Infrastructure (Install) 1.8.0 254 Wednesday, December 4, 2019 Approved
New Relic Infrastructure (Install) 1.7.6 324 Tuesday, November 26, 2019 Approved
New Relic Infrastructure (Install) 1.7.5 324 Friday, November 22, 2019 Approved
New Relic Infrastructure (Install) 1.7.1 359 Thursday, November 14, 2019 Approved
New Relic Infrastructure (Install) 1.6.0 348 Tuesday, November 5, 2019 Approved
New Relic Infrastructure (Install) 1.5.75 267 Thursday, October 31, 2019 Approved
New Relic Infrastructure (Install) 1.5.66 369 Wednesday, October 23, 2019 Approved
New Relic Infrastructure (Install) 1.5.62 199 Tuesday, October 22, 2019 Approved
New Relic Infrastructure (Install) 1.5.59 279 Friday, October 18, 2019 Approved
New Relic Infrastructure (Install) 1.5.51 343 Tuesday, October 8, 2019 Approved
New Relic Infrastructure (Install) 1.5.45 401 Tuesday, September 24, 2019 Approved
New Relic Infrastructure (Install) 1.5.42 302 Saturday, September 21, 2019 Approved
New Relic Infrastructure (Install) 1.5.40 239 Friday, September 20, 2019 Approved
New Relic Infrastructure (Install) 1.5.37 339 Friday, September 6, 2019 Approved
New Relic Infrastructure (Install) 1.5.31 297 Tuesday, August 27, 2019 Approved
New Relic Infrastructure (Install) 1.5.29 263 Wednesday, August 21, 2019 Approved
New Relic Infrastructure (Install) 1.5.26 240 Wednesday, August 14, 2019 Approved
New Relic Infrastructure (Install) 1.5.0 268 Tuesday, August 6, 2019 Approved
New Relic Infrastructure (Install) 1.4.14.20190801 269 Thursday, August 1, 2019 Approved
New Relic Infrastructure (Install) 1.4.14 291 Thursday, August 1, 2019 Approved
New Relic Infrastructure (Install) 1.4.11 7730 Tuesday, July 30, 2019 Approved
New Relic Infrastructure (Install) 1.4.9 224 Friday, July 19, 2019 Approved
New Relic Infrastructure (Install) 1.4.5 282 Tuesday, July 16, 2019 Approved
New Relic Infrastructure (Install) 1.4.0 298 Friday, July 12, 2019 Approved
New Relic Infrastructure (Install) 1.3.33 281 Tuesday, July 2, 2019 Approved
New Relic Infrastructure (Install) 1.3.30 351 Friday, June 14, 2019 Approved
New Relic Infrastructure (Install) 1.3.27 227 Tuesday, May 28, 2019 Approved
New Relic Infrastructure (Install) 1.3.18 218 Sunday, May 26, 2019 Approved

This package has no dependencies.

Discussion for the New Relic Infrastructure (Install) Package

Ground Rules:

  • This discussion is only about New Relic Infrastructure (Install) and the New Relic Infrastructure (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 New Relic Infrastructure (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