Downloads:
498,858
Downloads of v 3.9.146.10301600:
560
Last Update:
30 Oct 2014
Package Maintainer(s):
Software Author(s):
- NewRelic
Tags:
newrelic-dotnet newrelic dotnet .net- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
New Relic .NET Agent
This is not the latest version of New Relic .NET Agent available.
- 1
- 2
- 3
3.9.146.10301600 | Updated: 30 Oct 2014
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
498,858
Downloads of v 3.9.146.10301600:
560
Maintainer(s):
Software Author(s):
- NewRelic
New Relic .NET Agent 3.9.146.10301600
This is not the latest version of New Relic .NET Agent available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by NewRelic. The inclusion of NewRelic trademark(s), if any, upon this webpage is solely to identify NewRelic goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Resulted in Investigate
Deployment Method: Individual Install, Upgrade, & Uninstall
To install New Relic .NET Agent, run the following command from the command line or from PowerShell:
To upgrade New Relic .NET Agent, run the following command from the command line or from PowerShell:
To uninstall New Relic .NET Agent, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download newrelic-dotnet --internalize --version=3.9.146.10301600 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade newrelic-dotnet -y --source="'INTERNAL REPO URL'" --version="'3.9.146.10301600'" [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-dotnet -y --source="'INTERNAL REPO URL'" --version="'3.9.146.10301600'"
$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-dotnet
win_chocolatey:
name: newrelic-dotnet
version: '3.9.146.10301600'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'newrelic-dotnet' do
action :install
source 'INTERNAL REPO URL'
version '3.9.146.10301600'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller newrelic-dotnet
{
Name = "newrelic-dotnet"
Version = "3.9.146.10301600"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'newrelic-dotnet':
ensure => '3.9.146.10301600',
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.
This package was approved by moderator ferventcoder on 01 Nov 2014.
New Relic .NET Agent that allows you to monitor your .NET application. Package has following parameters:
-param 'license_key=newrelic_key' # Specify Your NewRelic license key
-param 'restartiis=true' # (Optional) Stop IIS service, install package, start IIS after.
-param 'license_key=your_key;restartiis=true' # Specify License key and handle IIS restarts.
This package is updated automatically to use new url when a new version comes out.
$packageName = 'newrelic-dotnet' # arbitrary name for the package, used in messages
try {
# http://stackoverflow.com/questions/450027/uninstalling-an-msi-file-from-the-command-line-without-using-msiexec
$msiArgs = "/X {1E9129D9-6FFB-4223-A6CC-E6D7BC21C38C} /qb"
Start-ChocolateyProcessAsAdmin "$msiArgs" 'msiexec'
Write-ChocolateySuccess $package
} catch {
Write-ChocolateyFailure $package "$($_.Exception.Message)"
throw
}
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 .NET Agent 10.34.0 | 343 | Thursday, November 21, 2024 | Approved | |
New Relic .NET Agent 10.33.1 | 2736 | Friday, November 1, 2024 | Approved | |
New Relic .NET Agent 10.33.0 | 211 | Thursday, October 31, 2024 | Approved | |
New Relic .NET Agent 10.32.0 | 2238 | Thursday, October 17, 2024 | Approved | |
New Relic .NET Agent 10.31.0 | 2470 | Monday, September 30, 2024 | Approved | |
New Relic .NET Agent 10.30.0 | 2668 | Friday, September 13, 2024 | Approved | |
New Relic .NET Agent 10.29.0 | 3477 | Wednesday, August 21, 2024 | Approved | |
New Relic .NET Agent 10.28.0 | 2286 | Tuesday, August 6, 2024 | Approved | |
New Relic .NET Agent 10.27.0 | 1095 | Wednesday, July 31, 2024 | Approved | |
New Relic .NET Agent 10.25.1 | 26116 | Tuesday, June 4, 2024 | Approved | |
New Relic .NET Agent 10.25.0 | 7896 | Thursday, May 23, 2024 | Approved | |
New Relic .NET Agent 10.24.0 | 4168 | Wednesday, May 8, 2024 | Approved | |
New Relic .NET Agent 10.23.1 | 3727 | Thursday, April 25, 2024 | Approved | |
New Relic .NET Agent 10.23.0 | 4795 | Wednesday, April 3, 2024 | Approved | |
New Relic .NET Agent 10.22.0 | 5569 | Friday, March 22, 2024 | Approved | |
New Relic .NET Agent 10.21.1 | 32 | Monday, March 11, 2024 | Approved | |
New Relic .NET Agent 10.21.0 | 8344 | Wednesday, February 28, 2024 | Approved | |
New Relic .NET Agent 10.20.2 | 11299 | Thursday, January 18, 2024 | Approved | |
New Relic .NET Agent 10.20.1 | 8159 | Thursday, December 14, 2023 | Approved | |
New Relic .NET Agent 10.20.0 | 2281 | Saturday, December 9, 2023 | Approved | |
New Relic .NET Agent 10.19.2 | 7863 | Friday, November 10, 2023 | Approved | |
New Relic .NET Agent 10.19.0 | 1925 | Wednesday, November 8, 2023 | Approved | |
New Relic .NET Agent 10.18.0 | 5230 | Wednesday, October 18, 2023 | Approved | |
New Relic .NET Agent 10.17.0 | 4910 | Tuesday, September 26, 2023 | Approved | |
New Relic .NET Agent 10.16.0 | 5624 | Wednesday, September 13, 2023 | Approved | |
New Relic .NET Agent 10.15.0 | 6547 | Wednesday, August 30, 2023 | Approved | |
New Relic .NET Agent 10.14.0 | 6218 | Wednesday, August 9, 2023 | Approved | |
New Relic .NET Agent 10.13.0 | 5983 | Wednesday, July 19, 2023 | Approved | |
New Relic .NET Agent 10.12.1 | 5442 | Tuesday, June 27, 2023 | Approved | |
New Relic .NET Agent 10.12.0 | 817 | Tuesday, June 27, 2023 | Approved | |
New Relic .NET Agent 10.11.0 | 5028 | Wednesday, June 7, 2023 | Approved | |
New Relic .NET Agent 10.10.0 | 16608 | Thursday, April 27, 2023 | Approved | |
New Relic .NET Agent 10.9.0 | 15526 | Wednesday, March 29, 2023 | Approved | |
New Relic .NET Agent 10.8.0 | 8969 | Wednesday, March 15, 2023 | Approved | |
New Relic .NET Agent 10.7.0 | 16358 | Wednesday, February 15, 2023 | Approved | |
New Relic .NET Agent 10.6.0 | 10146 | Wednesday, January 25, 2023 | Approved | |
New Relic .NET Agent 10.5.1 | 2194 | Thursday, January 19, 2023 | Approved | |
New Relic .NET Agent 10.5.0 | 2530 | Friday, January 13, 2023 | Approved | |
New Relic .NET Agent 10.4.0 | 9882 | Wednesday, December 7, 2022 | Approved | |
New Relic .NET Agent 10.3.0 | 16256 | Thursday, October 27, 2022 | Approved | |
New Relic .NET Agent 10.2.0 | 7829 | Friday, October 7, 2022 | Approved | |
New Relic .NET Agent 10.0.0 | 21817 | Thursday, July 28, 2022 | Approved | |
New Relic .NET Agent 9.9.0.0 | 15563 | Thursday, June 9, 2022 | Approved | |
New Relic .NET Agent 9.8.1.0 | 6206 | Friday, May 20, 2022 | Approved | |
New Relic .NET Agent 9.8.0.0 | 8870 | Friday, May 6, 2022 | Approved | |
New Relic .NET Agent 9.7.1.0 | 3767 | Thursday, April 14, 2022 | Approved | |
New Relic .NET Agent 9.7.0.0 | 2137 | Tuesday, April 5, 2022 | Approved | |
New Relic .NET Agent 9.6.0.0 | 5062 | Friday, February 25, 2022 | Approved | |
New Relic .NET Agent 9.5.1.0 | 2994 | Friday, February 4, 2022 | Approved | |
New Relic .NET Agent 9.5.0.0 | 643 | Wednesday, February 2, 2022 | Approved | |
New Relic .NET Agent 9.4.0.0 | 576 | Monday, January 31, 2022 | Approved | |
New Relic .NET Agent 9.2.0.0 | 6447 | Friday, November 19, 2021 | Approved | |
New Relic .NET Agent 9.1.1.0 | 2080 | Wednesday, November 3, 2021 | Approved | |
New Relic .NET Agent 9.1.0.0 | 544 | Wednesday, October 27, 2021 | Approved | |
New Relic .NET Agent 9.0.0.0 | 2087 | Thursday, September 16, 2021 | Approved | |
New Relic .NET Agent 8.41.1.0 | 1655 | Thursday, August 26, 2021 | Approved | |
New Relic .NET Agent 8.41.0.0 | 1700 | Saturday, July 24, 2021 | Approved | |
New Relic .NET Agent 8.40.1.0 | 1654 | Wednesday, July 14, 2021 | Approved | |
New Relic .NET Agent 8.40.0.0 | 2357 | Wednesday, June 9, 2021 | Approved | |
New Relic .NET Agent 8.39.2.0 | 1405 | Friday, May 21, 2021 | Approved | |
New Relic .NET Agent 8.39.0.0 | 5131 | Thursday, February 11, 2021 | Approved | |
New Relic .NET Agent 8.38.0.0 | 1921 | Wednesday, January 27, 2021 | Approved | |
New Relic .NET Agent 8.37.0.0 | 1688 | Friday, January 8, 2021 | Approved | |
New Relic .NET Agent 8.36.0.0 | 1784 | Wednesday, December 9, 2020 | Approved | |
New Relic .NET Agent 8.35.0.0 | 1746 | Wednesday, November 11, 2020 | Approved | |
New Relic .NET Agent 8.33.0.0 | 1553 | Monday, October 12, 2020 | Approved | |
New Relic .NET Agent 8.32.0.0 | 1820 | Thursday, September 17, 2020 | Approved | |
New Relic .NET Agent 8.31.0.0 | 2475 | Monday, August 17, 2020 | Approved | |
New Relic .NET Agent 8.30.0.0 | 4040 | Thursday, July 16, 2020 | Approved | |
New Relic .NET Agent 8.29.0.0 | 5139 | Friday, June 26, 2020 | Approved | |
New Relic .NET Agent 8.28.0.0 | 2374 | Friday, June 12, 2020 | Approved | |
New Relic .NET Agent 8.27.139.0 | 7169 | Thursday, April 30, 2020 | Approved | |
New Relic .NET Agent 8.26.630.0 | 4194 | Monday, April 20, 2020 | Approved | |
New Relic .NET Agent 8.25.214.0 | 4346 | Thursday, March 12, 2020 | Approved | |
New Relic .NET Agent 8.24.244.0 | 556 | Thursday, February 20, 2020 | Approved | |
New Relic .NET Agent 8.23.107.0 | 1978 | Wednesday, January 15, 2020 | Approved | |
New Relic .NET Agent 8.22.181.0 | 2295 | Friday, December 20, 2019 | Approved | |
New Relic .NET Agent 8.21.34.0 | 3891 | Thursday, November 14, 2019 | Approved | |
New Relic .NET Agent 8.20.262.0 | 3764 | Thursday, October 17, 2019 | Approved | |
New Relic .NET Agent 8.19.353.0 | 3185 | Tuesday, October 1, 2019 | Approved | |
New Relic .NET Agent 8.18.241.0 | 4624 | Monday, August 26, 2019 | Approved | |
New Relic .NET Agent 8.17.438.0 | 6042 | Monday, July 22, 2019 | Approved | |
New Relic .NET Agent 8.16.567.0 | 2206 | Tuesday, June 11, 2019 | Approved | |
New Relic .NET Agent 8.15.455.0 | 1962 | Monday, April 22, 2019 | Approved | |
New Relic .NET Agent 8.14.222.0 | 1289 | Tuesday, March 19, 2019 | Approved | |
New Relic .NET Agent 8.13.798.0 | 1885 | Tuesday, February 12, 2019 | Approved | |
New Relic .NET Agent 8.12.216.0 | 889 | Thursday, January 10, 2019 | Approved | |
New Relic .NET Agent 8.11.157.0 | 890 | Monday, December 17, 2018 | Approved | |
New Relic .NET Agent 8.10.51.0 | 986 | Friday, November 30, 2018 | Approved | |
New Relic .NET Agent 8.9.130.0 | 997 | Thursday, November 15, 2018 | Approved | |
New Relic .NET Agent 8.8.83.0 | 2097 | Wednesday, October 17, 2018 | Approved | |
New Relic .NET Agent 8.7.75.0 | 1052 | Wednesday, October 3, 2018 | Approved | |
New Relic .NET Agent 8.6.45.0 | 2475 | Tuesday, August 28, 2018 | Approved | |
New Relic .NET Agent 8.5.186.0 | 1033 | Thursday, August 16, 2018 | Approved | |
New Relic .NET Agent 8.4.880.0 | 983 | Monday, July 30, 2018 | Approved | |
New Relic .NET Agent 8.3.360.0 | 1768 | Tuesday, June 19, 2018 | Approved | |
New Relic .NET Agent 8.2.216.0 | 2623 | Wednesday, May 16, 2018 | Approved | |
New Relic .NET Agent 8.1.712.0 | 1258 | Tuesday, May 1, 2018 | Approved | |
New Relic .NET Agent 8.1.709.0 | 1159 | Thursday, April 19, 2018 | Approved | |
New Relic .NET Agent 8.0.0.0 | 3283 | Thursday, March 8, 2018 | Approved | |
New Relic .NET Agent 7.1.229.0 | 4733 | Wednesday, February 21, 2018 | Approved | |
New Relic .NET Agent 7.0.2.0 | 13633 | Tuesday, January 23, 2018 | Approved | |
New Relic .NET Agent 6.26.0.0 | 618 | Tuesday, September 15, 2020 | Approved | |
New Relic .NET Agent 6.24.0.0 | 180 | Monday, August 26, 2019 | Approved | |
New Relic .NET Agent 6.21.0.0 | 402 | Thursday, February 8, 2018 | Approved | |
New Relic .NET Agent 6.20.166.0 | 3585 | Monday, December 18, 2017 | Approved | |
New Relic .NET Agent 6.19.330.0 | 1844 | Thursday, November 30, 2017 | Approved | |
New Relic .NET Agent 6.18.139.0 | 4134 | Thursday, November 2, 2017 | Approved | |
New Relic .NET Agent 6.17.387.0 | 1086 | Tuesday, October 3, 2017 | Approved | |
New Relic .NET Agent 6.16.178.0 | 710 | Monday, August 28, 2017 | Approved | |
New Relic .NET Agent 6.14.209.0 | 879 | Wednesday, July 12, 2017 | Approved | |
New Relic .NET Agent 6.13.366.0 | 624 | Thursday, June 15, 2017 | Approved | |
New Relic .NET Agent 6.12.71.0 | 630 | Thursday, May 25, 2017 | Approved | |
New Relic .NET Agent 6.12.64.0 | 451 | Wednesday, May 17, 2017 | Approved | |
New Relic .NET Agent 6.12.61.0 | 505 | Thursday, May 11, 2017 | Approved | |
New Relic .NET Agent 6.11.613.0 | 512 | Thursday, May 4, 2017 | Approved | |
New Relic .NET Agent 6.10.1.0 | 568 | Wednesday, April 5, 2017 | Approved | |
New Relic .NET Agent 6.9.62.0 | 713 | Wednesday, March 22, 2017 | Approved | |
New Relic .NET Agent 6.8.172.0 | 740 | Thursday, March 2, 2017 | Approved | |
New Relic .NET Agent 6.7.67.0 | 485 | Friday, February 24, 2017 | Approved | |
New Relic .NET Agent 6.6.5.0 | 686 | Tuesday, January 24, 2017 | Approved | |
New Relic .NET Agent 6.4.21.0 | 451 | Wednesday, January 4, 2017 | Approved | |
New Relic .NET Agent 6.3.123.0 | 480 | Tuesday, November 22, 2016 | Approved | |
New Relic .NET Agent 5.19.47 | 559 | Thursday, May 5, 2016 | Approved | |
New Relic .NET Agent 5.18.36 | 427 | Monday, April 25, 2016 | Approved | |
New Relic .NET Agent 5.11.53 | 431 | Thursday, December 17, 2015 | Approved | |
New Relic .NET Agent 5.10.59 | 373 | Wednesday, December 9, 2015 | Approved | |
New Relic .NET Agent 5.9.74 | 526 | Friday, November 13, 2015 | Approved | |
New Relic .NET Agent 5.8.28 | 422 | Monday, October 19, 2015 | Approved | |
New Relic .NET Agent 4.6.29 | 485 | Wednesday, May 20, 2015 | Approved | |
New Relic .NET Agent 4.4.60 | 413 | Thursday, May 14, 2015 | Approved | |
New Relic .NET Agent 4.3.123 | 455 | Thursday, April 23, 2015 | Approved | |
New Relic .NET Agent 4.2.185 | 487 | Wednesday, April 1, 2015 | Approved | |
New Relic .NET Agent 4.1.136 | 508 | Sunday, March 29, 2015 | Approved | |
New Relic .NET Agent 3.12.140 | 441 | Thursday, February 26, 2015 | Approved | |
New Relic .NET Agent 3.11.296 | 449 | Friday, January 30, 2015 | Approved | |
New Relic .NET Agent 3.10.43.11210859 | 615 | Friday, November 21, 2014 | Approved | |
New Relic .NET Agent 3.10.43.11210858 | 391 | Friday, November 21, 2014 | Approved | |
New Relic .NET Agent 3.9.146.10301600 | 560 | Thursday, October 30, 2014 | Approved | |
New Relic .NET Agent 3.7.135.09291807 | 489 | Tuesday, September 30, 2014 | Approved | |
New Relic .NET Agent 3.6.177.09151155 | 505 | Monday, September 15, 2014 | Approved |
https://www.newrelic.com
This package has no dependencies.
Ground Rules:
- This discussion is only about New Relic .NET Agent and the New Relic .NET Agent 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 .NET Agent, 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.