OctopusContrib.NewRelic 1.1.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OctopusContrib.NewRelic --version 1.1.0
NuGet\Install-Package OctopusContrib.NewRelic -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OctopusContrib.NewRelic" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OctopusContrib.NewRelic --version 1.1.0
#r "nuget: OctopusContrib.NewRelic, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OctopusContrib.NewRelic as a Cake Addin
#addin nuget:?package=OctopusContrib.NewRelic&version=1.1.0

// Install OctopusContrib.NewRelic as a Cake Tool
#tool nuget:?package=OctopusContrib.NewRelic&version=1.1.0

OctopusContrib.NewRelic
OctopusContrib.NewRelic is a package for creating an Octopus Deploy release candidate for installing New Relic. The package can install the New Relic Server Monitor and the New Relic .NET Agent.

How to get started:
Step 1: Download OctopusContrib.NewRelic

Download the OctopusContrib.NewRelic NuGet package from NuGet.Org or download directly from github.

Step 2: Alter NuSpec

Alter the NuSpec file and give it an ID that matches your application. You can have a single package for all your Octopus projects, a more secure approach is to let each project generate their own New Relic package, hence avoiding unwanted installations

Step 3: Create Octopus Variables

The installation script (deploy.ps1) supports a number of variables:

NewRelicAgentApiKey: Mandatory. The New Relic API key
NewRelicApplicationName: Optional. By convention the installation script will concat the Octopus project name and the Environment. E.g. 'MyApp Staging". If NewRelicApplicationName is set, this will be used instead. Note that this name will be configured in the newrelic.xml configuration file. If you host more than 1 application on the IIS, then add the AppSetting NewRelic.AppName with your application name. For more information se the New Relic documentation https://newrelic.com/docs/dotnet/AgentDocumentation.
NewRelicIisReset: Optional. If set to 'true' the package will perform an IIS reset after installing New Relic. Note this is required, to let New Relic hook into the IIS. If not specified, an IIS reset will not be performed.
Step 4: Replace installers

Optionally replace the New Relic Server Monitor and Agent installer with the newest version.

Step 5: Create Octopus Release Candidate

Invoke CreateOctopusPackage.ps1 (or just use NuGet.exe) to create the Octopus Release Candidate. This script will optionally let you upload to your Octopus Release Candidate NuGet repository

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

1.0.4: Added support for new configuration file newrelic.config. Added New Relic Agent v.2.14.53.0 installer.
1.1.0: Added auto repair option upon startup, to fix conflicts with software such as Microsoft SCOM. Added .Net Agent 3.2.113.0